17c8697efSGregory CLEMENT# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 27c8697efSGregory CLEMENT# Copyright 2023 Mobileye Vision Technologies Ltd. 37c8697efSGregory CLEMENT%YAML 1.2 47c8697efSGregory CLEMENT--- 57c8697efSGregory CLEMENT$id: http://devicetree.org/schemas/mips/mobileye.yaml# 67c8697efSGregory CLEMENT$schema: http://devicetree.org/meta-schemas/core.yaml# 77c8697efSGregory CLEMENT 87c8697efSGregory CLEMENTtitle: Mobileye SoC series 97c8697efSGregory CLEMENT 107c8697efSGregory CLEMENTmaintainers: 117c8697efSGregory CLEMENT - Vladimir Kondratiev <vladimir.kondratiev@intel.com> 127c8697efSGregory CLEMENT - Gregory CLEMENT <gregory.clement@bootlin.com> 137c8697efSGregory CLEMENT - Théo Lebrun <theo.lebrun@bootlin.com> 147c8697efSGregory CLEMENT 157c8697efSGregory CLEMENTdescription: 167c8697efSGregory CLEMENT Boards with a Mobileye SoC shall have the following properties. 177c8697efSGregory CLEMENT 187c8697efSGregory CLEMENTproperties: 197c8697efSGregory CLEMENT $nodename: 207c8697efSGregory CLEMENT const: '/' 217c8697efSGregory CLEMENT 227c8697efSGregory CLEMENT compatible: 237c8697efSGregory CLEMENT oneOf: 247c8697efSGregory CLEMENT - description: Boards with Mobileye EyeQ5 SoC 257c8697efSGregory CLEMENT items: 267c8697efSGregory CLEMENT - enum: 277c8697efSGregory CLEMENT - mobileye,eyeq5-epm5 287c8697efSGregory CLEMENT - const: mobileye,eyeq5 29*db1848a9SGregory CLEMENT - description: Boards with Mobileye EyeQ6H SoC 30*db1848a9SGregory CLEMENT items: 31*db1848a9SGregory CLEMENT - enum: 32*db1848a9SGregory CLEMENT - mobileye,eyeq6h-epm6 33*db1848a9SGregory CLEMENT - const: mobileye,eyeq6h 347c8697efSGregory CLEMENT 357c8697efSGregory CLEMENTadditionalProperties: true 367c8697efSGregory CLEMENT 377c8697efSGregory CLEMENT... 38