From 0ac00846bba964e619db99dabd60aacc3458c32b Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Wed, 6 Sep 2023 15:42:01 -0700 Subject: [PATCH] ARM: dts: msm: Add support for Sun SoC + Kiwi Add device tree files needed to support Sun SoC + Kiwi platforms. Change-Id: Ie27eea504087f8da315ab6b0e90d1660d32e3815 Signed-off-by: Unnathi Chalicheemala --- qcom/Makefile | 2 ++ qcom/sun-cdp-kiwi-overlay.dts | 16 ++++++++++++++++ qcom/sun-cdp-kiwi.dtsi | 6 ++++++ qcom/sun-mtp-kiwi-overlay.dts | 16 ++++++++++++++++ qcom/sun-mtp-kiwi.dtsi | 6 ++++++ 5 files changed, 46 insertions(+) create mode 100644 qcom/sun-cdp-kiwi-overlay.dts create mode 100644 qcom/sun-cdp-kiwi.dtsi create mode 100644 qcom/sun-mtp-kiwi-overlay.dts create mode 100644 qcom/sun-mtp-kiwi.dtsi diff --git a/qcom/Makefile b/qcom/Makefile index 0a08ed18..7af3e08c 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -19,7 +19,9 @@ SUN_BASE_DTB += sun.dtb sun-v2.dtb SUN_BOARDS += \ sun-mtp-overlay.dtbo \ + sun-mtp-kiwi-overlay.dtbo \ sun-cdp-overlay.dtbo \ + sun-cdp-kiwi-overlay.dtbo \ sun-qrd-overlay.dtbo NOAPQ_SUN_BOARDS += \ diff --git a/qcom/sun-cdp-kiwi-overlay.dts b/qcom/sun-cdp-kiwi-overlay.dts new file mode 100644 index 00000000..639098f3 --- /dev/null +++ b/qcom/sun-cdp-kiwi-overlay.dts @@ -0,0 +1,16 @@ +// 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>; +}; diff --git a/qcom/sun-cdp-kiwi.dtsi b/qcom/sun-cdp-kiwi.dtsi new file mode 100644 index 00000000..75eff7ab --- /dev/null +++ b/qcom/sun-cdp-kiwi.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "sun-cdp.dtsi" diff --git a/qcom/sun-mtp-kiwi-overlay.dts b/qcom/sun-mtp-kiwi-overlay.dts new file mode 100644 index 00000000..0919e9eb --- /dev/null +++ b/qcom/sun-mtp-kiwi-overlay.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include "sun-mtp-kiwi.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun MTP Kiwi WLAN"; + compatible = "qcom,sun-mtp", "qcom,sun", "qcom,mtp"; + qcom,msm-id = <618 0x10000>, <618 0x20000>; + qcom,board-id = <0x20008 0>; +}; diff --git a/qcom/sun-mtp-kiwi.dtsi b/qcom/sun-mtp-kiwi.dtsi new file mode 100644 index 00000000..ed228e3c --- /dev/null +++ b/qcom/sun-mtp-kiwi.dtsi @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "sun-mtp.dtsi"