diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 7088b0c6c2..376d990117 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -69,6 +69,8 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \ ipq5018-mp03.3.dtb \ ipq5018-mp03.3-c2.dtb \ ipq5018-mp03.3-c3.dtb \ + ipq5018-mp03.3-c4.dtb \ + ipq5018-mp03.3-c5.dtb \ ipq5018-mp03.4-c1.dtb \ ipq5018-mp03.4-c2.dtb \ ipq5018-mp03.6-c1.dtb \ diff --git a/arch/arm/dts/ipq5018-mp03.3-c4.dts b/arch/arm/dts/ipq5018-mp03.3-c4.dts new file mode 100644 index 0000000000..0b4d311fc0 --- /dev/null +++ b/arch/arm/dts/ipq5018-mp03.3-c4.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-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. + */ +#include "ipq5018-mp03.3.dts" +/ { + model ="QCA, IPQ5018-MP03.3-C4"; + compatible = "qca,ipq5018", "qca,ipq5018-mp03.3-c4"; + machid = <0x8040302>; + config_name = "config@mp03.3-c4"; +}; diff --git a/arch/arm/dts/ipq5018-mp03.3-c5.dts b/arch/arm/dts/ipq5018-mp03.3-c5.dts new file mode 100644 index 0000000000..97b55dae4b --- /dev/null +++ b/arch/arm/dts/ipq5018-mp03.3-c5.dts @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2016-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. + */ +#include "ipq5018-mp03.3.dts" +/ { + model ="QCA, IPQ5018-MP03.3-C5"; + compatible = "qca,ipq5018", "qca,ipq5018-mp03.3-c5"; + machid = <0x8040402>; + config_name = "config@mp03.3-c5"; +};