Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | # 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 | |
| 7 | title: Tesla Full Self Driving(FSD) platforms |
| 8 | |
| 9 | maintainers: |
| 10 | - Alim Akhtar <alim.akhtar@samsung.com> |
| 11 | - linux-fsd@tesla.com |
| 12 | |
| 13 | properties: |
| 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 | |
| 25 | additionalProperties: true |
| 26 | |
| 27 | ... |