51 lines
1.1 KiB
Diff
51 lines
1.1 KiB
Diff
From 0aa7295a3646756e2e20e14432af59be2a0b3058 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megi@xff.cz>
|
|
Date: Sat, 2 Apr 2022 02:24:26 +0200
|
|
Subject: [PATCH 278/388] ARM: dts: sun8i-h3-orange-pi-one: Enable all gpio
|
|
header UARTs
|
|
|
|
---
|
|
arch/arm/boot/dts/sun8i-h3-orangepi-one.dts | 9 ++++++---
|
|
1 file changed, 6 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
index f5476cdab..64c489e35 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
|
|
@@ -54,6 +54,9 @@ / {
|
|
aliases {
|
|
ethernet0 = &emac;
|
|
serial0 = &uart0;
|
|
+ serial1 = &uart1;
|
|
+ serial2 = &uart2;
|
|
+ serial3 = &uart3;
|
|
};
|
|
|
|
chosen {
|
|
@@ -183,19 +186,19 @@ &uart0 {
|
|
&uart1 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart1_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&uart2 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart2_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&uart3 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart3_pins>;
|
|
- status = "disabled";
|
|
+ status = "okay";
|
|
};
|
|
|
|
&usb_otg {
|
|
--
|
|
2.35.3
|
|
|