| 1234567891011121314151617 |
- /* SPDX-License-Identifier: Apache-2.0 */
- &uart0 {
- compatible = "nordic,nrf-uart";
- current-speed = <460800>;
- status = "okay";
- };
- / {
- chosen {
- zephyr,console = &uart0;
- zephyr,shell-uart = &uart0;
- zephyr,uart-mcumgr = &uart0;
- zephyr,bt-mon-uart = &uart0;
- zephyr,bt-c2h-uart = &uart0;
- };
- };
|