Add v1 and v2 DT support for APQ variant on MTP, CDP and QRD platforms. Change-Id: Ifb447f14db06038d537951bd9b37f279c4757c0b Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SunP SoC";
|
|
compatible = "qcom,sunp";
|
|
qcom,msm-id = <639 0x10000>;
|
|
};
|