brintos

brintos / linux-shallow public Read only

0
0
Text · 703 B · 842def3 Raw
34 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/sti.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: ST STi Platforms8 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-b212019          - const: st,stih40720      - items:21          - enum:22              - st,stih410-b212023              - st,stih410-b226024          - const: st,stih41025      - items:26          - enum:27              - st,stih418-b219928              - st,stih418-b226429          - const: st,stih41830 31additionalProperties: true32 33...34