aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
new file mode 100644
index 000000000000..aae53fc3cb1e
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml
@@ -0,0 +1,22 @@
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/milbeaut.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Milbeaut platforms device tree bindings
8
9maintainers:
10 - Taichi Sugaya <sugaya.taichi@socionext.com>
11 - Takao Orito <orito.takao@socionext.com>
12
13properties:
14 $nodename:
15 const: '/'
16 compatible:
17 oneOf:
18 - items:
19 - enum:
20 - socionext,milbeaut-m10v-evb
21 - const: socionext,sc2000a
22...