打开内核DTS串口配置,否则导致系统无法启动

This commit is contained in:
Huang Xin 2022-07-08 08:38:09 -07:00
parent 0d6e6f8889
commit 18dc38ce18
1 changed files with 2 additions and 2 deletions

View File

@ -991,14 +991,14 @@
&uart0 { &uart0 {
// pinctrl-names = "default"; // pinctrl-names = "default";
// pinctrl-0 = <&uart0_pin>; // pinctrl-0 = <&uart0_pin>;
status="disabled"; status="okay";
}; };
&uart1 { &uart1 {
// pinctrl-names = "default"; // pinctrl-names = "default";
// pinctrl-0 = <&uart1_pin>; // pinctrl-0 = <&uart1_pin>;
status="disabled"; status="okay";
}; };
&usb0 { &usb0 {