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 <quic_hemantg@quicinc.com>
This commit is contained in:
Hemant Gupta
2023-12-22 10:00:58 +05:30
parent c45e899c16
commit 198ed1cd09
3 changed files with 25 additions and 0 deletions

1
Kbuild
View File

@@ -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)

17
sun-kiwi-bt-v8.dts Normal file
View File

@@ -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>;
};

7
sun-kiwi-bt-v8.dtsi Normal file
View File

@@ -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"