xref: /freebsd/sys/contrib/device-tree/Bindings/reset/mobileye,eyeq5-reset.yaml (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1*01950c46SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*01950c46SEmmanuel Vadot%YAML 1.2
3*01950c46SEmmanuel Vadot---
4*01950c46SEmmanuel Vadot$id: http://devicetree.org/schemas/reset/mobileye,eyeq5-reset.yaml#
5*01950c46SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*01950c46SEmmanuel Vadot
7*01950c46SEmmanuel Vadottitle: Mobileye EyeQ5 reset controller
8*01950c46SEmmanuel Vadot
9*01950c46SEmmanuel Vadotdescription:
10*01950c46SEmmanuel Vadot  The EyeQ5 reset driver handles three reset domains. Its registers live in a
11*01950c46SEmmanuel Vadot  shared region called OLB.
12*01950c46SEmmanuel Vadot
13*01950c46SEmmanuel Vadotmaintainers:
14*01950c46SEmmanuel Vadot  - Grégory Clement <gregory.clement@bootlin.com>
15*01950c46SEmmanuel Vadot  - Théo Lebrun <theo.lebrun@bootlin.com>
16*01950c46SEmmanuel Vadot  - Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>
17*01950c46SEmmanuel Vadot
18*01950c46SEmmanuel Vadotproperties:
19*01950c46SEmmanuel Vadot  compatible:
20*01950c46SEmmanuel Vadot    const: mobileye,eyeq5-reset
21*01950c46SEmmanuel Vadot
22*01950c46SEmmanuel Vadot  reg:
23*01950c46SEmmanuel Vadot    maxItems: 3
24*01950c46SEmmanuel Vadot
25*01950c46SEmmanuel Vadot  reg-names:
26*01950c46SEmmanuel Vadot    items:
27*01950c46SEmmanuel Vadot      - const: d0
28*01950c46SEmmanuel Vadot      - const: d1
29*01950c46SEmmanuel Vadot      - const: d2
30*01950c46SEmmanuel Vadot
31*01950c46SEmmanuel Vadot  "#reset-cells":
32*01950c46SEmmanuel Vadot    const: 2
33*01950c46SEmmanuel Vadot    description:
34*01950c46SEmmanuel Vadot      The first cell is the domain (0 to 2 inclusive) and the second one is the
35*01950c46SEmmanuel Vadot      reset index inside that domain.
36*01950c46SEmmanuel Vadot
37*01950c46SEmmanuel Vadotrequired:
38*01950c46SEmmanuel Vadot  - compatible
39*01950c46SEmmanuel Vadot  - reg
40*01950c46SEmmanuel Vadot  - reg-names
41*01950c46SEmmanuel Vadot  - "#reset-cells"
42*01950c46SEmmanuel Vadot
43*01950c46SEmmanuel VadotadditionalProperties: false
44