Initial check in of pineapple and sun dt files on new branch. Signed-off-by: Eric Rosas <quic_erosas@quicinc.com> Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
22 lines
527 B
Plaintext
22 lines
527 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-sun.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/interconnect/qcom,sun.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "sun-audio.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|