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

13 lines
155 B
Plaintext
Raw Permalink Normal View History

2018-01-01 11:25:03 -05:00
&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <115200>;
status = "ok";
};
/ {
chosen {
zephyr,code-partition = &slot0_partition;
};
};