Commit 2c1538d5 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

dts: stm32: Streamline Devicetree binding descriptions



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

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 90c6eb1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Copyright (c) 2018, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0

description: ST STM32 family ADC
description: STM32 ADC

compatible: "st,stm32-adc"

+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

description: |
        ST STM32F1 family ADC
        STM32F1 ADC

        This compatible stands for all ADC blocks similar to the one on STM32F1,
        like STM32F37x.
        Remove the st,adc-clock-source and st,adc-prescaler property.
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

description: |
        ST STM32F4 family ADC
        STM32F4 ADC

        This compatible stands for all ADC blocks similar to the one on STM32F4,
        like F2, F7 or L1.

+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
# SPDX-License-Identifier: Apache-2.0

description: |
        ST STM32N6 ADC
        STM32N6 ADC

        This compatible stands for STM32N6 ADC.

compatible: "st,stm32n6-adc"
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: Apache-2.0

description: STM32WB0 series Analog-to-Digital Converter
description: STM32WB0 Analog-to-Digital Converter

compatible: "st,stm32wb0-adc"

Loading