Skip to content

Commit

Permalink
Merge tag 'bcm2835-dt-next-2017-10-06' into devicetree/next
Browse files Browse the repository at this point in the history
This pull request adds the Pi 3's built in bluetooth device so that it
can be probed automatically without userspace hciattach calls.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Florian Fainelli committed Oct 6, 2017
2 parents 2e7a84a + fd3372d commit 3bda685
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/bcm2837-rpi-3-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
pinctrl-names = "default";
pinctrl-0 = <&uart0_gpio32 &gpclk2_gpio43>;
status = "okay";

bluetooth {
compatible = "brcm,bcm43438-bt";
max-speed = <2000000>;
};
};

/* uart1 is mapped to the pin header */
Expand Down

0 comments on commit 3bda685

Please sign in to comment.