Add v1 and v2 DT support for APQ variant. Change-Id: I9ea89b9fd022ddaf2fc5481acac16f720a725f7f Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
// 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>;
|
|
};
|