btfm: dts: msm: Add support for SunP HDK

Add support for SunP HDK

Change-Id: I4ddbe8caf7c710debc57aec713aa255a2f226a3c
Signed-off-by: Suqun Peng <quic_suqupeng@quicinc.com>
This commit is contained in:
Suqun Peng
2024-03-07 14:20:45 +08:00
parent 15d7e9a790
commit b563a54327
4 changed files with 33 additions and 1 deletions

1
Kbuild
View File

@@ -8,6 +8,7 @@ dtbo-y += sun-kiwi-bt.dtbo
dtbo-y += sun-peach-bt-v8.dtbo dtbo-y += sun-peach-bt-v8.dtbo
dtbo-y += sun-kiwi-bt-v8.dtbo dtbo-y += sun-kiwi-bt-v8.dtbo
dtbo-y += sun-wcn788x-v8.dtbo dtbo-y += sun-wcn788x-v8.dtbo
dtbo-y += sunp-hdk-peach-bt-v8.dtbo
endif endif
always-y := $(dtb-y) $(dtbo-y) always-y := $(dtb-y) $(dtbo-y)

View File

@@ -76,7 +76,7 @@
// FM changes // FM changes
&qupv3_se5_i2c { &qupv3_se5_i2c {
status = "ok"; status = "ok";
nq@64 { fm_rtc6226: nq@64 {
compatible = "rtc6226"; compatible = "rtc6226";
reg = <0x64>; reg = <0x64>;
fmint-gpio = <&tlmm 84 0>; fmint-gpio = <&tlmm 84 0>;

17
sunp-hdk-peach-bt-v8.dts Normal file
View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "sunp-hdk-peach-bt-v8.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun SoCs HDK";
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>;
qcom,board-id = <0x1001f 0>;
};

14
sunp-hdk-peach-bt-v8.dtsi Normal file
View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun-peach-bt-v8.dtsi"
/delete-node/ &fm_rtc6226;
&bluetooth {
/delete-property/ qcom,bt-ant-ldo-supply;
/delete-property/ qcom,bt-ant-ldo-config;
};