Skip to content

Commit

Permalink
dt-bindings: mips: Add bindings for Mobileye SoCs
Browse files Browse the repository at this point in the history
Add the yaml bindings for Mobileye SoCs. Currently only EyeQ5 is
supported

Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
  • Loading branch information
gclement authored and tsbogend committed Feb 20, 2024
1 parent c401814 commit 7c8697e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Documentation/devicetree/bindings/mips/mobileye.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
# Copyright 2023 Mobileye Vision Technologies Ltd.
%YAML 1.2
---
$id: http://devicetree.org/schemas/mips/mobileye.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Mobileye SoC series

maintainers:
- Vladimir Kondratiev <[email protected]>
- Gregory CLEMENT <[email protected]>
- Théo Lebrun <[email protected]>

description:
Boards with a Mobileye SoC shall have the following properties.

properties:
$nodename:
const: '/'

compatible:
oneOf:
- description: Boards with Mobileye EyeQ5 SoC
items:
- enum:
- mobileye,eyeq5-epm5
- const: mobileye,eyeq5

additionalProperties: true

...

0 comments on commit 7c8697e

Please sign in to comment.