Add HDK variant DT support on sun target. Change-Id: I18be1e19013713ed0984e087d5f28638ab5c438c Signed-off-by: Lei Chen <quic_chenlei@quicinc.com>
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-sde-display-hdk.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SunP QRD HDK";
|
|
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
|
|
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x1001f 0>;
|
|
};
|