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
369 B
Plaintext
15 lines
369 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "pineapple-oemvm.dtsi"
|
|
#include "pineapple-oemvm-rcm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Pineapple OEMVM RCM";
|
|
compatible = "qcom,pineapple-rcm", "qcom,pineapple", "qcom,rcm";
|
|
qcom,board-id = <0x15 0>;
|
|
};
|