Split platform specific devicetree files for Kera TUIVM and OEMVM. Change-Id: I687bc081579cd1545a5f560127417cde6c5e9790 Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "kera-vm.dtsi"
|
|
#include "kera-vm-rcm-qca6750.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kera SVM RCM + QCA6750";
|
|
compatible = "qcom,kera-rcm", "qcom,kera", "qcom,kerap-rcm", "qcom,kerap",
|
|
"qcom,rcm";
|
|
qcom,board-id = <0x10015 0>, <0x20015 0>, <0x30015 0>;
|
|
};
|