diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-25 13:14:49 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-03-29 23:49:05 +0300 |
commit | c5c9c7cff2692d75a24761b081d717a78ad535c8 (patch) | |
tree | 8d727f95d07f01cbbe8288a61173d071601551d9 /arch/arm64/boot/dts/amlogic | |
parent | c9206b42ccbe339e1c72481cf9fefd3b26d79345 (diff) | |
download | linux-c5c9c7cff2692d75a24761b081d717a78ad535c8.tar.xz |
arm64: dts: meson-g12a-x96-max: Enable BT Module
Enable the Bluetooth Module on the X96 Max Set-Top-Box.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts index 0ba28491e2b0..0a6919523ba9 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts @@ -90,6 +90,18 @@ }; }; +&uart_A { + status = "okay"; + pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>; + pinctrl-names = "default"; + uart-has-rtscts; + + bluetooth { + compatible = "brcm,bcm43438-bt"; + shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; + }; +}; + &uart_AO { status = "okay"; pinctrl-0 = <&uart_ao_a_pins>; |