11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
![]() |
&uart0 {
|
||
|
compatible = "nordic,nrf-uart";
|
||
|
current-speed = <115200>;
|
||
|
status = "ok";
|
||
|
};
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,code-partition = &slot0_partition;
|
||
|
};
|
||
|
};
|