Add DT support for ATP variant on Sun SoC. Change-Id: Icb07c87ca0ed07c81e0d3bf42e5c69147d6f1807 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
391 B
Plaintext
18 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-atp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun ATP";
|
|
compatible = "qcom,sun-atp", "qcom,sun", "qcom,sunp-atp", "qcom,sunp",
|
|
"qcom,atp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x10021 0>;
|
|
};
|