From 37ef95abf96d22e7b16814db80fec3b41ef4cfe4 Mon Sep 17 00:00:00 2001 From: Selvam Sathappan Periakaruppan Date: Sun, 27 Jun 2021 12:40:20 +0530 Subject: [PATCH] arm: dts: ipq9574: Add ipq9574 DB-AL01 RDPs Support The main features of DB-AL01-C1 are as below: Flash: SPI NOR(32 MB), QSPI NAND(256 MB) RAM: DDR3(1 GB) PCIe: 1x2G, 1x5G, 1x6G, SSD Ethernet: 1x10G, 1x2.5G, 5x1G USB: 1xUSB3 PMIC: I2C based MPS Only change in DB-AL01-C2 is that it can support: Flash: eMMC(8 GB) with rework Other features are same as DB-AL01-C1 Change-Id: Id988f0aa1d3ee9ec203c1682f3dda5f698aca63d Signed-off-by: Selvam Sathappan Periakaruppan --- arch/arm/dts/Makefile | 4 +++- arch/arm/dts/ipq9574-db-al01-c1.dts | 19 +++++++++++++++++++ arch/arm/dts/ipq9574-db-al01-c2.dts | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/ipq9574-db-al01-c1.dts create mode 100644 arch/arm/dts/ipq9574-db-al01-c2.dts diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 879f5a030b..d59112253f 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -100,7 +100,9 @@ dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \ dtb-$(CONFIG_ARCH_IPQ9574) += ipq9574-emulation.dtb \ ipq9574-al01-c1.dtb \ ipq9574-al02-c1.dtb \ - ipq9574-al02-c2.dtb + ipq9574-al02-c2.dtb \ + ipq9574-db-al01-c1.dtb \ + ipq9574-db-al01-c2.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly.dtb \ diff --git a/arch/arm/dts/ipq9574-db-al01-c1.dts b/arch/arm/dts/ipq9574-db-al01-c1.dts new file mode 100644 index 0000000000..5bc1b02efe --- /dev/null +++ b/arch/arm/dts/ipq9574-db-al01-c1.dts @@ -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 = <0x1050000>; + config_name = "config@db-al01-c1"; +}; diff --git a/arch/arm/dts/ipq9574-db-al01-c2.dts b/arch/arm/dts/ipq9574-db-al01-c2.dts new file mode 100644 index 0000000000..f39846dc31 --- /dev/null +++ b/arch/arm/dts/ipq9574-db-al01-c2.dts @@ -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 = <0x1050100>; + config_name = "config@db-al01-c2"; +};