summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/stm32/stm32.yaml
blob: 4d194f1eb03a4147ad9b8d5ef5d7247416f9505e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/stm32/stm32.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: STMicroelectronics STM32 Platforms Device Tree Bindings

maintainers:
  - Alexandre Torgue <alexandre.torgue@st.com>

properties:
  compatible:
    oneOf:
      - items:
          - const: st,stm32f429

      - items:
          - const: st,stm32f469

      - items:
          - const: st,stm32f746

      - items:
          - const: st,stm32h743

      - items:
          - enum:
              - arrow,stm32mp157a-avenger96 # Avenger96
          - const: st,stm32mp157
...