File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1212 zephyr,shell-uart = &uart0;
1313 };
1414};
15+
16+ &uart0 {
17+ status = "okay";
18+ };
19+
20+ &uart1 {
21+ status = "okay";
22+ };
Original file line number Diff line number Diff line change 1212 zephyr,shell-uart = &uart0_legacy;
1313 };
1414};
15-
16- &uart0 {
17- status = "disabled";
18- };
Original file line number Diff line number Diff line change 6565
6666 interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
6767 interrupt-parent = <&intc>;
68+ status = "disabled";
69+ };
6870
69- status = "okay";
71+ uart1: uart1 {
72+ compatible = "ns16550";
73+ vendor-id = <0x8086>;
74+ device-id = <0x54A9>;
75+ clock-frequency = <1843200>;
76+ current-speed = <115200>;
77+ reg-shift = <2>;
78+ interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
79+ interrupt-parent = <&intc>;
80+ status = "disabled";
7081 };
7182 };
7283
You can’t perform that action at this time.
0 commit comments