arm64: dts: meson-g12a-x96-max: Enable BT Module
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 25 Mar 2019 10:14:49 +0000 (11:14 +0100)
committerKevin Hilman <khilman@baylibre.com>
Fri, 29 Mar 2019 20:49:05 +0000 (13:49 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts

index 0ba2849..0a69195 100644 (file)
        };
 };
 
+&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>;