mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arm: dts: ipq9574: Enable AQ instead of QCA808x in DB-AL01-c3
Change-Id: I70c9486f80b2e2c4c9e097eeea2c98886612d7e6 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
56525cc2a7
commit
e54f2fc13d
1 changed files with 17 additions and 0 deletions
|
|
@ -16,4 +16,21 @@
|
|||
/ {
|
||||
machid = <0x1050200>;
|
||||
config_name = "config@db-al01-c3";
|
||||
|
||||
ess-switch {
|
||||
/* Overriding port6 configuration to support AQ instead
|
||||
* of QCA808x
|
||||
*/
|
||||
/delete-property/qca808x_gpio;
|
||||
/delete-property/qca808x_gpio_cnt;
|
||||
switch_mac_mode2 = <PORT_WRAPPER_USXGMII>;
|
||||
aquantia_port = <4 5>;
|
||||
aquantia_port_cnt = <2>;
|
||||
port_phy_info {
|
||||
port@5 {
|
||||
phy_address = <0>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue