zephyr/samples/bluetooth/hci_uart/nrf52840_pca10090.overlay

16 lines
203 B
Plaintext
Raw Normal View History

/ {
chosen {
zephyr,bt-uart=&uart1;
};
};
&uart1 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "ok";
tx-pin = <17>;
rx-pin = <20>;
rts-pin = <15>;
cts-pin = <22>;
};