xref: /linux/Documentation/devicetree/bindings/arm/sti.yaml (revision 30bbcb44707a97fcb62246bebc8b413b5ab293f8)
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
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          - enum:
19              - st,stih410-b2260
20          - const: st,stih410
21      - items:
22          - enum:
23              - st,stih418-b2199
24              - st,stih418-b2264
25          - const: st,stih418
26
27additionalProperties: true
28
29...
30