diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index a9089363f8..7edd109bc2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -94,7 +94,9 @@ endif dtb-$(CONFIG_ARCH_DEVSOC) += devsoc-emulation.dtb \ devsoc-01.1.dtb \ devsoc-01.2.dtb \ - devsoc-01.4.dtb + devsoc-01.4.dtb \ + devsoc-01.6.dtb \ + devsoc-01.7.dtb dtb-$(CONFIG_ARCH_IPQ6018) += ipq6018-cp01-c1.dtb \ ipq6018-cp02-c1.dtb \ diff --git a/arch/arm/dts/devsoc-01.6.dts b/arch/arm/dts/devsoc-01.6.dts new file mode 100644 index 0000000000..9fc57c878c --- /dev/null +++ b/arch/arm/dts/devsoc-01.6.dts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. + * + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 "devsoc-01.4.dts" +/ { + machid = <0x8060006>; + config_name = "config@01.6"; +}; diff --git a/arch/arm/dts/devsoc-01.7.dts b/arch/arm/dts/devsoc-01.7.dts new file mode 100644 index 0000000000..8764663ba0 --- /dev/null +++ b/arch/arm/dts/devsoc-01.7.dts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. + * + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 "devsoc-01.1.dts" +/ { + machid = <0x8060007>; + config_name = "config@01.7"; +};