Add initial device tree entries for sun target Change-Id: Ieeb7eb1f6e300b1453cda59f75f50b9de2b58c6c
17 lines
415 B
Plaintext
17 lines
415 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 CDP";
|
|
compatible = "qcom, sun-cdp", "qcom,sun", "qcom,cdp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x1 0>, <0x20001 0>, <0x50001 0>;
|
|
};
|