2019-12-17 15:56:05 +01:00
|
|
|
# Copyright (c) 2019 Tobias Svehagen
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2025-03-04 14:25:55 +01:00
|
|
|
description: ESP8266/ESP32 WiFi modem (AT Commands)
|
2019-12-17 15:56:05 +01:00
|
|
|
|
2021-05-06 10:51:46 +02:00
|
|
|
compatible: "espressif,esp-at"
|
2019-12-17 15:56:05 +01:00
|
|
|
|
|
|
|
include: uart-device.yaml
|
|
|
|
|
|
|
|
properties:
|
2023-01-03 19:21:25 +00:00
|
|
|
power-gpios:
|
|
|
|
type: phandle-array
|
2020-09-29 02:31:23 +02:00
|
|
|
|
2023-01-03 19:21:25 +00:00
|
|
|
reset-gpios:
|
|
|
|
type: phandle-array
|
2020-09-25 10:58:18 +02:00
|
|
|
|
2022-04-08 15:12:16 +10:00
|
|
|
external-reset:
|
|
|
|
type: boolean
|
|
|
|
description:
|
|
|
|
Modem is reset by an external source. In most situations this will
|
|
|
|
be the microcontroller and the ESP modem on a common reset line.
|
|
|
|
|
2023-01-03 19:21:25 +00:00
|
|
|
target-speed:
|
|
|
|
type: int
|
|
|
|
description:
|
|
|
|
UART baudrate which will be requested using AT commands and to which
|
|
|
|
UART interface will be reconfigured during initialization phase.
|