1/* SPDX-License-Identifier: Apache-2.0 */
2
3/ {
4	chosen {
5		zephyr,uart-pipe = &uart136;
6	};
7};
8
9&uart136 {
10	compatible = "nordic,nrf-uarte";
11	current-speed = <115200>;
12	status = "okay";
13	hw-flow-control;
14};
15