Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
[drm/drm-misc.git] / Documentation / devicetree / bindings / mips / mobileye.yaml
blobd60744550e4661edd84022eb9fc3ce7341892a66
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#
8 title: Mobileye SoC series
10 maintainers:
11   - Vladimir Kondratiev <vladimir.kondratiev@intel.com>
12   - Gregory CLEMENT <gregory.clement@bootlin.com>
13   - Théo Lebrun <theo.lebrun@bootlin.com>
15 description:
16   Boards with a Mobileye SoC shall have the following properties.
18 properties:
19   $nodename:
20     const: '/'
22   compatible:
23     oneOf:
24       - description: Boards with Mobileye EyeQ5 SoC
25         items:
26           - enum:
27               - mobileye,eyeq5-epm5
28           - const: mobileye,eyeq5
29       - description: Boards with Mobileye EyeQ6H SoC
30         items:
31           - enum:
32               - mobileye,eyeq6h-epm6
33           - const: mobileye,eyeq6h
35 additionalProperties: true
37 ...