ARM: dts: msm: Add BT SoundWire and BT Slimbus nodes for Kera

Add BT SoundWire(for WCN775x) and BT Slimbus nodes
(for WCN675x) for Kera.

CRs-Fixed: 3995949
Change-Id: Ib480857522e6c46407137ba43a330ab26d1d4a00
Signed-off-by: Satish Kumar Kodishala <quic_skodisha@quicinc.com>
This commit is contained in:
Satish Kumar Kodishala
2024-12-09 23:15:10 +05:30
parent 9f3e2390f7
commit 7871563a32
2 changed files with 24 additions and 0 deletions

View File

@@ -62,6 +62,23 @@
};
&slim_msm {
status = "ok";
ngd@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <1>;
//slimbus child nodes
slimbus: btfmslim-driver {
compatible = "slim217,221";
reg = <1 0>;
qcom,btslim-address = <0x0>;
qcom,btslimtx-channels = <159 160>;
qcom,btslimrx-channels = <157 158>;
};
};
};
//uart instance
&qupv3_se5_4uart {
status = "ok";

View File

@@ -78,6 +78,13 @@
};
};
&swr4 {
btswr_slave: btswr-slave {
compatible = "qcom,btfmswr_slave";
reg = <0x02 0x08170220>;
};
};
//uart instance
&qupv3_se5_4uart {
status = "ok";