2020-04-26 17:10:40 -07:00
|
|
|
# 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#
|
|
|
|
|
2022-08-24 19:04:27 -07:00
|
|
|
title: Toshiba Visconti Platform
|
2020-04-26 17:10:40 -07:00
|
|
|
|
|
|
|
maintainers:
|
|
|
|
- Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
|
|
|
|
|
|
|
|
properties:
|
|
|
|
$nodename:
|
|
|
|
const: '/'
|
|
|
|
compatible:
|
|
|
|
oneOf:
|
|
|
|
- description: Visconti5 TMPV7708
|
|
|
|
items:
|
2020-07-21 18:50:46 -07:00
|
|
|
- enum:
|
|
|
|
- toshiba,tmpv7708-rm-mbrc # TMPV7708 RM main board
|
2021-10-14 02:27:02 -07:00
|
|
|
- toshiba,tmpv7708-visrobo-vrb # TMPV7708 VisROBO VRB board
|
2020-04-26 17:10:40 -07:00
|
|
|
- const: toshiba,tmpv7708
|
2020-10-05 11:38:29 -07:00
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
2020-04-26 17:10:40 -07:00
|
|
|
...
|