0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/toshiba.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Toshiba Visconti Platform Device Tree Bindings
0008
0009 maintainers:
0010 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
0011
0012 properties:
0013 $nodename:
0014 const: '/'
0015 compatible:
0016 oneOf:
0017 - description: Visconti5 TMPV7708
0018 items:
0019 - enum:
0020 - toshiba,tmpv7708-rm-mbrc # TMPV7708 RM main board
0021 - toshiba,tmpv7708-visrobo-vrb # TMPV7708 VisROBO VRB board
0022 - const: toshiba,tmpv7708
0023
0024 additionalProperties: true
0025
0026 ...