Add initial Sun VMs QRD device tree support. Change-Id: I29911ae4207e04ccd22a7d2d9c75bb53b3f5e97b Signed-off-by: Meena Pasumarthi <quic_pasumart@quicinc.com>
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "sun-oemvm.dtsi"
|
|
#include "sun-oemvm-qrd.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun OEMVM QRD";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
|
qcom,board-id = <0x10008 0>;
|
|
};
|