ARM: dts: qcom: Support for Sun vms MTP and CDP

Add initial Sun VMs MTP and CDP device tree support.

Change-Id: I334c31bdd0abff304e11a47ddb2f37aeae9a62ed
Signed-off-by: Murali Nalajala <quic_mnalajal@quicinc.com>
This commit is contained in:
Murali Nalajala
2023-11-16 22:28:42 -08:00
parent 0f27252f21
commit e59025f303
12 changed files with 99 additions and 3 deletions

15
qcom/sun-oemvm-cdp.dts Normal file
View File

@@ -0,0 +1,15 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
#include "sun-oemvm.dtsi"
#include "sun-oemvm-cdp.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun OEMVM CDP";
compatible = "qcom,sun-cdp", "qcom,sun", "qcom,sunp-cdp",
"qcom,sunp", "qcom,cdp";
qcom,board-id = <0x10001 0>;
};