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:
1
Kbuild
1
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)
|
||||
|
17
sun-kiwi-bt-v8.dts
Normal file
17
sun-kiwi-bt-v8.dts
Normal 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
7
sun-kiwi-bt-v8.dtsi
Normal 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"
|
Reference in New Issue
Block a user