]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 0ba28491e2b0bb58614b9c4accd38ae97bc17033..0a6919523ba949e7dc13231d37b6cfff2eca727d 100644 (file)
@@ -90,6 +90,18 @@ vddao_3v3: regulator-vddao_3v3 {
        };
 };
 
+&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>;