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  power-gpios:
12    type: phandle-array
13
14  reset-gpios:
15    type: phandle-array
16
17  external-reset:
18    type: boolean
19    description:
20      Modem is reset by an external source. In most situations this will
21      be the microcontroller and the ESP modem on a common reset line.
22
23  target-speed:
24    type: int
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