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

This commit is contained in:
qctecmdr
2024-01-16 23:49:25 -08:00
committed by Gerrit - the friendly Code Review server
10 changed files with 95 additions and 1 deletions

View File

@@ -91,12 +91,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

@@ -33,11 +33,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"},
],
},
@@ -46,11 +50,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 {
};