ARM: dts: qcom: Add support for platforms for Tuna MTP
Add base device tree support for MTP harmonium and MTP NFC platforms for Tuna SoC. Change-Id: I4cef3297884dff5e7edee9121496c7284551c99c Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
This commit is contained in:
@@ -56,7 +56,9 @@ TUNA_BASE_DTB += tuna.dtb tuna7.dtb
|
||||
NOAPQ_TUNA_BOARDS += \
|
||||
tuna-atp-overlay.dtbo \
|
||||
tuna-cdp-overlay.dtbo \
|
||||
tuna-mtp-kiwi-harmonium-overlay.dtbo \
|
||||
tuna-mtp-kiwi-overlay.dtbo \
|
||||
tuna-mtp-nfc-overlay.dtbo \
|
||||
tuna-mtp-overlay.dtbo \
|
||||
tuna-mtp-qmp1000-overlay.dtbo \
|
||||
tuna-mtp-kiwi-pmd802x-overlay.dtbo \
|
||||
|
@@ -85,7 +85,9 @@ _platform_map = {
|
||||
},
|
||||
{"name": "tuna-atp-overlay.dtbo"},
|
||||
{"name": "tuna-cdp-overlay.dtbo"},
|
||||
{"name": "tuna-mtp-kiwi-harmonium-overlay.dtbo"},
|
||||
{"name": "tuna-mtp-kiwi-overlay.dtbo"},
|
||||
{"name": "tuna-mtp-nfc-overlay.dtbo"},
|
||||
{"name": "tuna-mtp-overlay.dtbo"},
|
||||
{"name": "tuna-mtp-qmp1000-overlay.dtbo"},
|
||||
{"name": "tuna-qrd-overlay.dtbo"},
|
||||
|
18
qcom/tuna-mtp-kiwi-harmonium-overlay.dts
Normal file
18
qcom/tuna-mtp-kiwi-harmonium-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-mtp-kiwi-harmonium.dtsi"
|
||||
#include "tuna-pm7550ba.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna MTP + kiwi WLAN + Harmonium";
|
||||
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||
"qcom,mtp";
|
||||
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||
qcom,board-id = <8 3>;
|
||||
};
|
6
qcom/tuna-mtp-kiwi-harmonium.dtsi
Normal file
6
qcom/tuna-mtp-kiwi-harmonium.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-kiwi.dtsi"
|
18
qcom/tuna-mtp-nfc-overlay.dts
Normal file
18
qcom/tuna-mtp-nfc-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-mtp-nfc.dtsi"
|
||||
#include "tuna-pm7550ba-pmd802x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna MTP + SN220/SN300 NFC";
|
||||
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||
"qcom,mtp";
|
||||
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||
qcom,board-id = <8 4>;
|
||||
};
|
6
qcom/tuna-mtp-nfc.dtsi
Normal file
6
qcom/tuna-mtp-nfc.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"
|
Reference in New Issue
Block a user