From: Sugaya Taichi Date: Wed, 27 Feb 2019 04:52:25 +0000 (+0900) Subject: dt-bindings: Add documentation for Milbeaut SoCs X-Git-Tag: v5.1-rc1~154^2^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2a3aa163cf88103c9148ad63f086c6f677220ec;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: Add documentation for Milbeaut SoCs This adds a DT binding documentation for the M10V and its evaluation board. Signed-off-by: Sugaya Taichi Reviewed-by: Rob Herring Signed-off-by: Arnd Bergmann --- diff --git a/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml new file mode 100644 index 0000000000000..aae53fc3cb1ec --- /dev/null +++ b/Documentation/devicetree/bindings/arm/socionext/milbeaut.yaml @@ -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 + - Takao Orito + +properties: + $nodename: + const: '/' + compatible: + oneOf: + - items: + - enum: + - socionext,milbeaut-m10v-evb + - const: socionext,sc2000a +...