ARM: dts: qcom: Support for Sun vms MTP-V8 and RCM

Add initial Sun VMs MTP-V8 and RCM device tree support.

Change-Id: I9650efe5baca5d72a3c991f93119cdf00b52a3dd
Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com>
This commit is contained in:
Meena Pasumarthi
2024-01-04 17:20:15 +05:30
parent 23bdce7154
commit 2e885def36
10 changed files with 95 additions and 1 deletions

View File

@@ -88,12 +88,16 @@ ifeq ($(CONFIG_ARCH_SUN), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y)
sun_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += sun-vm-rumi.dtb \
sun-vm-mtp.dtb \
sun-vm-mtp-v8.dtb \
sun-vm-cdp.dtb \
sun-vm-qrd.dtb \
sun-vm-rcm.dtb \
sun-oemvm-rumi.dtb \
sun-oemvm-mtp.dtb \
sun-oemvm-mtp-v8.dtb \
sun-oemvm-cdp.dtb \
sun-oemvm-qrd.dtb
sun-oemvm-qrd.dtb \
sun-oemvm-rcm.dtb
dtb-y += $(sun_tuivm-dtb-y)
endif

View File

@@ -30,11 +30,15 @@ _platform_map = {
# keep sorted
{"name": "sun-oemvm-cdp.dtb"},
{"name": "sun-oemvm-mtp.dtb"},
{"name": "sun-oemvm-mtp-v8.dtb"},
{"name": "sun-oemvm-qrd.dtb"},
{"name": "sun-oemvm-rcm.dtb"},
{"name": "sun-oemvm-rumi.dtb"},
{"name": "sun-vm-cdp.dtb"},
{"name": "sun-vm-mtp.dtb"},
{"name": "sun-vm-mtp-v8.dtb"},
{"name": "sun-vm-qrd.dtb"},
{"name": "sun-vm-rcm.dtb"},
{"name": "sun-vm-rumi.dtb"},
],
},
@@ -43,11 +47,15 @@ _platform_map = {
# keep sorted
{"name": "sun-oemvm-cdp.dtb"},
{"name": "sun-oemvm-mtp.dtb"},
{"name": "sun-oemvm-mtp-v8.dtb"},
{"name": "sun-oemvm-qrd.dtb"},
{"name": "sun-oemvm-rcm.dtb"},
{"name": "sun-oemvm-rumi.dtb"},
{"name": "sun-vm-cdp.dtb"},
{"name": "sun-vm-mtp.dtb"},
{"name": "sun-vm-mtp-v8.dtb"},
{"name": "sun-vm-qrd.dtb"},
{"name": "sun-vm-rcm.dtb"},
{"name": "sun-vm-rumi.dtb"},
],
},

14
qcom/sun-oemvm-mtp-v8.dts Normal file
View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sun-oemvm.dtsi"
#include "sun-oemvm-mtp-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun OEMVM MTP-V8";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
qcom,board-id = <0x40008 0>;
};

View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};

15
qcom/sun-oemvm-rcm.dts Normal file
View File

@@ -0,0 +1,15 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sun-oemvm.dtsi"
#include "sun-oemvm-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun OEMVM RCM";
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,rcm";
qcom,board-id = <0x15 0>;
};

6
qcom/sun-oemvm-rcm.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};

14
qcom/sun-vm-mtp-v8.dts Normal file
View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sun-vm.dtsi"
#include "sun-vm-mtp-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun SVM MTP-V8";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
qcom,board-id = <0x40008 0>;
};

6
qcom/sun-vm-mtp-v8.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};

15
qcom/sun-vm-rcm.dts Normal file
View File

@@ -0,0 +1,15 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sun-vm.dtsi"
#include "sun-vm-rcm.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SUN SVM RCM";
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,rcm";
qcom,board-id = <0x15 0>;
};

6
qcom/sun-vm-rcm.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
};