Add v1 and v2 DT support for APQ variant on MTP, CDP and QRD platforms. Change-Id: Ifb447f14db06038d537951bd9b37f279c4757c0b Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
436 B
Plaintext
18 lines
436 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-cdp-kiwi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN";
|
|
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 = <0x20001 0>;
|
|
};
|