Adds initial dts nodes for CDP, MTP, RCM platforms. Also adds the common, display common, and pinctrl configurations. Change-Id: I473dbca3b60bd32c7d54bef600c8398ef6d35a59 Signed-off-by: Kirill Shpin <quic_kshpin@quicinc.com> Signed-off-by: Rohith Iyer <quic_rohiiyer@quicinc.com>
17 lines
361 B
Plaintext
17 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-sde-display-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun MTP";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <8 0>;
|
|
};
|