mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
c74acbf039
Convert ST STi SoC bindings to DT schema format using json-schema. Acked-by: Patrice Chotard <patrice.chotard@st.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
24 lines
457 B
YAML
24 lines
457 B
YAML
# 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:
|
|
- Patrice Chotard <patrice.chotard@st.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
items:
|
|
- enum:
|
|
- st,stih415
|
|
- st,stih416
|
|
- st,stih407
|
|
- st,stih410
|
|
- st,stih418
|
|
...
|