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:
Rajkumar Ayyasamy 2018-04-16 12:00:16 +05:30 committed by Antony Arun T
parent 35992873a2
commit 164dfd28f5

View file

@ -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";
};
};
};