mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00:00
26282485ae
Convert SPEAr SoC bindings to DT schema format using json-schema. Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org>
26 lines
515 B
YAML
26 lines
515 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/spear.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: ST SPEAr Platforms Device Tree Bindings
|
|
|
|
maintainers:
|
|
- Viresh Kumar <vireshk@kernel.org>
|
|
- Stefan Roese <sr@denx.de>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
items:
|
|
- enum:
|
|
- st,spear600
|
|
- st,spear300
|
|
- st,spear310
|
|
- st,spear320
|
|
- st,spear1310
|
|
- st,spear1340
|
|
...
|