2019-12-17 22:56:05 +08:00
|
|
|
# Copyright (c) 2019 Tobias Svehagen
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Espressif ESP8266/ESP32 WiFi modem (AT Commands)
|
|
|
|
|
2021-05-06 16:51:46 +08:00
|
|
|
compatible: "espressif,esp-at"
|
2019-12-17 22:56:05 +08:00
|
|
|
|
|
|
|
include: uart-device.yaml
|
|
|
|
|
|
|
|
properties:
|
2020-09-29 08:31:23 +08:00
|
|
|
power-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: false
|
|
|
|
|
2020-09-29 07:41:29 +08:00
|
|
|
reset-gpios:
|
2019-12-17 22:56:05 +08:00
|
|
|
type: phandle-array
|
|
|
|
required: false
|
2020-09-25 16:58:18 +08:00
|
|
|
|
|
|
|
target-speed:
|
|
|
|
type: int
|
|
|
|
required: false
|
|
|
|
description:
|
|
|
|
UART baudrate which will be requested using AT commands and to which
|
|
|
|
UART interface will be reconfigured during initialization phase.
|