1# Copyright (c) 2018, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: es-WiFi module
5
6compatible: "inventek,eswifi"
7
8include: spi-device.yaml
9
10properties:
11  resetn-gpios:
12    type: phandle-array
13    required: true
14
15  data-gpios:
16    type: phandle-array
17    required: true
18
19  wakeup-gpios:
20    type: phandle-array
21
22  boot0-gpios:
23    type: phandle-array
24