diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-03-26 09:35:23 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-04-13 11:42:36 +0200 |
commit | b6353c31ab641d99a7879d9fae557c8793bd2243 (patch) | |
tree | 05d5c40f6e09f4d64482adaec2866f0e664a580e /arch/arm/boot/dts/exynos3250-rinato.dts | |
parent | ARM: dts: exynos: Add devicetree file for the Galaxy S2 (diff) | |
download | linux-b6353c31ab641d99a7879d9fae557c8793bd2243.tar.xz linux-b6353c31ab641d99a7879d9fae557c8793bd2243.zip |
ARM: dts: exynos: Enable Bluetooth support for Rinato board
Add a node for the BCM43342A Bluetooth chip on the serial bus #0 on
the Exynos3250-based Rinato board.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-rinato.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 86c26a4edfd7..03f214089fd4 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -629,6 +629,15 @@ assigned-clocks = <&cmu CLK_SCLK_UART0>; assigned-clock-rates = <100000000>; status = "okay"; + + bluetooth { + compatible = "brcm,bcm4330-bt"; + max-speed = <3000000>; + shutdown-gpios = <&gpe0 0 GPIO_ACTIVE_HIGH>; + device-wakeup-gpios = <&gpx3 1 GPIO_ACTIVE_HIGH>; + host-wakeup-gpios = <&gpx2 6 GPIO_ACTIVE_HIGH>; + clocks = <&s2mps14_osc S2MPS11_CLK_BT>; + }; }; &serial_1 { |