2022-04-02 18:12:00 +05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
%YAML 1.2
|
|
|
|
---
|
|
|
|
$id: http://devicetree.org/schemas/arm/sti.yaml#
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
|
|
|
title: ST STi Platforms Device Tree Bindings
|
|
|
|
|
|
|
|
maintainers:
|
2022-05-12 10:47:00 -07:00
|
|
|
- Patrice Chotard <patrice.chotard@foss.st.com>
|
2022-04-02 18:12:00 +05:00
|
|
|
|
|
|
|
properties:
|
|
|
|
$nodename:
|
|
|
|
const: '/'
|
|
|
|
compatible:
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
- st,stih415
|
|
|
|
- st,stih416
|
|
|
|
- st,stih407
|
|
|
|
- st,stih410
|
|
|
|
- st,stih418
|
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
|
|
|
...
|