Add support for platforms like ATP, CDP, MTP, QRD and RCM for TUIVM and OEMVM on Tuna. Also, add support for additional Tuna variant. Change-Id: Ie7a6c542c7d31db5b823ae10db714ddc43330598 Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tuna-oemvm.dtsi"
|
|
#include "tuna-oemvm-rcm-kiwi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna OEMVM RCM + kiwi WLAN";
|
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
|
"qcom,rcm";
|
|
qcom,board-id = <21 1>;
|
|
};
|