]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: Add documentation for Milbeaut SoCs
authorSugaya Taichi <sugaya.taichi@socionext.com>
Wed, 27 Feb 2019 04:52:25 +0000 (13:52 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 1 Mar 2019 14:18:26 +0000 (15:18 +0100)
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>
Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
new file mode 100644 (file)
index 0000000..aae53fc
--- /dev/null
@@ -0,0 +1,22 @@
+# 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
+...