ipq807x: Add the Aquantia support in hk01-c2, hk02, db-hk01 boards

Change-Id: I40b3b761ce03121e764eaa51cbea44c833f17414
Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
Sham Muthayyan 2017-11-01 18:18:07 +05:30 committed by Gerrit - the friendly Code Review server
parent 2035a079c5
commit 7056e90335
3 changed files with 16 additions and 0 deletions

View file

@ -32,6 +32,8 @@
switch_mac_mode1 = <0x1>;
switch_mac_mode2 = <0x2>;
8033_port = <4>;
aquantia_port = <5>;
aquantia_gpio = <44>;
};
};

View file

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

View file

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