From 565bd755672f39672024abf12528994060649bfe Mon Sep 17 00:00:00 2001 From: Meena Pasumarthi Date: Mon, 18 Dec 2023 12:29:42 +0530 Subject: [PATCH] ARM: dts: qcom: Support for Sun vms QRD Add initial Sun VMs QRD device tree support. Change-Id: I29911ae4207e04ccd22a7d2d9c75bb53b3f5e97b Signed-off-by: Meena Pasumarthi --- qcom/Makefile | 4 +++- qcom/platform_map.bzl | 4 ++++ qcom/sun-oemvm-qrd.dts | 14 ++++++++++++++ qcom/sun-oemvm-qrd.dtsi | 6 ++++++ qcom/sun-vm-qrd.dts | 14 ++++++++++++++ qcom/sun-vm-qrd.dtsi | 6 ++++++ 6 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 qcom/sun-oemvm-qrd.dts create mode 100644 qcom/sun-oemvm-qrd.dtsi create mode 100644 qcom/sun-vm-qrd.dts create mode 100644 qcom/sun-vm-qrd.dtsi diff --git a/qcom/Makefile b/qcom/Makefile index 610399ab..297acf4c 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -89,9 +89,11 @@ ifeq ($(CONFIG_ARCH_QTI_VM), y) sun_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += sun-vm-rumi.dtb \ sun-vm-mtp.dtb \ sun-vm-cdp.dtb \ + sun-vm-qrd.dtb \ sun-oemvm-rumi.dtb \ sun-oemvm-mtp.dtb \ - sun-oemvm-cdp.dtb + sun-oemvm-cdp.dtb \ + sun-oemvm-qrd.dtb dtb-y += $(sun_tuivm-dtb-y) endif diff --git a/qcom/platform_map.bzl b/qcom/platform_map.bzl index 6fc9231c..c38a9942 100644 --- a/qcom/platform_map.bzl +++ b/qcom/platform_map.bzl @@ -30,9 +30,11 @@ _platform_map = { # keep sorted {"name": "sun-oemvm-cdp.dtb"}, {"name": "sun-oemvm-mtp.dtb"}, + {"name": "sun-oemvm-qrd.dtb"}, {"name": "sun-oemvm-rumi.dtb"}, {"name": "sun-vm-cdp.dtb"}, {"name": "sun-vm-mtp.dtb"}, + {"name": "sun-vm-qrd.dtb"}, {"name": "sun-vm-rumi.dtb"}, ], }, @@ -41,9 +43,11 @@ _platform_map = { # keep sorted {"name": "sun-oemvm-cdp.dtb"}, {"name": "sun-oemvm-mtp.dtb"}, + {"name": "sun-oemvm-qrd.dtb"}, {"name": "sun-oemvm-rumi.dtb"}, {"name": "sun-vm-cdp.dtb"}, {"name": "sun-vm-mtp.dtb"}, + {"name": "sun-vm-qrd.dtb"}, {"name": "sun-vm-rumi.dtb"}, ], }, diff --git a/qcom/sun-oemvm-qrd.dts b/qcom/sun-oemvm-qrd.dts new file mode 100644 index 00000000..a463f4ec --- /dev/null +++ b/qcom/sun-oemvm-qrd.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ +/dts-v1/; + +#include "sun-oemvm.dtsi" +#include "sun-oemvm-qrd.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun OEMVM QRD"; + compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; + qcom,board-id = <0x10008 0>; +}; diff --git a/qcom/sun-oemvm-qrd.dtsi b/qcom/sun-oemvm-qrd.dtsi new file mode 100644 index 00000000..9d0bfe90 --- /dev/null +++ b/qcom/sun-oemvm-qrd.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ +&soc { +}; diff --git a/qcom/sun-vm-qrd.dts b/qcom/sun-vm-qrd.dts new file mode 100644 index 00000000..89a3de0f --- /dev/null +++ b/qcom/sun-vm-qrd.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ +/dts-v1/; + +#include "sun-vm.dtsi" +#include "sun-vm-mtp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun SVM QRD"; + compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; + qcom,board-id = <0x10008 0>; +}; diff --git a/qcom/sun-vm-qrd.dtsi b/qcom/sun-vm-qrd.dtsi new file mode 100644 index 00000000..9d0bfe90 --- /dev/null +++ b/qcom/sun-vm-qrd.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ +&soc { +};