39 lines
1.3 KiB
Diff
39 lines
1.3 KiB
Diff
From 68fa310f3a51b73d3a7c92b1fb460dc7b99f52f9 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Saraev <stefan@saraev.ca>
|
|
Date: Fri, 20 Mar 2020 13:53:44 +0200
|
|
Subject: [PATCH 29/48] dts: sun50i-a64-olinuxino-emmc: enable bluetooth
|
|
|
|
---
|
|
.../dts/allwinner/sun50i-a64-olinuxino-emmc.dts | 17 +++++++++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts
|
|
index efb20846de49..963b8b2075e8 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts
|
|
@@ -22,4 +22,21 @@ &mmc2 {
|
|
|
|
&pio {
|
|
vcc-pc-supply = <®_eldo1>;
|
|
+ uart1_cts_pins: uart1_cts_pins {
|
|
+ pins = "PG8";
|
|
+ function = "uart1";
|
|
+ };
|
|
+};
|
|
+
|
|
+&uart1 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&uart1_pins>, <&uart1_cts_pins>;
|
|
+ status = "okay";
|
|
+ bluetooth {
|
|
+ compatible = "realtek,rtl8723bs-bt";
|
|
+ reset-gpios = <&r_pio 0 4 GPIO_ACTIVE_LOW>; /* PL4 */
|
|
+ device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */
|
|
+ host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
|
|
+ firmware-postfix = "olinuxino";
|
|
+ };
|
|
};
|
|
--
|
|
2.25.1
|
|
|