blob: 062b4518347bd03bed9d78634621b46d262a25a0 [file] [log] [blame]
Tom Rini6bb92fc2024-05-20 09:54:58 -06001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/reset/mobileye,eyeq5-reset.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Mobileye EyeQ5 reset controller
8
9description:
10 The EyeQ5 reset driver handles three reset domains. Its registers live in a
11 shared region called OLB.
12
13maintainers:
14 - Grégory Clement <gregory.clement@bootlin.com>
15 - Théo Lebrun <theo.lebrun@bootlin.com>
16 - Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
17
18properties:
19 compatible:
20 const: mobileye,eyeq5-reset
21
22 reg:
23 maxItems: 3
24
25 reg-names:
26 items:
27 - const: d0
28 - const: d1
29 - const: d2
30
31 "#reset-cells":
32 const: 2
33 description:
34 The first cell is the domain (0 to 2 inclusive) and the second one is the
35 reset index inside that domain.
36
37required:
38 - compatible
39 - reg
40 - reg-names
41 - "#reset-cells"
42
43additionalProperties: false