mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: dts: ipq6018: Update CP03 switch nodes.
CP03 has support for 2 Malibu Ports. Change-Id: Ic484b42604f7235c5ad6f41844329fca4887ace1 Signed-off-by: speriaka <speriaka@codeaurora.org>
This commit is contained in:
parent
14edf20848
commit
4331872bf2
1 changed files with 11 additions and 2 deletions
|
|
@ -26,10 +26,19 @@
|
|||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
|
||||
switch_mac_mode1 = <UNUSED>;
|
||||
switch_mac_mode2 = <UNUSED>;
|
||||
malibu_gpio = <76>;
|
||||
malibu_gpio = <75>;
|
||||
malibu_gpio_cnt = <1>;
|
||||
mdc_mdio_gpio = <64 65>;
|
||||
port_phyinfo {
|
||||
port@2 {
|
||||
phy_address = <4>;
|
||||
phy_type = <MALIBU_PHY_TYPE>;
|
||||
};
|
||||
port@3 {
|
||||
phy_address = <3>;
|
||||
phy_type = <MALIBU_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue