blob: d0c2b58495568a1ffc98aa39689dc0e5e7f27f32 [file] [log] [blame]
/ {
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>;
};