1# Copyright (c) 2019 Tobias Svehagen
2# SPDX-License-Identifier: Apache-2.0
3
4description: Espressif ESP8266/ESP32 WiFi modem (AT Commands)
5
6compatible: "espressif,esp-at"
7
8include: uart-device.yaml
9
10properties:
11    label:
12      required: true
13
14    power-gpios:
15      type: phandle-array
16      required: false
17
18    reset-gpios:
19      type: phandle-array
20      required: false
21
22    target-speed:
23      type: int
24      required: false
25      description:
26        UART baudrate which will be requested using AT commands and to which
27        UART interface will be reconfigured during initialization phase.
28