ARM: dts: msm: Add initial device trees for sdxkova SoC

Add initial device trees to support sdxkova SoC.

Change-Id: I6423d06ff47ad79b2601a24d65a41cb40b3a4a9a
Signed-off-by: Khaja Hussain Shaik Khaji <quic_kshaikkh@quicinc.com>
This commit is contained in:
Khaja Hussain Shaik Khaji
2024-05-09 13:21:07 +05:30
parent 591cd6ac18
commit 97878aa1ab
7 changed files with 75 additions and 0 deletions

View File

@@ -169,6 +169,13 @@ dtb-y += $(pineapple_tuivm-dtb-y)
endif endif
endif endif
ifeq ($(CONFIG_ARCH_SDXKOVA), y)
sdxkova-dtb-$(CONFIG_ARCH_SDXKOVA) += sdxkova-idp-cpe.dtb \
sdxkova-idp-mbb.dtb
dtb-y += $(sdxkova-dtb-y)
endif
ifeq ($(CONFIG_ARCH_SUN), y) ifeq ($(CONFIG_ARCH_SUN), y)
ifeq ($(CONFIG_ARCH_QTI_VM), y) ifeq ($(CONFIG_ARCH_QTI_VM), y)
sun_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += sun-vm-rumi.dtb \ sun_tuivm-dtb-$(CONFIG_ARCH_QTI_VM) += sun-vm-rumi.dtb \

View File

@@ -1,4 +1,14 @@
_platform_map = { _platform_map = {
"sdxkova": {
"dtb_list": [
# keep sorted
{"name": "sdxkova-idp-cpe.dtb"},
{"name": "sdxkova-idp-mbb.dtb"},
],
"dtbo_list": [
# keep sorted
],
},
"sun": { "sun": {
"dtb_list": [ "dtb_list": [
# keep sorted # keep sorted

17
qcom/sdxkova-idp-cpe.dts Normal file
View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sdxkova.dtsi"
#include "sdxkova-idp-cpe.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXKOVA IDP CPE";
compatible = "qcom,sdxkova-idp",
"qcom,sdxkova", "qcom,idp";
qcom,msm-id = <556 0x10000>;
qcom,board-id = <0x3010022 0x403>;
};

View File

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

17
qcom/sdxkova-idp-mbb.dts Normal file
View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sdxkova.dtsi"
#include "sdxkova-idp-mbb.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SDXKOVA IDP MBB";
compatible = "qcom,sdxkova-idp",
"qcom,sdxkova", "qcom,idp";
qcom,msm-id = <556 0x10000>;
qcom,board-id = <0x2010022 0x302>, <0x2010022 0x402>;
};

View File

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

16
qcom/sdxkova.dtsi Normal file
View File

@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sdx75.dtsi"
/ {
qcom_tzlog: tz-log@14680720 {
compatible = "qcom,tz-log";
reg = <0x14680720 0x3000>;
qcom,hyplog-enabled;
hyplog-address-offset = <0x410>;
hyplog-size-offset = <0x414>;
};
};