mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "arm: dts: ipq9574: Add Ethernet support for DB-AL02 variants"
This commit is contained in:
commit
c6abc21619
3 changed files with 82 additions and 1 deletions
|
|
@ -101,7 +101,9 @@ dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-al01-c1.dtb \
|
|||
ipq9574-al02-c1.dtb \
|
||||
ipq9574-al02-c2.dtb \
|
||||
ipq9574-db-al01-c1.dtb \
|
||||
ipq9574-db-al01-c2.dtb
|
||||
ipq9574-db-al01-c2.dtb \
|
||||
ipq9574-db-al02-c1.dtb \
|
||||
ipq9574-db-al02-c2.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rk3288-firefly.dtb \
|
||||
|
|
|
|||
60
arch/arm/dts/ipq9574-db-al02-c1.dts
Normal file
60
arch/arm/dts/ipq9574-db-al02-c1.dts
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2019, 2021, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq9574-soc.dtsi"
|
||||
/ {
|
||||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
19
arch/arm/dts/ipq9574-db-al02-c2.dts
Normal file
19
arch/arm/dts/ipq9574-db-al02-c2.dts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2019, 2021, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq9574-db-al02-c1.dts"
|
||||
/ {
|
||||
machid = <0x1050101>;
|
||||
config_name = "config@db-al02-c2";
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue