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 7title: STMicroelectronics STM32 Platforms Device Tree Bindings 8 9maintainers: 10 - Alexandre Torgue <alexandre.torgue@st.com> 11 12properties: 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 - const: st,stm32mp157 29... 30