1/*
2 * Copyright (c) 2025 Panasonic Industrial Devices Europe GmbH
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	chosen {
9		zephyr,uart-pipe = &uart30;
10	};
11};
12
13&uart30 {
14	compatible = "nordic,nrf-uarte";
15	current-speed = <115200>;
16	status = "okay";
17	hw-flow-control;
18};
19