GNU Linux-libre 6.8.9-gnu
[releases.git] / Documentation / devicetree / bindings / arm / sti.yaml
1 # 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
7 title: ST STi Platforms
8
9 maintainers:
10   - Patrice Chotard <patrice.chotard@foss.st.com>
11
12 properties:
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
31 additionalProperties: true
32
33 ...