mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
Merge "ipq806x: Initialize complete ethernet subsystem for AP161"
This commit is contained in:
commit
32d3567f78
1 changed files with 14 additions and 1 deletions
|
|
@ -33,6 +33,19 @@
|
|||
gmac_count = <2>;
|
||||
|
||||
gmac1_cfg {
|
||||
base = <0x37000000>;
|
||||
unit = <0>;
|
||||
is_macsec = <1>;
|
||||
mac_pwr0 = <0x00080000>;
|
||||
mac_pwr1 = <0x00040000>;
|
||||
mac_conn_to_phy = <0>;
|
||||
phy_interface_type = <7>;
|
||||
phy_address_count = <1>;
|
||||
phy_address = <0>;
|
||||
phy_name = "IPQ MDIO0";
|
||||
};
|
||||
|
||||
gmac2_cfg {
|
||||
base = <0x37200000>;
|
||||
unit = <1>;
|
||||
is_macsec = <1>;
|
||||
|
|
@ -45,7 +58,7 @@
|
|||
phy_name = "IPQ MDIO1";
|
||||
};
|
||||
|
||||
gmac2_cfg {
|
||||
gmac3_cfg {
|
||||
base = <0x37400000>;
|
||||
unit = <2>;
|
||||
is_macsec = <1>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue