Add device tree support for v8 Power Grid with Kiwi on MTP, CDP platforms for Sun SoC. Change-Id: I517f023e516cab8735bdd2e264e8028a4e7debe7 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
453 B
Plaintext
18 lines
453 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-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun CDP Kiwi WLAN V8 Power Grid";
|
|
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 = <0x60001 0>;
|
|
};
|