mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-21 20:02:51 +01:00
Merge "ipq807x: Add the Aquantia support in hk01-c2, hk02, db-hk01 boards"
This commit is contained in:
commit
9bf4639e22
3 changed files with 16 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
switch_mac_mode1 = <0x1>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
8033_port = <4>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <44>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,5 +27,12 @@
|
|||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <0x0>;
|
||||
switch_mac_mode1 = <0xFF>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <44>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -25,5 +25,12 @@
|
|||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <0x0>;
|
||||
switch_mac_mode1 = <0xFF>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <63>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue