Add dt file and platform support for TunaP SoC. Change-Id: I60a0726920a990127dc2db02ce58d7d0f2e44696 Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "tuna-rcm-kiwi.dtsi"
|
|
#include "tuna-pmiv0108.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna RCM + kiwi WLAN";
|
|
compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
|
|
qcom,board-id = <21 1>;
|
|
};
|