Add support for platforms like ATP, CDP, MTP, QRD and RCM for TUIVM and OEMVM on Tuna. Also, add support for additional Tuna variant. Change-Id: Ie7a6c542c7d31db5b823ae10db714ddc43330598 Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
17 lines
364 B
Plaintext
17 lines
364 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tuna-vm.dtsi"
|
|
#include "tuna-vm-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SVM MTP";
|
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
|
"qcom,mtp";
|
|
qcom,board-id = <8 0>;
|
|
};
|