From 198ed1cd092abf48ccf2fb300ab54797e4ae8327 Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Fri, 22 Dec 2023 10:00:58 +0530 Subject: [PATCH] btfm: dts: msm: Add support for kiwi in v8 sun target Add support for kiwi in v8 sun target Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb8a Signed-off-by: Hemant Gupta --- Kbuild | 1 + sun-kiwi-bt-v8.dts | 17 +++++++++++++++++ sun-kiwi-bt-v8.dtsi | 7 +++++++ 3 files changed, 25 insertions(+) create mode 100644 sun-kiwi-bt-v8.dts create mode 100644 sun-kiwi-bt-v8.dtsi diff --git a/Kbuild b/Kbuild index 3533af96..afbc4195 100644 --- a/Kbuild +++ b/Kbuild @@ -6,6 +6,7 @@ ifeq ($(CONFIG_ARCH_SUN), y) dtbo-y += sun-peach-bt.dtbo dtbo-y += sun-kiwi-bt.dtbo dtbo-y += sun-peach-bt-v8.dtbo +dtbo-y += sun-kiwi-bt-v8.dtbo endif always-y := $(dtb-y) $(dtbo-y) diff --git a/sun-kiwi-bt-v8.dts b/sun-kiwi-bt-v8.dts new file mode 100644 index 00000000..5d52bc58 --- /dev/null +++ b/sun-kiwi-bt-v8.dts @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: BSD-3-Clause + +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include "sun-kiwi-bt-v8.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Sun SoCs"; + compatible = "qcom,sun", "qcom,sunp"; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; + qcom,board-id = <0x60001 0>, <0x50008 0>; +}; diff --git a/sun-kiwi-bt-v8.dtsi b/sun-kiwi-bt-v8.dtsi new file mode 100644 index 00000000..290d14fb --- /dev/null +++ b/sun-kiwi-bt-v8.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: BSD-3-Clause + +/* + * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +#include "sun-kiwi-bt.dtsi" \ No newline at end of file