Add initial devicetree files for trustedvm for RUMI platform on Tuna SoC. Change-Id: I3d0694b8542c1f30a52d6caa89cdad1bd1174a2e Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
16 lines
334 B
Plaintext
16 lines
334 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-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SVM RUMI";
|
|
compatible = "qcom,tuna-rumi", "qcom,tuna", "qcom,rumi";
|
|
qcom,board-id = <15 0>;
|
|
};
|