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