ARM: dts: qcom: Add support for platforms for Tuna
Add base device tree support for ATP, CDP, MTP, QRD, RCM platforms for Tuna SoC. Change-Id: I229ea3ba6963c91183c8df9b668e3dfef80f189d Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
This commit is contained in:
@@ -54,6 +54,14 @@ sun-overlays-dtb-$(CONFIG_ARCH_SUN) += $(SUN_BOARDS) $(NOAPQ_SUN_BOARDS) $(SUN_B
|
|||||||
|
|
||||||
TUNA_BASE_DTB += tuna.dtb
|
TUNA_BASE_DTB += tuna.dtb
|
||||||
NOAPQ_TUNA_BOARDS += \
|
NOAPQ_TUNA_BOARDS += \
|
||||||
|
tuna-atp-overlay.dtbo \
|
||||||
|
tuna-cdp-overlay.dtbo \
|
||||||
|
tuna-mtp-kiwi-overlay.dtbo \
|
||||||
|
tuna-mtp-overlay.dtbo \
|
||||||
|
tuna-mtp-qmp1000-overlay.dtbo \
|
||||||
|
tuna-qrd-overlay.dtbo \
|
||||||
|
tuna-rcm-kiwi-overlay.dtbo \
|
||||||
|
tuna-rcm-overlay.dtbo \
|
||||||
tuna-rumi-overlay.dtbo
|
tuna-rumi-overlay.dtbo
|
||||||
|
|
||||||
sun-dtb-$(CONFIG_ARCH_TUNA) += \
|
sun-dtb-$(CONFIG_ARCH_TUNA) += \
|
||||||
|
@@ -73,6 +73,14 @@ _platform_map = {
|
|||||||
"name": "tuna-rumi-overlay.dtbo",
|
"name": "tuna-rumi-overlay.dtbo",
|
||||||
"apq": False,
|
"apq": False,
|
||||||
},
|
},
|
||||||
|
{"name": "tuna-atp-overlay.dtbo"},
|
||||||
|
{"name": "tuna-cdp-overlay.dtbo"},
|
||||||
|
{"name": "tuna-mtp-kiwi-overlay.dtbo"},
|
||||||
|
{"name": "tuna-mtp-overlay.dtbo"},
|
||||||
|
{"name": "tuna-mtp-qmp1000-overlay.dtbo"},
|
||||||
|
{"name": "tuna-qrd-overlay.dtbo"},
|
||||||
|
{"name": "tuna-rcm-kiwi-overlay.dtbo"},
|
||||||
|
{"name": "tuna-rcm-overlay.dtbo"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"kera": {
|
"kera": {
|
||||||
|
18
qcom/tuna-atp-overlay.dts
Normal file
18
qcom/tuna-atp-overlay.dts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-atp.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna ATP";
|
||||||
|
compatible = "qcom,tuna-atp", "qcom,tuna", "qcom,tunap-atp", "qcom,tunap",
|
||||||
|
"qcom,atp";
|
||||||
|
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <33 0>;
|
||||||
|
};
|
6
qcom/tuna-atp.dtsi
Normal file
6
qcom/tuna-atp.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tuna-mtp.dtsi"
|
18
qcom/tuna-cdp-overlay.dts
Normal file
18
qcom/tuna-cdp-overlay.dts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-cdp.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna CDP";
|
||||||
|
compatible = "qcom,tuna-cdp", "qcom,tuna", "qcom,tunap-cdp", "qcom,tunap",
|
||||||
|
"qcom,cdp";
|
||||||
|
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <1 0>;
|
||||||
|
};
|
4
qcom/tuna-cdp.dtsi
Normal file
4
qcom/tuna-cdp.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/tuna-mtp-kiwi-overlay.dts
Normal file
17
qcom/tuna-mtp-kiwi-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-mtp-kiwi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna MTP + kiwi WLAN";
|
||||||
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||||
|
"qcom,mtp";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <8 2>;
|
||||||
|
};
|
6
qcom/tuna-mtp-kiwi.dtsi
Normal file
6
qcom/tuna-mtp-kiwi.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tuna-mtp.dtsi"
|
17
qcom/tuna-mtp-overlay.dts
Normal file
17
qcom/tuna-mtp-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-mtp.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna MTP";
|
||||||
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||||
|
"qcom,mtp";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <8 0>;
|
||||||
|
};
|
17
qcom/tuna-mtp-qmp1000-overlay.dts
Normal file
17
qcom/tuna-mtp-qmp1000-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-mtp-qmp1000.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna MTP QMP1000";
|
||||||
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||||
|
"qcom,mtp";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <8 1>;
|
||||||
|
};
|
6
qcom/tuna-mtp-qmp1000.dtsi
Normal file
6
qcom/tuna-mtp-qmp1000.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tuna-mtp.dtsi"
|
4
qcom/tuna-mtp.dtsi
Normal file
4
qcom/tuna-mtp.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/tuna-qrd-overlay.dts
Normal file
17
qcom/tuna-qrd-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-qrd.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna QRD";
|
||||||
|
compatible = "qcom,tuna-qrd", "qcom,tuna", "qcom,tunap-qrd", "qcom,tunap",
|
||||||
|
"qcom,qrd";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <11 0>;
|
||||||
|
};
|
4
qcom/tuna-qrd.dtsi
Normal file
4
qcom/tuna-qrd.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/tuna-rcm-kiwi-overlay.dts
Normal file
17
qcom/tuna-rcm-kiwi-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-rcm-kiwi.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna RCM + kiwi WLAN";
|
||||||
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
||||||
|
"qcom,rcm";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <21 1>;
|
||||||
|
};
|
6
qcom/tuna-rcm-kiwi.dtsi
Normal file
6
qcom/tuna-rcm-kiwi.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tuna-cdp.dtsi"
|
17
qcom/tuna-rcm-overlay.dts
Normal file
17
qcom/tuna-rcm-overlay.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/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include "tuna-rcm.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Tuna RCM";
|
||||||
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
||||||
|
"qcom,rcm";
|
||||||
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||||
|
qcom,board-id = <21 0>;
|
||||||
|
};
|
6
qcom/tuna-rcm.dtsi
Normal file
6
qcom/tuna-rcm.dtsi
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "tuna-cdp.dtsi"
|
Reference in New Issue
Block a user