]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: allwinner: h6: Add pin configs for uart1
authorOndrej Jirman <megous@megous.com>
Mon, 7 Oct 2019 20:31:51 +0000 (22:31 +0200)
committerMaxime Ripard <mripard@kernel.org>
Tue, 8 Oct 2019 05:57:52 +0000 (07:57 +0200)
Orange Pi 3 uses UART1 for bluetooth. Add pinconfigs so that we can use
them.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi

index 4020a1aafa3e33bdd79caba258751bb19091be89..0754f01fd73124e657ef35a08a6ac3bca05644a1 100644 (file)
                                pins = "PH0", "PH1";
                                function = "uart0";
                        };
+
+                       uart1_pins: uart1-pins {
+                               pins = "PG6", "PG7";
+                               function = "uart1";
+                       };
+
+                       uart1_rts_cts_pins: uart1-rts-cts-pins {
+                               pins = "PG8", "PG9";
+                               function = "uart1";
+                       };
                };
 
                gic: interrupt-controller@3021000 {