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: ipq9574: Add ipq9574 AL01-C1 support
The main features of AL01-C1 RDP are as below: Flash: SPI NOR(16 MB), QSPI NAND(128 MB) RAM: DDR3(1 GB) PCIe: 1x5G, 1x6G Ethernet: 1x10G, 5x1G USB: 1xUSB3 Change-Id: Id6ce828dc4ca15c72baca8eb61901e49878e2aa0 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
6b3ac18cdb
commit
5724d292b3
2 changed files with 21 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \
|
|||
ipq6018-db-cp01.dtb \
|
||||
ipq6018-db-cp02.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-emulation.dtb
|
||||
dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-emulation.dtb \
|
||||
ipq9574-al01-c1.dtb
|
||||
|
||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rk3288-firefly.dtb \
|
||||
|
|
|
|||
19
arch/arm/dts/ipq9574-al01-c1.dts
Normal file
19
arch/arm/dts/ipq9574-al01-c1.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-soc.dtsi"
|
||||
/ {
|
||||
machid = <0x8050000>;
|
||||
config_name = "config@al01-c1";
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue