btfm: dts: msm: Add device tree entries for sun target

Add initial device tree entries for sun target

Change-Id: I5bda39009e553cfacd32b15235b6f58ce803bb9a
Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
This commit is contained in:
Hemant Gupta
2023-12-21 16:16:13 +05:30
parent 68975207ee
commit c45e899c16
13 changed files with 581 additions and 0 deletions

13
Kbuild Normal file
View File

@@ -0,0 +1,13 @@
ifeq ($(CONFIG_ARCH_PINEAPPLE),y)
dtbo-y += pineapple-kiwi-bt.dtbo
endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += sun-peach-bt.dtbo
dtbo-y += sun-kiwi-bt.dtbo
dtbo-y += sun-peach-bt-v8.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
subdir-y := $(dts-dirs)
clean-files := *.dtb *.dtbo