Commit 957647b3 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Fabio Baltieri
Browse files

dts: espressif: Streamline device tree binding descriptions



Ensure consistent (and concise) short descriptions of all the esp*.yaml
bindings

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent b8c710d6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

description: |
  Espressif ESP32 ADC
  ESP32 ADC.

  Possible available resolutions depends on the used chip.
    - ESP32     < 9,10,11,12 >
    - ESP32-S2  < 12 >
+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2022 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0

description: Espressif ESP32 Two-Wire Automotive Interface (TWAI)
description: ESP32 Two-Wire Automotive Interface (TWAI)

compatible: "espressif,esp32-twai"

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

description: |

        Espressif's Counter Driver based on RTC Main Timer.
        ESP32 Counter Driver based on RTC Main Timer.

        Any reset/sleep mode, except for the power-up reset, will not
        stop or reset the RTC Timer. This behavior may be handy when
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
# SPDX-License-Identifier: Apache-2.0

description: |
        Espressif's general-purpose Timers.
        ESP32 general-purpose timers.

        Each Timer is part of a Timer Group and the number of available Timers
        is SoC-dependent.

+1 −1
Original line number Diff line number Diff line
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0

description: Espressif Xtensa CPU
description: Espressif Xtensa LX6 CPU

compatible: "espressif,xtensa-lx6"

Loading