1/* 2 * Copyright (c) 2022 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 &uart0 { 8 compatible = "nordic,nrf-uarte"; 9 current-speed = <1000000>; 10 status = "okay"; 11 hw-flow-control; 12}; 13