mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 01:11:47 +01:00
arm: dts: ipq6018: Add Ethernet support for DB-CP02
Change-Id: Ib700c1528a1f59f620e7788a872cbc35aceea00e Signed-off-by: speriaka <speriaka@codeaurora.org>
This commit is contained in:
parent
2aebda94b9
commit
16dde8f870
1 changed files with 30 additions and 0 deletions
|
|
@ -26,4 +26,34 @@
|
|||
usb0 = "/xhci@8a00000";
|
||||
usb1 = "/xhci@7000000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
napa_gpio = <77>;
|
||||
napa_gpio_cnt = <1>;
|
||||
mdc_mdio_gpio = <64 65>;
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <0>;
|
||||
phy_type = <MALIBU_PHY_TYPE>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <1>;
|
||||
phy_type = <MALIBU_PHY_TYPE>;
|
||||
};
|
||||
port@2 {
|
||||
phy_address = <2>;
|
||||
phy_type = <MALIBU_PHY_TYPE>;
|
||||
};
|
||||
port@3 {
|
||||
phy_address = <16>;
|
||||
phy_type = <QCA8081_PHY_TYPE>;
|
||||
};
|
||||
port@4 {
|
||||
phy_address = <20>;
|
||||
phy_type = <QCA8081_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue