We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649742f commit 8408de7Copy full SHA for 8408de7
dts/bindings/adc/st,stm32f1-adc.yaml
@@ -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
+ ST STM32F4 family ADC
+ This compatible stands for all ADC blocks similar to the one on STM32F4,
+ like F2, F7 or L1.
+compatible: "st,stm32f4-adc"
0 commit comments