Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2f0fcdf81cc4c1bc2abdb1deac768911ae513b66
/
.
/
tests
/
bluetooth
/
tester
/
boards
/
nrf52840dk_nrf52840.overlay
blob: 12d45e2d0f294b3d1e5caef38753962bc4a64b07 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: Apache-2.0 */
/
{
chosen
{
zephyr
,
uart
-
pipe
=
&
uart0
;
};
};
&
uart0
{
compatible
=
"nordic,nrf-uarte"
;
current
-
speed
=
<
115200
>;
status
=
"okay"
;
hw
-
flow
-
control
;
};