Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / arm / stm32 / stm32.yaml
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/stm32/stm32.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: STMicroelectronics STM32 Platforms Device Tree Bindings
8
9 maintainers:
10   - Alexandre Torgue <alexandre.torgue@st.com>
11
12 properties:
13   compatible:
14     oneOf:
15       - items:
16           - const: st,stm32f429
17
18       - items:
19           - const: st,stm32f469
20
21       - items:
22           - const: st,stm32f746
23
24       - items:
25           - const: st,stm32h743
26
27       - items:
28           - enum:
29               - arrow,stm32mp157a-avenger96 # Avenger96
30           - const: st,stm32mp157
31 ...