xref: /freebsd-src/sys/contrib/device-tree/Bindings/arm/stm32/stm32.yaml (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1c66ec88fSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot%YAML 1.2
3c66ec88fSEmmanuel Vadot---
4c66ec88fSEmmanuel Vadot$id: http://devicetree.org/schemas/arm/stm32/stm32.yaml#
5c66ec88fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6c66ec88fSEmmanuel Vadot
78bab661aSEmmanuel Vadottitle: STMicroelectronics STM32 Platforms
8c66ec88fSEmmanuel Vadot
9c66ec88fSEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Alexandre Torgue <alexandre.torgue@foss.st.com>
11c66ec88fSEmmanuel Vadot
12c66ec88fSEmmanuel Vadotproperties:
136be33864SEmmanuel Vadot  $nodename:
146be33864SEmmanuel Vadot    const: "/"
15c66ec88fSEmmanuel Vadot  compatible:
16c66ec88fSEmmanuel Vadot    oneOf:
17c9ccf3a3SEmmanuel Vadot      - description: emtrion STM32MP1 Argon based Boards
18c9ccf3a3SEmmanuel Vadot        items:
19c9ccf3a3SEmmanuel Vadot          - const: emtrion,stm32mp157c-emsbc-argon
20c9ccf3a3SEmmanuel Vadot          - const: emtrion,stm32mp157c-emstamp-argon
21c9ccf3a3SEmmanuel Vadot          - const: st,stm32mp157
22c66ec88fSEmmanuel Vadot      - items:
23c66ec88fSEmmanuel Vadot          - enum:
24c66ec88fSEmmanuel Vadot              - st,stm32f429i-disco
25c66ec88fSEmmanuel Vadot              - st,stm32429i-eval
26c66ec88fSEmmanuel Vadot          - const: st,stm32f429
27c66ec88fSEmmanuel Vadot      - items:
28c66ec88fSEmmanuel Vadot          - enum:
29c66ec88fSEmmanuel Vadot              - st,stm32f469i-disco
30c66ec88fSEmmanuel Vadot          - const: st,stm32f469
31c66ec88fSEmmanuel Vadot      - items:
32c66ec88fSEmmanuel Vadot          - enum:
33c66ec88fSEmmanuel Vadot              - st,stm32f746-disco
34c66ec88fSEmmanuel Vadot              - st,stm32746g-eval
35c66ec88fSEmmanuel Vadot          - const: st,stm32f746
36c66ec88fSEmmanuel Vadot      - items:
37c66ec88fSEmmanuel Vadot          - enum:
38c66ec88fSEmmanuel Vadot              - st,stm32f769-disco
39c66ec88fSEmmanuel Vadot          - const: st,stm32f769
40c66ec88fSEmmanuel Vadot      - items:
41c66ec88fSEmmanuel Vadot          - enum:
42c66ec88fSEmmanuel Vadot              - st,stm32h743i-disco
43c66ec88fSEmmanuel Vadot              - st,stm32h743i-eval
44c66ec88fSEmmanuel Vadot          - const: st,stm32h743
45c66ec88fSEmmanuel Vadot      - items:
46c66ec88fSEmmanuel Vadot          - enum:
472eb4d8dcSEmmanuel Vadot              - st,stm32h750i-art-pi
482eb4d8dcSEmmanuel Vadot          - const: st,stm32h750
492eb4d8dcSEmmanuel Vadot      - items:
502eb4d8dcSEmmanuel Vadot          - enum:
518cc087a1SEmmanuel Vadot              - st,stm32mp135f-dk
528cc087a1SEmmanuel Vadot          - const: st,stm32mp135
53d5b0e70fSEmmanuel Vadot
54d5b0e70fSEmmanuel Vadot      - description: ST STM32MP151 based Boards
55d5b0e70fSEmmanuel Vadot        items:
56d5b0e70fSEmmanuel Vadot          - enum:
57*b2d2a78aSEmmanuel Vadot              - prt,mecio1r0 # Protonic MECIO1r0
58*b2d2a78aSEmmanuel Vadot              - prt,mect1s   # Protonic MECT1S
59d5b0e70fSEmmanuel Vadot              - prt,prtt1a   # Protonic PRTT1A
60d5b0e70fSEmmanuel Vadot              - prt,prtt1c   # Protonic PRTT1C
61d5b0e70fSEmmanuel Vadot              - prt,prtt1s   # Protonic PRTT1S
62d5b0e70fSEmmanuel Vadot          - const: st,stm32mp151
63d5b0e70fSEmmanuel Vadot
640e8011faSEmmanuel Vadot      - description: DH STM32MP135 DHCOR SoM based Boards
650e8011faSEmmanuel Vadot        items:
660e8011faSEmmanuel Vadot          - const: dh,stm32mp135f-dhcor-dhsbc
670e8011faSEmmanuel Vadot          - const: dh,stm32mp135f-dhcor-som
680e8011faSEmmanuel Vadot          - const: st,stm32mp135
690e8011faSEmmanuel Vadot
708bab661aSEmmanuel Vadot      - description: DH STM32MP151 DHCOR SoM based Boards
718bab661aSEmmanuel Vadot        items:
728bab661aSEmmanuel Vadot          - const: dh,stm32mp151a-dhcor-testbench
738bab661aSEmmanuel Vadot          - const: dh,stm32mp151a-dhcor-som
748bab661aSEmmanuel Vadot          - const: st,stm32mp151
758bab661aSEmmanuel Vadot
76*b2d2a78aSEmmanuel Vadot      - description: ST STM32MP153 based Boards
77*b2d2a78aSEmmanuel Vadot        items:
78*b2d2a78aSEmmanuel Vadot          - enum:
79*b2d2a78aSEmmanuel Vadot              - prt,mecio1r1   # Protonic MECIO1r1
80*b2d2a78aSEmmanuel Vadot          - const: st,stm32mp153
81*b2d2a78aSEmmanuel Vadot
82b97ee269SEmmanuel Vadot      - description: DH STM32MP153 DHCOM SoM based Boards
83d5b0e70fSEmmanuel Vadot        items:
84d5b0e70fSEmmanuel Vadot          - const: dh,stm32mp153c-dhcom-drc02
85d5b0e70fSEmmanuel Vadot          - const: dh,stm32mp153c-dhcom-som
86d5b0e70fSEmmanuel Vadot          - const: st,stm32mp153
87d5b0e70fSEmmanuel Vadot
88b97ee269SEmmanuel Vadot      - description: DH STM32MP153 DHCOR SoM based Boards
89b97ee269SEmmanuel Vadot        items:
90b97ee269SEmmanuel Vadot          - const: dh,stm32mp153c-dhcor-drc-compact
91b97ee269SEmmanuel Vadot          - const: dh,stm32mp153c-dhcor-som
92b97ee269SEmmanuel Vadot          - const: st,stm32mp153
93b97ee269SEmmanuel Vadot
948cc087a1SEmmanuel Vadot      - items:
958cc087a1SEmmanuel Vadot          - enum:
96c66ec88fSEmmanuel Vadot              - shiratech,stm32mp157a-iot-box # IoT Box
97c66ec88fSEmmanuel Vadot              - shiratech,stm32mp157a-stinger96 # Stinger96
98c66ec88fSEmmanuel Vadot              - st,stm32mp157c-ed1
998d13bc63SEmmanuel Vadot              - st,stm32mp157c-ed1-scmi
100c66ec88fSEmmanuel Vadot              - st,stm32mp157a-dk1
1018d13bc63SEmmanuel Vadot              - st,stm32mp157a-dk1-scmi
102c66ec88fSEmmanuel Vadot              - st,stm32mp157c-dk2
1038d13bc63SEmmanuel Vadot              - st,stm32mp157c-dk2-scmi
104d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157
105c66ec88fSEmmanuel Vadot
106d5b0e70fSEmmanuel Vadot      - items:
107c66ec88fSEmmanuel Vadot          - const: st,stm32mp157c-ev1
108c66ec88fSEmmanuel Vadot          - const: st,stm32mp157c-ed1
109c66ec88fSEmmanuel Vadot          - const: st,stm32mp157
110d5b0e70fSEmmanuel Vadot      - items:
111d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157c-ev1-scmi
112d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157c-ed1
113d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157
114d5b0e70fSEmmanuel Vadot
115d5b0e70fSEmmanuel Vadot      - description: DH STM32MP1 SoM based Boards
116d5b0e70fSEmmanuel Vadot        items:
117d5b0e70fSEmmanuel Vadot          - enum:
118d5b0e70fSEmmanuel Vadot              - arrow,stm32mp157a-avenger96 # Avenger96
119d5b0e70fSEmmanuel Vadot          - const: dh,stm32mp157a-dhcor-som
120d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157
121d5b0e70fSEmmanuel Vadot
122d5b0e70fSEmmanuel Vadot      - description: DH STM32MP1 SoM based Boards
123d5b0e70fSEmmanuel Vadot        items:
124d5b0e70fSEmmanuel Vadot          - enum:
125d5b0e70fSEmmanuel Vadot              - dh,stm32mp157c-dhcom-pdk2
126d5b0e70fSEmmanuel Vadot              - dh,stm32mp157c-dhcom-picoitx
127d5b0e70fSEmmanuel Vadot          - const: dh,stm32mp157c-dhcom-som
128d5b0e70fSEmmanuel Vadot          - const: st,stm32mp157
1292eb4d8dcSEmmanuel Vadot
1302eb4d8dcSEmmanuel Vadot      - description: Engicam i.Core STM32MP1 SoM based Boards
1312eb4d8dcSEmmanuel Vadot        items:
1322eb4d8dcSEmmanuel Vadot          - enum:
1332eb4d8dcSEmmanuel Vadot              - engicam,icore-stm32mp1-ctouch2       # STM32MP1 Engicam i.Core STM32MP1 C.TOUCH 2.0
134e67e8565SEmmanuel Vadot              - engicam,icore-stm32mp1-ctouch2-of10  # STM32MP1 Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF
1352eb4d8dcSEmmanuel Vadot              - engicam,icore-stm32mp1-edimm2.2      # STM32MP1 Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
1362eb4d8dcSEmmanuel Vadot          - const: engicam,icore-stm32mp1            # STM32MP1 Engicam i.Core STM32MP1 SoM
1372eb4d8dcSEmmanuel Vadot          - const: st,stm32mp157
1382eb4d8dcSEmmanuel Vadot
1392eb4d8dcSEmmanuel Vadot      - description: Engicam MicroGEA STM32MP1 SoM based Boards
1402eb4d8dcSEmmanuel Vadot        items:
1412eb4d8dcSEmmanuel Vadot          - enum:
1422eb4d8dcSEmmanuel Vadot              - engicam,microgea-stm32mp1-microdev2.0
1432eb4d8dcSEmmanuel Vadot              - engicam,microgea-stm32mp1-microdev2.0-of7
1442eb4d8dcSEmmanuel Vadot          - const: engicam,microgea-stm32mp1
1452eb4d8dcSEmmanuel Vadot          - const: st,stm32mp157
1462eb4d8dcSEmmanuel Vadot
1475def4c47SEmmanuel Vadot      - description: Octavo OSD32MP15x System-in-Package based boards
1485def4c47SEmmanuel Vadot        items:
1495def4c47SEmmanuel Vadot          - enum:
1505def4c47SEmmanuel Vadot              - lxa,stm32mp157c-mc1      # Linux Automation MC-1
151aa1a8ff2SEmmanuel Vadot              - lxa,stm32mp157c-tac-gen1 # Linux Automation TAC (Generation 1)
152aa1a8ff2SEmmanuel Vadot              - lxa,stm32mp157c-tac-gen2 # Linux Automation TAC (Generation 2)
15384943d6fSEmmanuel Vadot              - oct,stm32mp157c-osd32-red # Octavo OSD32MP1 RED board
1545def4c47SEmmanuel Vadot          - const: oct,stm32mp15xx-osd32
1555def4c47SEmmanuel Vadot          - enum:
1565def4c47SEmmanuel Vadot              - st,stm32mp157
157d5b0e70fSEmmanuel Vadot
1586be33864SEmmanuel Vadot      - description: Odyssey STM32MP1 SoM based Boards
1596be33864SEmmanuel Vadot        items:
1606be33864SEmmanuel Vadot          - enum:
1616be33864SEmmanuel Vadot              - seeed,stm32mp157c-odyssey
1626be33864SEmmanuel Vadot          - const: seeed,stm32mp157c-odyssey-som
1636be33864SEmmanuel Vadot          - const: st,stm32mp157
1646be33864SEmmanuel Vadot
165f126890aSEmmanuel Vadot      - description: Phytec STM32MP1 SoM based Boards
166f126890aSEmmanuel Vadot        items:
167f126890aSEmmanuel Vadot          - const: phytec,phycore-stm32mp1-3
168f126890aSEmmanuel Vadot          - const: phytec,phycore-stm32mp157c-som
169f126890aSEmmanuel Vadot          - const: st,stm32mp157
170f126890aSEmmanuel Vadot
171f126890aSEmmanuel Vadot      - description: ST STM32MP257 based Boards
172f126890aSEmmanuel Vadot        items:
173f126890aSEmmanuel Vadot          - enum:
174f126890aSEmmanuel Vadot              - st,stm32mp257f-ev1
175f126890aSEmmanuel Vadot          - const: st,stm32mp257
176f126890aSEmmanuel Vadot
1776be33864SEmmanuel VadotadditionalProperties: true
1786be33864SEmmanuel Vadot
179c66ec88fSEmmanuel Vadot...
180