Merge "ARM: dts: msm: Add initial device trees for sdxkova SoC"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
3d02f0edde
@@ -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 \
|
||||||
|
@@ -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
17
qcom/sdxkova-idp-cpe.dts
Normal 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>;
|
||||||
|
};
|
4
qcom/sdxkova-idp-cpe.dtsi
Normal file
4
qcom/sdxkova-idp-cpe.dtsi
Normal 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
17
qcom/sdxkova-idp-mbb.dts
Normal 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>;
|
||||||
|
};
|
4
qcom/sdxkova-idp-mbb.dtsi
Normal file
4
qcom/sdxkova-idp-mbb.dtsi
Normal 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
16
qcom/sdxkova.dtsi
Normal 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>;
|
||||||
|
};
|
||||||
|
};
|
Reference in New Issue
Block a user