Add device tree support for v8 Power Grid on QRD SKU2 platform for Sun SoC. Change-Id: I4bc070e9dbddae39d033fbf16f5ca811295efff6 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-sku2-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU2 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 = <0x2000B 0>;
|
|
};
|