Commit b3ff08bc authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

dt-bindings: arm: toshiba: add Toshiba Visconti ARM SoCs



Add device tree bindings for the Toshiba Visconti ARM SoCs.

Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Reviewed-by: default avatarPunit Agrawal <punit1.agrawal@toshiba.co.jp>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
parent d012a719
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/toshiba.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Toshiba Visconti Platform Device Tree Bindings

maintainers:
  - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - description: Visconti5 TMPV7708
        items:
          - const: toshiba,tmpv7708
...