Add initial Sun VMs MTP-V8 and RCM device tree support. Change-Id: I9650efe5baca5d72a3c991f93119cdf00b52a3dd Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com>
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "sun-oemvm.dtsi"
|
|
#include "sun-oemvm-mtp-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun OEMVM MTP-V8";
|
|
compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp";
|
|
qcom,board-id = <0x40008 0>;
|
|
};
|