ARM: dts: msm: Add NFC support for Sun SoC

Add NFC support for MTP, CDP platforms on Sun SoC.

Change-Id: I93755e3861d5d075f020ea5856caed56d57db922
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
Unnathi Chalicheemala
2023-10-30 11:06:19 -07:00
parent 3afa08eaed
commit d19618b5c7
5 changed files with 46 additions and 0 deletions

View File

@@ -21,8 +21,10 @@ SUN_APQ_BASE_DTB += sunp.dtb sunp-v2.dtb
SUN_BOARDS += \ SUN_BOARDS += \
sun-mtp-overlay.dtbo \ sun-mtp-overlay.dtbo \
sun-mtp-kiwi-overlay.dtbo \ sun-mtp-kiwi-overlay.dtbo \
sun-mtp-nfc-overlay.dtbo \
sun-cdp-overlay.dtbo \ sun-cdp-overlay.dtbo \
sun-cdp-kiwi-overlay.dtbo \ sun-cdp-kiwi-overlay.dtbo \
sun-cdp-nfc-overlay.dtbo \
sun-qrd-sku1-overlay.dtbo \ sun-qrd-sku1-overlay.dtbo \
sun-qrd-sku2-overlay.dtbo sun-qrd-sku2-overlay.dtbo

View File

@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-cdp-nfc.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun CDP SN300 NFC";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp", "qcom,sunp", "qcom,cdp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x40001 0>;
};

6
qcom/sun-cdp-nfc.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-cdp.dtsi"

View File

@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sun-mtp-nfc.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun MTP SN300 NFC";
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp", "qcom,mtp";
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
qcom,board-id = <0x30008 0>;
};

6
qcom/sun-mtp-nfc.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-mtp.dtsi"