1/*
2 * Copyright (c) 2020 Phytec Messtechnik GmbH
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&arduino_serial {
8	status = "okay";
9
10	modbus0 {
11		compatible = "zephyr,modbus-serial";
12		status = "okay";
13		de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>;	/* D9 */
14	};
15};
16