Added support for sun qrd with 3.5 mm Change-Id: Ie25c88d9045fdef950dfd86a39f043eb0eb18e3d
21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-nfc-common.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
|
|
"qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0x4000B 0>;
|
|
};
|