mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
ipq806x: Added gmac gpio and cfg entry for AP145_1xx board
Change-Id: I91c0133a234ce7d2532be2647a54ea51f1ac26c6 Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
parent
35992873a2
commit
164dfd28f5
1 changed files with 32 additions and 0 deletions
|
|
@ -21,9 +21,41 @@
|
|||
|
||||
aliases {
|
||||
console = "/serial@16340000";
|
||||
gmac_gpio = "/gmac1_gpio";
|
||||
};
|
||||
|
||||
serial@16340000 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
gmac_cfg {
|
||||
gmac_count = <2>;
|
||||
|
||||
gmac1_cfg {
|
||||
base = <0x37200000>;
|
||||
unit = <1>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <7>;
|
||||
phy_address_count = <1>;
|
||||
phy_address = <4>;
|
||||
phy_name = "IPQ MDIO1";
|
||||
};
|
||||
|
||||
gmac2_cfg {
|
||||
base = <0x37400000>;
|
||||
unit = <2>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <2>;
|
||||
phy_address_count = <4>;
|
||||
phy_address = <0 1 2 3>;
|
||||
phy_name = "IPQ MDIO2";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue