blob: d670a0d562226e5ed8c9a2b6973a8420de2aab5e [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/tesla.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Tesla Full Self Driving(FSD) platforms
8
9maintainers:
10 - Alim Akhtar <alim.akhtar@samsung.com>
11 - linux-fsd@tesla.com
12
13properties:
14 $nodename:
15 const: '/'
16 compatible:
17 oneOf:
18
19 - description: FSD SoC board
20 items:
21 - enum:
22 - tesla,fsd-evb # Tesla FSD Evaluation
23 - const: tesla,fsd
24
25additionalProperties: true
26
27...