12 lines
139 B
Plaintext
12 lines
139 B
Plaintext
|
/ {
|
||
|
chosen {
|
||
|
zephyr,uart-pipe = &uart0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
compatible = "nordic,nrf-uart";
|
||
|
current-speed = <115200>;
|
||
|
status = "ok";
|
||
|
};
|