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