blob: 842def3e3f2bce470763d3665c7603b9058b1e4e [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/sti.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: ST STi Platforms
8
9maintainers:
10 - Patrice Chotard <patrice.chotard@foss.st.com>
11
12properties:
13 $nodename:
14 const: '/'
15 compatible:
16 oneOf:
17 - items:
18 - const: st,stih407-b2120
19 - const: st,stih407
20 - items:
21 - enum:
22 - st,stih410-b2120
23 - st,stih410-b2260
24 - const: st,stih410
25 - items:
26 - enum:
27 - st,stih418-b2199
28 - st,stih418-b2264
29 - const: st,stih418
30
31additionalProperties: true
32
33...