arm: dts: Add Ethernet support for db-cp01

Change-Id: I0bbbd938701ca4f460b467effbb922129ef69bd8
Signed-off-by: speriaka <speriaka@codeaurora.org>
This commit is contained in:
speriaka 2019-06-07 16:06:37 +05:30
parent e90966487f
commit e6b8828d93

View file

@ -26,4 +26,36 @@
usb0 = "/xhci@8a00000";
usb1 = "/xhci@7000000";
};
ess-switch {
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
switch_mac_mode1 = <PORT_WRAPPER_SGMII_PLUS>;
napa_gpio = <77>;
napa_gpio_cnt = <1>;
malibu_gpio = <75>;
malibu_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 = <3>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@4 {
phy_address = <24>;
phy_type = <QCA8081_PHY_TYPE>;
};
};
};
};