Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/tesla.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Tesla Full Self Driving(FSD) platforms device tree bindings
0008 
0009 maintainers:
0010   - Alim Akhtar <alim.akhtar@samsung.com>
0011   - linux-fsd@tesla.com
0012 
0013 properties:
0014   $nodename:
0015     const: '/'
0016   compatible:
0017     oneOf:
0018 
0019       - description: FSD SoC board
0020         items:
0021           - enum:
0022               - tesla,fsd-evb   # Tesla FSD Evaluation
0023           - const: tesla,fsd
0024 
0025 additionalProperties: true
0026 
0027 ...