Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: allwinner: pinephone: Add Bluetooth support

The PinePhone has a Realtek rtl8723cs Bluetooth controller.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201105054135.24860-7-samuel@sholland.org

authored by

Ondrej Jirman and committed by
Maxime Ripard
976843d5 4fcf6f34

+13
+13
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
··· 447 447 status = "okay"; 448 448 }; 449 449 450 + &uart1 { 451 + pinctrl-names = "default"; 452 + pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; 453 + status = "okay"; 454 + 455 + bluetooth { 456 + compatible = "realtek,rtl8723cs-bt"; 457 + device-wake-gpios = <&pio 7 6 GPIO_ACTIVE_LOW>; /* PH6 */ 458 + enable-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */ 459 + host-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */ 460 + }; 461 + }; 462 + 450 463 /* Connected to the modem (hardware flow control can't be used) */ 451 464 &uart3 { 452 465 pinctrl-names = "default";