Add device tree files to support v6 and v8 power grids for MTP platform with QMP1000 on Sun SoC. Change-Id: Ic8636091236e3bcedd5af1fb2c5742371483607d Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-mtp-qmp1000.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP QMP1000";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,sunp-mtp", "qcom,sunp",
|
|
"qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x10108 0>;
|
|
};
|