Skip to content

Commit c6e0897

Browse files
tlebbebarino
authored andcommitted
dt-bindings: reset: mobileye,eyeq5-reset: add bindings
Add DT-Schema bindings for the EyeQ5 reset controller. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Théo Lebrun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 4a85e82 commit c6e0897

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# 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+
7+
title: Mobileye EyeQ5 reset controller
8+
9+
description:
10+
The EyeQ5 reset driver handles three reset domains. Its registers live in a
11+
shared region called OLB.
12+
13+
maintainers:
14+
- Grégory Clement <[email protected]>
15+
- Théo Lebrun <[email protected]>
16+
- Vladimir Kondratiev <[email protected]>
17+
18+
properties:
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+
37+
required:
38+
- compatible
39+
- reg
40+
- reg-names
41+
- "#reset-cells"
42+
43+
additionalProperties: false

0 commit comments

Comments
 (0)