brintos

brintos / linux-shallow public Read only

0
0
Text · 915 B · d607445 Raw
38 lines · yaml
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause2# Copyright 2023 Mobileye Vision Technologies Ltd.3%YAML 1.24---5$id: http://devicetree.org/schemas/mips/mobileye.yaml#6$schema: http://devicetree.org/meta-schemas/core.yaml#7 8title: Mobileye SoC series9 10maintainers:11  - Vladimir Kondratiev <vladimir.kondratiev@intel.com>12  - Gregory CLEMENT <gregory.clement@bootlin.com>13  - Théo Lebrun <theo.lebrun@bootlin.com>14 15description:16  Boards with a Mobileye SoC shall have the following properties.17 18properties:19  $nodename:20    const: '/'21 22  compatible:23    oneOf:24      - description: Boards with Mobileye EyeQ5 SoC25        items:26          - enum:27              - mobileye,eyeq5-epm528          - const: mobileye,eyeq529      - description: Boards with Mobileye EyeQ6H SoC30        items:31          - enum:32              - mobileye,eyeq6h-epm633          - const: mobileye,eyeq6h34 35additionalProperties: true36 37...38