mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 04:31:30 +00:00
22 lines
490 B
Diff
22 lines
490 B
Diff
Enable uart_A and bluetooth.
|
|
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
|
|
@@ -385,9 +385,15 @@
|
|
|
|
/* Bluetooth on AP6212 */
|
|
&uart_A {
|
|
- status = "disabled";
|
|
+ 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_20 GPIO_ACTIVE_HIGH>;
|
|
+ };
|
|
};
|
|
|
|
/* 40-pin CON1 */
|