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