mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
arm: dts: ipq9574: Add Ethernet support for DB-AL02 variants
DB-AL02 variants by default has support for 4x1G, 1x2.5G and 1x10G ethernet ports. Change-Id: Ic3821acce4f743582292dc9655da8d238c3f6709 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
080c81b9f0
commit
052d08d6c4
2 changed files with 42 additions and 1 deletions
|
|
@ -16,4 +16,45 @@
|
|||
/ {
|
||||
machid = <0x1050001>;
|
||||
config_name = "config@db-al02-c1";
|
||||
|
||||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_SGMII_PLUS>;
|
||||
switch_mac_mode2 = <PORT_WRAPPER_USXGMII>;
|
||||
qca807x_gpio = <60>;
|
||||
qca807x_gpio_cnt = <1>;
|
||||
qca808x_gpio = <57>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
aquantia_gpio = <36>;
|
||||
aquantia_gpio_cnt = <1>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_port_cnt = <1>;
|
||||
mdc_mdio_gpio = <38 39>;
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <16>;
|
||||
phy_type = <QCA807x_PHY_TYPE>;
|
||||
};
|
||||
port@1 {
|
||||
phy_address = <17>;
|
||||
phy_type = <QCA807x_PHY_TYPE>;
|
||||
};
|
||||
port@2 {
|
||||
phy_address = <18>;
|
||||
phy_type = <QCA807x_PHY_TYPE>;
|
||||
};
|
||||
port@3 {
|
||||
phy_address = <19>;
|
||||
phy_type = <QCA807x_PHY_TYPE>;
|
||||
};
|
||||
port@4 {
|
||||
phy_address = <28>;
|
||||
phy_type = <QCA808x_PHY_TYPE>;
|
||||
};
|
||||
port@5 {
|
||||
phy_address = <0>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq9574-soc.dtsi"
|
||||
#include "ipq9574-db-al02-c1.dts"
|
||||
/ {
|
||||
machid = <0x1050101>;
|
||||
config_name = "config@db-al02-c2";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue