Add NFC board IDs for MTP and CDP support for V8 Peach dtsi. Change-Id: I7bc2b599b5061f11512d5f6009d986e2f19a777f CRs-Fixed: 3701475
20 lines
458 B
Plaintext
20 lines
458 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-peach-cnss-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoCs";
|
|
compatible = "qcom,sun", "qcom,sunp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
|
<639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x50001 0>, <0x40008 0>, <0x3000B 0>, <0x2000B 0>,
|
|
<0x30008 0>, <0x40001 0>;
|
|
};
|