1/ {
2	uart0: uart {
3		status = "okay";
4		compatible = "zephyr,native-tty-uart";
5		current-speed = <115200>;
6		serial-port = "/dev/ttyUSB0";
7	};
8
9	uart2: uart2 {
10		status = "okay";
11		compatible = "zephyr,native-tty-uart";
12		current-speed = <115200>;
13		serial-port = "/dev/ttyUSB1";
14	};
15};
16