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
398 B
Plaintext
16 lines
398 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-audio-cdp.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun CDP";
|
|
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,cdp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <1 0>, <0x50001 0>;
|
|
};
|