Add support for Hamilton in device tree files to support Sun SoC + Hamilton and other platforms. Add support for V8 power grid for Ganges. Change-Id: I74217b782435d474e804e84611d33ffdd6279d10 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-audio-atp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun ATP";
|
|
compatible = "qcom,sun-atp", "qcom,sun", "qcom,atp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <0x10021 0>;
|
|
};
|