1
0
Fork 0
zephyr-hci-uart-3wire/nrf52_c3waironet.overlay

11 lines
165 B
Plaintext

&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <115200>;
status = "ok";
};
/ {
chosen {
zephyr,code-partition = &slot0_partition;
};
};