Initial check in of pineapple and sun dt files on new branch. Signed-off-by: Eric Rosas <quic_erosas@quicinc.com> Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
16 lines
361 B
Plaintext
16 lines
361 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>;
|
|
qcom,board-id = <0x10021 0>;
|
|
};
|