Add device tree support for v8 Power Grid on MTP, CDP, QRD platforms for Sun SoC. Change-Id: Iceac9ff05e97fb384f1bb0e641ad6ec568d75076 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-qrd-sku1-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU1 V8 Power Grid";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,sunp-qrd", "qcom,sunp",
|
|
"qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x3000B 0>;
|
|
};
|