xref: /freebsd/sys/contrib/device-tree/Bindings/mips/mobileye.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
101950c46SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
201950c46SEmmanuel Vadot# Copyright 2023 Mobileye Vision Technologies Ltd.
301950c46SEmmanuel Vadot%YAML 1.2
401950c46SEmmanuel Vadot---
501950c46SEmmanuel Vadot$id: http://devicetree.org/schemas/mips/mobileye.yaml#
601950c46SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
701950c46SEmmanuel Vadot
801950c46SEmmanuel Vadottitle: Mobileye SoC series
901950c46SEmmanuel Vadot
1001950c46SEmmanuel Vadotmaintainers:
1101950c46SEmmanuel Vadot  - Vladimir Kondratiev <vladimir.kondratiev@intel.com>
1201950c46SEmmanuel Vadot  - Gregory CLEMENT <gregory.clement@bootlin.com>
1301950c46SEmmanuel Vadot  - Théo Lebrun <theo.lebrun@bootlin.com>
1401950c46SEmmanuel Vadot
1501950c46SEmmanuel Vadotdescription:
1601950c46SEmmanuel Vadot  Boards with a Mobileye SoC shall have the following properties.
1701950c46SEmmanuel Vadot
1801950c46SEmmanuel Vadotproperties:
1901950c46SEmmanuel Vadot  $nodename:
2001950c46SEmmanuel Vadot    const: '/'
2101950c46SEmmanuel Vadot
2201950c46SEmmanuel Vadot  compatible:
2301950c46SEmmanuel Vadot    oneOf:
2401950c46SEmmanuel Vadot      - description: Boards with Mobileye EyeQ5 SoC
2501950c46SEmmanuel Vadot        items:
2601950c46SEmmanuel Vadot          - enum:
2701950c46SEmmanuel Vadot              - mobileye,eyeq5-epm5
2801950c46SEmmanuel Vadot          - const: mobileye,eyeq5
29*0e8011faSEmmanuel Vadot      - description: Boards with Mobileye EyeQ6H SoC
30*0e8011faSEmmanuel Vadot        items:
31*0e8011faSEmmanuel Vadot          - enum:
32*0e8011faSEmmanuel Vadot              - mobileye,eyeq6h-epm6
33*0e8011faSEmmanuel Vadot          - const: mobileye,eyeq6h
3401950c46SEmmanuel Vadot
3501950c46SEmmanuel VadotadditionalProperties: true
3601950c46SEmmanuel Vadot
3701950c46SEmmanuel Vadot...
38