]> Git Repo - u-boot.git/blob - Bindings/arm/sti.yaml
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[u-boot.git] / 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 <[email protected]>
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 ...
This page took 0.02803 seconds and 4 git commands to generate.