arm: dts: Add support for MP03.3-C4 and MP03.3-C5

Change-Id: If84d926d07081b1d62775a88cc904158f90be797
Signed-off-by: Prasanna Kumar Thoorvas Samyrao Muralidharan <ptsm@codeaurora.org>
This commit is contained in:
Prasanna Kumar Thoorvas Samyrao Muralidharan 2021-05-13 11:41:04 +05:30
parent 235f540e47
commit cae6d36400
3 changed files with 40 additions and 0 deletions

View file

@ -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 \

View file

@ -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";
};

View file

@ -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";
};