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: ipq5332: update DB RDP ethernet config
Change-Id: I922455c02251553d1b43349abfa47bd6a4639e79 Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
parent
298a2f5e2e
commit
ea5c08a8b2
2 changed files with 16 additions and 54 deletions
|
|
@ -131,20 +131,22 @@
|
|||
ess-switch {
|
||||
switch_mac_mode0 = <PORT_WRAPPER_USXGMII>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_USXGMII>;
|
||||
aquantia_gpio = <22>;
|
||||
aquantia_gpio_cnt = <1>;
|
||||
aquantia_port = <1 2>;
|
||||
aquantia_port_cnt = <2>;
|
||||
aquantia_gpio = <22 24>;
|
||||
aquantia_gpio_cnt = <2>;
|
||||
mdc_mdio_gpio = <27 28>;
|
||||
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <0>;
|
||||
phy_address = <8>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
uniphy_id = <0>;
|
||||
uniphy_mode = <PORT_WRAPPER_USXGMII>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <1>;
|
||||
phy_address = <0>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
uniphy_id = <1>;
|
||||
uniphy_mode = <PORT_WRAPPER_USXGMII>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -129,60 +129,20 @@
|
|||
};
|
||||
|
||||
ess-switch {
|
||||
switch_mac_mode0 = <PORT_WRAPPER_USXGMII>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
aquantia_gpio = <22>;
|
||||
aquantia_gpio_cnt = <1>;
|
||||
aquantia_port = <1>;
|
||||
aquantia_port_cnt = <1>;
|
||||
qca808x_gpio = <16>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
switch_mac_mode0 = <PORT_WRAPPER_10GBASE_R>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_10GBASE_R>;
|
||||
mdc_mdio_gpio = <27 28>;
|
||||
|
||||
qca8084_switch_enable = <1>;
|
||||
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <0>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
phy_type = <SFP_PHY_TYPE>;
|
||||
uniphy_id = <0>;
|
||||
uniphy_mode = <PORT_WRAPPER_10GBASE_R>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <1>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
|
||||
qca8084_swt_info {
|
||||
switch_mac_mode0 = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
|
||||
port@0 {
|
||||
phy_address = <0xff>;
|
||||
phy_type = <UNUSED_PHY_TYPE>;
|
||||
forced-speed = <2500>;
|
||||
forced-duplex = <1>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <1>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@2 {
|
||||
phy_address = <2>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@3 {
|
||||
phy_address = <3>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@4 {
|
||||
phy_address = <0x4>;
|
||||
phy_type = <QCA8084_PHY_TYPE>;
|
||||
};
|
||||
port@5 {
|
||||
phy_address = <0xff>;
|
||||
phy_type = <UNUSED_PHY_TYPE>;
|
||||
forced-speed = <2500>;
|
||||
forced-duplex = <1>;
|
||||
phy_type = <SFP_PHY_TYPE>;
|
||||
uniphy_id = <1>;
|
||||
uniphy_mode = <PORT_WRAPPER_10GBASE_R>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue