Add initial devicetree files for OEMVM for RUMI platform on Tuna SoC. Change-Id: Ia8a0dbeb6a345e6f5e08ba70c92b9957e27122ed Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tuna-oemvm.dtsi"
|
|
#include "tuna-oemvm-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna OEMVM RUMI";
|
|
compatible = "qcom,tuna-rumi", "qcom,tuna", "qcom,rumi";
|
|
qcom,board-id = <15 0>;
|
|
};
|