ARM: dts: msm: Add initial device trees for Sun QRD SKU1 & SKU2 SoC

Add initial device trees to support Sun QRD sku1 and sku2 SoC
and it's platforms.

Change-Id: Ibf28cbc9f33f19908c4d8ac1b431d17632c43e6b
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
This commit is contained in:
Lijuan Gao
2023-10-18 15:39:03 +08:00
parent 91593b8c04
commit 2e885f132f
6 changed files with 35 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ SUN_BOARDS += \
sun-mtp-kiwi-overlay.dtbo \ sun-mtp-kiwi-overlay.dtbo \
sun-cdp-overlay.dtbo \ sun-cdp-overlay.dtbo \
sun-cdp-kiwi-overlay.dtbo \ sun-cdp-kiwi-overlay.dtbo \
sun-qrd-overlay.dtbo sun-qrd-sku1-overlay.dtbo \
sun-qrd-sku2-overlay.dtbo
NOAPQ_SUN_BOARDS += \ NOAPQ_SUN_BOARDS += \
sun-rumi-overlay.dtbo sun-rumi-overlay.dtbo

View File

@@ -9,7 +9,8 @@ _platform_map = {
# keep sorted # keep sorted
{"name": "sun-cdp-overlay.dtbo"}, {"name": "sun-cdp-overlay.dtbo"},
{"name": "sun-mtp-overlay.dtbo"}, {"name": "sun-mtp-overlay.dtbo"},
{"name": "sun-qrd-overlay.dtbo"}, {"name": "sun-qrd-sku1-overlay.dtbo"},
{"name": "sun-qrd-sku2-overlay.dtbo"},
{"name": "sun-rumi-overlay.dtbo"}, {"name": "sun-rumi-overlay.dtbo"},
], ],
}, },

View File

@@ -6,11 +6,11 @@
/dts-v1/; /dts-v1/;
/plugin/; /plugin/;
#include "sun-qrd.dtsi" #include "sun-qrd-sku1.dtsi"
/ { / {
model = "Qualcomm Technologies, Inc. Sun QRD"; model = "Qualcomm Technologies, Inc. Sun QRD SKU1";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd"; compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,msm-id = <618 0x10000>, <618 0x20000>; qcom,msm-id = <618 0x10000>, <618 0x20000>;
qcom,board-id = <11 0>; qcom,board-id = <0x1000B 0>;
}; };

6
qcom/sun-qrd-sku1.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-qrd.dtsi"

View File

@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-qrd-sku2.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
qcom,msm-id = <618 0x10000>, <618 0x20000>;
qcom,board-id = <0x2000B 0>;
};

6
qcom/sun-qrd-sku2.dtsi Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-qrd.dtsi"