mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "arch: arm: dts: updated qca808x PHY mode support in AL06"
This commit is contained in:
commit
e3163508c4
1 changed files with 29 additions and 0 deletions
|
|
@ -17,4 +17,33 @@
|
|||
/ {
|
||||
machid = <0x8050004>;
|
||||
config_name = "config@al06";
|
||||
|
||||
ess-switch {
|
||||
/* Overriding config to support QCA8084 PHY instead of
|
||||
* QCA8075 PHY
|
||||
*/
|
||||
/delete-property/qca807x_gpio;
|
||||
/delete-property/qca807x_gpio_cnt;
|
||||
qca808x_gpio = <60>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
switch_mac_mode0 = <PORT_WRAPPER_UQXGMII>;
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <1>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <2>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@2 {
|
||||
phy_address = <3>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@3 {
|
||||
phy_address = <4>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue