Add device tree files needed to support Sun SoC + Kiwi on RCM platform. Change-Id: I0752eb6d3a4a855c9619cc4fcd3587385eae21e3 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-rcm-kiwi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun RCM Kiwi WLAN";
|
|
compatible = "qcom,sun-rcm", "qcom,sun", "qcom,sunp-rcm", "qcom,sunp",
|
|
"qcom,rcm";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x40015 0>;
|
|
};
|