1/*
2 * Copyright (c) 2020 ATL Electronics
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&arduino_serial {
8	status = "okay";
9
10	wifi0: iwin {
11		status = "okay";
12		compatible = "inventek,eswifi-uart";
13
14		/* D7 */
15		wakeup-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
16		/* D6 */
17		resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
18
19		label = "ESWIFI0";
20	};
21};
22