diff options
author | 2017-10-06 15:17:39 -0700 | |
---|---|---|
committer | 2017-10-06 15:17:39 -0700 | |
commit | 3bda685e0eebafd60d94296df0bec51984f16e5a (patch) | |
tree | f5618bad7e40e6f545b74ea12c08b999c010fba9 | |
parent | Merge tag 'bcm2835-dt-fixes-2017-10-06' into devicetree/next (diff) | |
parent | ARM: dts: bcm2837-rpi-3-b: Add bcm43438 serial slave (diff) | |
download | wireguard-linux-3bda685e0eebafd60d94296df0bec51984f16e5a.tar.xz wireguard-linux-3bda685e0eebafd60d94296df0bec51984f16e5a.zip |
Merge tag 'bcm2835-dt-next-2017-10-06' into devicetree/next
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts index c71a0d73d2a2..ca588552f37b 100644 --- a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts @@ -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 */ |