Unverified Commit 976843d5 authored by Ondřej Jirman's avatar Ondřej Jirman Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: pinephone: Add Bluetooth support



The PinePhone has a Realtek rtl8723cs Bluetooth controller.

Signed-off-by: default avatarOndrej Jirman <megous@megous.com>
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201105054135.24860-7-samuel@sholland.org
parent 4fcf6f34
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -447,6 +447,19 @@ &uart0 {
	status = "okay";
};

&uart1 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
	status = "okay";

	bluetooth {
		compatible = "realtek,rtl8723cs-bt";
		device-wake-gpios = <&pio 7 6 GPIO_ACTIVE_LOW>; /* PH6 */
		enable-gpios = <&r_pio 0 4 GPIO_ACTIVE_HIGH>; /* PL4 */
		host-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
	};
};

/* Connected to the modem (hardware flow control can't be used) */
&uart3 {
	pinctrl-names = "default";