2019-04-06 21:08:09 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
2018-01-12 20:43:30 +08:00
|
|
|
/ {
|
|
|
|
chosen {
|
|
|
|
zephyr,uart-pipe = &uart0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
2023-02-06 20:57:16 +08:00
|
|
|
compatible = "nordic,nrf-uarte";
|
2018-01-12 20:43:30 +08:00
|
|
|
current-speed = <115200>;
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2023-02-06 20:57:16 +08:00
|
|
|
hw-flow-control;
|
2018-01-12 20:43:30 +08:00
|
|
|
};
|