1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/tesla.y 4 $id: http://devicetree.org/schemas/arm/tesla.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Tesla Full Self Driving(FSD) platforms 7 title: Tesla Full Self Driving(FSD) platforms 8 8 9 maintainers: 9 maintainers: 10 - Alim Akhtar <alim.akhtar@samsung.com> 10 - Alim Akhtar <alim.akhtar@samsung.com> 11 - linux-fsd@tesla.com 11 - linux-fsd@tesla.com 12 12 13 properties: 13 properties: 14 $nodename: 14 $nodename: 15 const: '/' 15 const: '/' 16 compatible: 16 compatible: 17 oneOf: 17 oneOf: 18 18 19 - description: FSD SoC board 19 - description: FSD SoC board 20 items: 20 items: 21 - enum: 21 - enum: 22 - tesla,fsd-evb # Tesla FSD Ev 22 - tesla,fsd-evb # Tesla FSD Evaluation 23 - const: tesla,fsd 23 - const: tesla,fsd 24 24 25 additionalProperties: true 25 additionalProperties: true 26 26 27 ... 27 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.