UART3 should be disabled by default on all NanoPi
This commit is contained in:
parent
279dd0aca4
commit
eb61dc0fe4
@ -70,7 +70,7 @@ index f110ee382..c25c08bae 100644
|
||||
+&uart3 {
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&uart3_pins>, <&uart3_rts_cts_pins>;
|
||||
+ status = "okay";
|
||||
+ status = "disabled";
|
||||
+};
|
||||
+
|
||||
+&i2c0 {
|
||||
|
||||
@ -70,7 +70,7 @@ index f110ee382..c25c08bae 100644
|
||||
+&uart3 {
|
||||
+ pinctrl-names = "default";
|
||||
+ pinctrl-0 = <&uart3_pins>, <&uart3_rts_cts_pins>;
|
||||
+ status = "okay";
|
||||
+ status = "disabled";
|
||||
+};
|
||||
+
|
||||
+&i2c0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user