2019-06-12 13:24:49 +05:30
|
|
|
# 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#
|
|
|
|
|
2022-12-16 17:38:10 +01:00
|
|
|
title: STMicroelectronics STM32 Platforms
|
2019-06-12 13:24:49 +05:30
|
|
|
|
|
|
|
maintainers:
|
2021-11-10 16:01:44 +01:00
|
|
|
- Alexandre Torgue <alexandre.torgue@foss.st.com>
|
2019-06-12 13:24:49 +05:30
|
|
|
|
|
|
|
properties:
|
2020-10-01 15:09:43 -05:00
|
|
|
$nodename:
|
|
|
|
const: "/"
|
2019-06-12 13:24:49 +05:30
|
|
|
compatible:
|
|
|
|
oneOf:
|
2021-12-09 11:49:46 +01:00
|
|
|
- description: emtrion STM32MP1 Argon based Boards
|
|
|
|
items:
|
|
|
|
- const: emtrion,stm32mp157c-emsbc-argon
|
|
|
|
- const: emtrion,stm32mp157c-emstamp-argon
|
|
|
|
- const: st,stm32mp157
|
2019-06-12 13:24:49 +05:30
|
|
|
- items:
|
2019-10-07 15:44:08 +02:00
|
|
|
- enum:
|
|
|
|
- st,stm32f429i-disco
|
|
|
|
- st,stm32429i-eval
|
2019-06-12 13:24:49 +05:30
|
|
|
- const: st,stm32f429
|
|
|
|
- items:
|
2019-10-07 15:44:08 +02:00
|
|
|
- enum:
|
|
|
|
- st,stm32f469i-disco
|
2019-06-12 13:24:49 +05:30
|
|
|
- const: st,stm32f469
|
|
|
|
- items:
|
2019-10-07 15:44:08 +02:00
|
|
|
- enum:
|
|
|
|
- st,stm32f746-disco
|
|
|
|
- st,stm32746g-eval
|
2019-06-12 13:24:49 +05:30
|
|
|
- const: st,stm32f746
|
|
|
|
- items:
|
2019-10-07 15:44:08 +02:00
|
|
|
- enum:
|
|
|
|
- st,stm32f769-disco
|
|
|
|
- const: st,stm32f769
|
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- st,stm32h743i-disco
|
|
|
|
- st,stm32h743i-eval
|
2019-06-12 13:24:49 +05:30
|
|
|
- const: st,stm32h743
|
2021-03-31 16:28:41 +08:00
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- st,stm32h750i-art-pi
|
|
|
|
- const: st,stm32h750
|
2021-07-23 15:28:09 +02:00
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- st,stm32mp135f-dk
|
|
|
|
- const: st,stm32mp135
|
2022-04-25 16:04:35 +02:00
|
|
|
|
2022-04-26 09:35:08 +02:00
|
|
|
- description: ST STM32MP151 based Boards
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
- prt,prtt1a # Protonic PRTT1A
|
|
|
|
- prt,prtt1c # Protonic PRTT1C
|
|
|
|
- prt,prtt1s # Protonic PRTT1S
|
|
|
|
- const: st,stm32mp151
|
|
|
|
|
2024-04-28 00:10:10 +02:00
|
|
|
- description: DH STM32MP135 DHCOR SoM based Boards
|
|
|
|
items:
|
|
|
|
- const: dh,stm32mp135f-dhcor-dhsbc
|
|
|
|
- const: dh,stm32mp135f-dhcor-som
|
|
|
|
- const: st,stm32mp135
|
|
|
|
|
2022-09-26 23:29:57 +02:00
|
|
|
- description: DH STM32MP151 DHCOR SoM based Boards
|
|
|
|
items:
|
|
|
|
- const: dh,stm32mp151a-dhcor-testbench
|
|
|
|
- const: dh,stm32mp151a-dhcor-som
|
|
|
|
- const: st,stm32mp151
|
|
|
|
|
2022-06-26 02:20:59 +02:00
|
|
|
- description: DH STM32MP153 DHCOM SoM based Boards
|
2022-04-25 16:04:35 +02:00
|
|
|
items:
|
|
|
|
- const: dh,stm32mp153c-dhcom-drc02
|
|
|
|
- const: dh,stm32mp153c-dhcom-som
|
|
|
|
- const: st,stm32mp153
|
|
|
|
|
2022-06-26 02:20:59 +02:00
|
|
|
- description: DH STM32MP153 DHCOR SoM based Boards
|
|
|
|
items:
|
|
|
|
- const: dh,stm32mp153c-dhcor-drc-compact
|
|
|
|
- const: dh,stm32mp153c-dhcor-som
|
|
|
|
- const: st,stm32mp153
|
|
|
|
|
2019-06-12 13:24:49 +05:30
|
|
|
- items:
|
2019-06-12 13:24:50 +05:30
|
|
|
- enum:
|
2020-05-03 21:12:14 +05:30
|
|
|
- shiratech,stm32mp157a-iot-box # IoT Box
|
2020-05-03 21:12:12 +05:30
|
|
|
- shiratech,stm32mp157a-stinger96 # Stinger96
|
2019-10-07 15:44:08 +02:00
|
|
|
- st,stm32mp157c-ed1
|
dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board compatibles
SCMI-enabled boards may restrict access to resources like clocks, resets
and regulators to the secure world.
A normal world bootloader or kernel compatible with the non-SCMI-enabled
board is thus not guaranteed to be able to deal with the SCMI variant.
It follows, that the SCMI-enabled board is not compatible with the
non-SCMI enabled board, so drop that compatible.
This change is motivated by the barebox' bootloader's use of bootloader
specification files[1][2]: barebox for non-SCMI DK2 will compare its
own top-level "stm32mp157c-dk2" compatible with all compatibles
listed in the device tree referenced by each bootloader spec file.
If the boot medium contains a configuration with
compatible = "st,stm32mp157c-dk2-scmi", "st,stm32mp157c-dk2", "st,stm32mp157";
it will match, because of the second compatible and boot a kernel with
SCMI enabled, although no SCMI may exist on the platform.
[1]: https://uapi-group.org/specifications/specs/boot_loader_specification/
[2]: https://www.barebox.org/doc/latest/user/booting-linux.html#boot-loader-specification
Fixes: 8e14ebb1f08f ("dt-bindings: arm: stm32: Add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
2023-11-22 19:52:33 +01:00
|
|
|
- st,stm32mp157c-ed1-scmi
|
2019-10-07 15:44:08 +02:00
|
|
|
- st,stm32mp157a-dk1
|
dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board compatibles
SCMI-enabled boards may restrict access to resources like clocks, resets
and regulators to the secure world.
A normal world bootloader or kernel compatible with the non-SCMI-enabled
board is thus not guaranteed to be able to deal with the SCMI variant.
It follows, that the SCMI-enabled board is not compatible with the
non-SCMI enabled board, so drop that compatible.
This change is motivated by the barebox' bootloader's use of bootloader
specification files[1][2]: barebox for non-SCMI DK2 will compare its
own top-level "stm32mp157c-dk2" compatible with all compatibles
listed in the device tree referenced by each bootloader spec file.
If the boot medium contains a configuration with
compatible = "st,stm32mp157c-dk2-scmi", "st,stm32mp157c-dk2", "st,stm32mp157";
it will match, because of the second compatible and boot a kernel with
SCMI enabled, although no SCMI may exist on the platform.
[1]: https://uapi-group.org/specifications/specs/boot_loader_specification/
[2]: https://www.barebox.org/doc/latest/user/booting-linux.html#boot-loader-specification
Fixes: 8e14ebb1f08f ("dt-bindings: arm: stm32: Add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
2023-11-22 19:52:33 +01:00
|
|
|
- st,stm32mp157a-dk1-scmi
|
2019-10-07 15:44:08 +02:00
|
|
|
- st,stm32mp157c-dk2
|
dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board compatibles
SCMI-enabled boards may restrict access to resources like clocks, resets
and regulators to the secure world.
A normal world bootloader or kernel compatible with the non-SCMI-enabled
board is thus not guaranteed to be able to deal with the SCMI variant.
It follows, that the SCMI-enabled board is not compatible with the
non-SCMI enabled board, so drop that compatible.
This change is motivated by the barebox' bootloader's use of bootloader
specification files[1][2]: barebox for non-SCMI DK2 will compare its
own top-level "stm32mp157c-dk2" compatible with all compatibles
listed in the device tree referenced by each bootloader spec file.
If the boot medium contains a configuration with
compatible = "st,stm32mp157c-dk2-scmi", "st,stm32mp157c-dk2", "st,stm32mp157";
it will match, because of the second compatible and boot a kernel with
SCMI enabled, although no SCMI may exist on the platform.
[1]: https://uapi-group.org/specifications/specs/boot_loader_specification/
[2]: https://www.barebox.org/doc/latest/user/booting-linux.html#boot-loader-specification
Fixes: 8e14ebb1f08f ("dt-bindings: arm: stm32: Add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
2023-11-22 19:52:33 +01:00
|
|
|
- st,stm32mp157c-dk2-scmi
|
2019-10-07 15:44:08 +02:00
|
|
|
- const: st,stm32mp157
|
2022-04-25 16:04:36 +02:00
|
|
|
|
2022-04-22 17:09:51 +02:00
|
|
|
- items:
|
|
|
|
- const: st,stm32mp157c-ev1
|
|
|
|
- const: st,stm32mp157c-ed1
|
|
|
|
- const: st,stm32mp157
|
|
|
|
- items:
|
|
|
|
- const: st,stm32mp157c-ev1-scmi
|
2019-10-07 15:44:08 +02:00
|
|
|
- const: st,stm32mp157c-ed1
|
2019-06-12 13:24:49 +05:30
|
|
|
- const: st,stm32mp157
|
2021-02-28 21:13:14 +05:30
|
|
|
|
2022-04-25 16:04:35 +02:00
|
|
|
- description: DH STM32MP1 SoM based Boards
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
- arrow,stm32mp157a-avenger96 # Avenger96
|
|
|
|
- const: dh,stm32mp157a-dhcor-som
|
|
|
|
- const: st,stm32mp157
|
|
|
|
|
|
|
|
- description: DH STM32MP1 SoM based Boards
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
- dh,stm32mp157c-dhcom-pdk2
|
|
|
|
- dh,stm32mp157c-dhcom-picoitx
|
|
|
|
- const: dh,stm32mp157c-dhcom-som
|
|
|
|
- const: st,stm32mp157
|
|
|
|
|
2021-02-28 21:13:19 +05:30
|
|
|
- description: Engicam i.Core STM32MP1 SoM based Boards
|
|
|
|
items:
|
2021-02-28 21:13:22 +05:30
|
|
|
- enum:
|
|
|
|
- engicam,icore-stm32mp1-ctouch2 # STM32MP1 Engicam i.Core STM32MP1 C.TOUCH 2.0
|
2021-12-03 22:24:34 +05:30
|
|
|
- engicam,icore-stm32mp1-ctouch2-of10 # STM32MP1 Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OF
|
2021-02-28 21:13:22 +05:30
|
|
|
- engicam,icore-stm32mp1-edimm2.2 # STM32MP1 Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
|
2021-02-28 21:13:19 +05:30
|
|
|
- const: engicam,icore-stm32mp1 # STM32MP1 Engicam i.Core STM32MP1 SoM
|
|
|
|
- const: st,stm32mp157
|
|
|
|
|
2021-02-28 21:13:14 +05:30
|
|
|
- description: Engicam MicroGEA STM32MP1 SoM based Boards
|
|
|
|
items:
|
2021-02-28 21:13:17 +05:30
|
|
|
- enum:
|
|
|
|
- engicam,microgea-stm32mp1-microdev2.0
|
|
|
|
- engicam,microgea-stm32mp1-microdev2.0-of7
|
2021-02-28 21:13:14 +05:30
|
|
|
- const: engicam,microgea-stm32mp1
|
|
|
|
- const: st,stm32mp157
|
|
|
|
|
2020-11-10 11:25:50 +01:00
|
|
|
- description: Octavo OSD32MP15x System-in-Package based boards
|
|
|
|
items:
|
|
|
|
- enum:
|
2023-06-14 14:32:21 +02:00
|
|
|
- lxa,stm32mp157c-mc1 # Linux Automation MC-1
|
|
|
|
- lxa,stm32mp157c-tac-gen1 # Linux Automation TAC (Generation 1)
|
|
|
|
- lxa,stm32mp157c-tac-gen2 # Linux Automation TAC (Generation 2)
|
2023-08-16 14:24:28 +02:00
|
|
|
- oct,stm32mp157c-osd32-red # Octavo OSD32MP1 RED board
|
2020-11-10 11:25:50 +01:00
|
|
|
- const: oct,stm32mp15xx-osd32
|
|
|
|
- enum:
|
|
|
|
- st,stm32mp157
|
2022-04-25 16:04:36 +02:00
|
|
|
|
2020-08-09 18:44:49 +02:00
|
|
|
- description: Odyssey STM32MP1 SoM based Boards
|
|
|
|
items:
|
2020-04-20 21:24:47 -05:00
|
|
|
- enum:
|
|
|
|
- seeed,stm32mp157c-odyssey
|
|
|
|
- const: seeed,stm32mp157c-odyssey-som
|
|
|
|
- const: st,stm32mp157
|
2020-10-05 13:38:29 -05:00
|
|
|
|
2023-05-05 08:01:56 +02:00
|
|
|
- description: Phytec STM32MP1 SoM based Boards
|
|
|
|
items:
|
|
|
|
- const: phytec,phycore-stm32mp1-3
|
|
|
|
- const: phytec,phycore-stm32mp157c-som
|
|
|
|
- const: st,stm32mp157
|
|
|
|
|
2023-05-24 16:39:51 +02:00
|
|
|
- description: ST STM32MP257 based Boards
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
- st,stm32mp257f-ev1
|
|
|
|
- const: st,stm32mp257
|
|
|
|
|
2020-10-05 13:38:29 -05:00
|
|
|
additionalProperties: true
|
|
|
|
|
2019-06-12 13:24:49 +05:30
|
|
|
...
|