mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
arm: dts: ipq9574: Add ipq9574 DB-AL02 RDPs Support
The main features of DB-AL02-C1 are as below: Flash: SPI NOR, QSPI NAND RAM: DDR4 PCIe: M.2 SSD Ethernet: 1x10G, 1x2.5G, 5x1G USB: 1xUSB3 PMIC: I2C based MPS Only change in DB-AL02-C2 is that it can support: Flash: eMMC with rework Other features are same as DB-AL02-C1 Change-Id: Ia52dffb1ecd832d89bbe183bd8d32bf2d0351d90 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
fbc3614174
commit
080c81b9f0
3 changed files with 41 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 \
|
||||
|
|
|
|||
19
arch/arm/dts/ipq9574-db-al02-c1.dts
Normal file
19
arch/arm/dts/ipq9574-db-al02-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 = <0x1050001>;
|
||||
config_name = "config@db-al02-c1";
|
||||
};
|
||||
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-soc.dtsi"
|
||||
/ {
|
||||
machid = <0x1050101>;
|
||||
config_name = "config@db-al02-c2";
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue