cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tesla.yaml (576B)


      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
      7title: Tesla Full Self Driving(FSD) platforms device tree bindings
      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...