Skip to content

Commit 7ff64af

Browse files
RobertCNelsontmlind
authored andcommitted
ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
This adds the serial slave device for the WL1835 Bluetooth interface. Signed-off-by: Robert Nelson <[email protected]> CC: Ricardo Salveti <[email protected]> CC: Tony Lindgren <[email protected]> CC: Jason Kridner <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent d132a00 commit 7ff64af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/am335x-bonegreen-wireless.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
pinctrl-names = "default";
9898
pinctrl-0 = <&uart3_pins &bt_pins>;
9999
status = "okay";
100+
101+
bluetooth {
102+
compatible = "ti,wl1835-st";
103+
enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
104+
};
100105
};
101106

102107
&gpio1 {

0 commit comments

Comments
 (0)