Add base TUIVM and OEMVM device tree support for all Pineapple platforms. Change-Id: I7c3cc2112e122f25a2f0b573128e8fdfb86975c5 Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com> Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "pineapple-vm.dtsi"
|
|
#include "pineapple-vm-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Pineapple SVM QRD";
|
|
compatible = "qcom,pineapple-qrd", "qcom,pineapple", "qcom,qrd";
|
|
qcom,board-id = <0x1000b 0>;
|
|
};
|