mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
dts: ipq50xx: Add MP03.1-C3 RDP
This RDP is the combination of MP03.1 + NAPA. This RDP support Nor & nand flash. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: Ia39cdf8ae21ad9800ee1c00c7af44c9bc1af03dc
This commit is contained in:
parent
c33fb86ed0
commit
9f5a786d58
2 changed files with 33 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ ifneq ($(CONFIG_IPQ_TINY),y)
|
|||
dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \
|
||||
ipq5018-mp02.1.dtb \
|
||||
ipq5018-mp03.1-c2.dtb \
|
||||
ipq5018-mp03.1-c3.dtb \
|
||||
ipq5018-mp03.3.dtb \
|
||||
ipq5018-mp03.3-c2.dtb \
|
||||
ipq5018-mp03.6-c1.dtb \
|
||||
|
|
|
|||
32
arch/arm/dts/ipq5018-mp03.1-c3.dts
Normal file
32
arch/arm/dts/ipq5018-mp03.1-c3.dts
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2020, 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.
|
||||
*/
|
||||
|
||||
#include "ipq5018-mp03.1.dts"
|
||||
/ {
|
||||
model ="QCA, IPQ5018-MP03.1-C3";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-mp03.1-c3";
|
||||
machid = <0x8040201>;
|
||||
config_name = "config@mp03.1-c3";
|
||||
|
||||
gmac_cfg {
|
||||
gmac2_cfg {
|
||||
/delete-property/s17c_switch_enable;
|
||||
/delete-property/switch_port_count;
|
||||
/delete-property/switch_gpio;
|
||||
/delete-property/mac_pwr;
|
||||
/delete-property/switch_phy_address;
|
||||
phy_address = <0x1c>;
|
||||
napa_gpio = <39>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue