mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 17:42:27 -04:00
This adds a DT binding documentation for the M10V and its evaluation board. Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
23 lines
496 B
YAML
23 lines
496 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/milbeaut.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Milbeaut platforms device tree bindings
|
|
|
|
maintainers:
|
|
- Taichi Sugaya <sugaya.taichi@socionext.com>
|
|
- Takao Orito <orito.takao@socionext.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- socionext,milbeaut-m10v-evb
|
|
- const: socionext,sc2000a
|
|
...
|