Add device tree files to support v6 and v8 power grids for MTP platform with QMP1000 on Sun SoC. Change-Id: I833a3aec6569b07e30e3e6ff59b26b7381280c70 Signed-off-by: Grace An <quic_gracan@quicinc.com>
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "hw_fence/sun-hw-fence.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>;
|
|
};
|