Skip to content

Commit 7c8697e

Browse files
gclementtsbogend
authored andcommitted
dt-bindings: mips: Add bindings for Mobileye SoCs
Add the yaml bindings for Mobileye SoCs. Currently only EyeQ5 is supported Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent c401814 commit 7c8697e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
# Copyright 2023 Mobileye Vision Technologies Ltd.
3+
%YAML 1.2
4+
---
5+
$id: http://devicetree.org/schemas/mips/mobileye.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
7+
8+
title: Mobileye SoC series
9+
10+
maintainers:
11+
- Vladimir Kondratiev <vladimir.kondratiev@intel.com>
12+
- Gregory CLEMENT <gregory.clement@bootlin.com>
13+
- Théo Lebrun <theo.lebrun@bootlin.com>
14+
15+
description:
16+
Boards with a Mobileye SoC shall have the following properties.
17+
18+
properties:
19+
$nodename:
20+
const: '/'
21+
22+
compatible:
23+
oneOf:
24+
- description: Boards with Mobileye EyeQ5 SoC
25+
items:
26+
- enum:
27+
- mobileye,eyeq5-epm5
28+
- const: mobileye,eyeq5
29+
30+
additionalProperties: true
31+
32+
...

0 commit comments

Comments
 (0)