Skip to content

Commit 8408de7

Browse files
gautierg-stcarlescufi
authored andcommitted
dts: bindings: adc: add two compat for stm32 adc
Add two compat for STM32F4-like (F2, F4, F7 & L1) and STM32F1-like (F1 & F37x) ADCs. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 649742f commit 8408de7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

dts/bindings/adc/st,stm32f1-adc.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2023 STMicroelectronics
2+
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
description: |
6+
ST STM32F1 family ADC
7+
This compatible stands for all ADC blocks similar to the one on STM32F1,
8+
like F37x.
9+
10+
compatible: "st,stm32f1-adc"
11+
12+
include: st,stm32-adc.yaml

dts/bindings/adc/st,stm32f4-adc.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2023 STMicroelectronics
2+
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
description: |
6+
ST STM32F4 family ADC
7+
This compatible stands for all ADC blocks similar to the one on STM32F4,
8+
like F2, F7 or L1.
9+
10+
compatible: "st,stm32f4-adc"
11+
12+
include: st,stm32-adc.yaml

0 commit comments

Comments
 (0)