Skip to content

Commit d5d2126

Browse files
committed
cleanup: BB-UART4-00A0.dts: update /usart4
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 2c9fda3 commit d5d2126

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/arm/overlays/BB-UART4-00A0.dts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@
3535
};
3636
};
3737

38-
/ {
39-
fragment@3 {
40-
target = <&uart4>;
41-
__overlay__ {
42-
status = "okay";
43-
pinctrl-names = "default";
44-
pinctrl-0 = <&bb_uart4_pins>;
45-
};
46-
};
38+
&uart4 {
39+
/* sudo agetty 115200 ttyS4 */
40+
status = "okay";
41+
pinctrl-names = "default";
42+
pinctrl-0 = <&bb_uart4_pins>;
4743
};

0 commit comments

Comments
 (0)