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

calxeda.yaml (563B)


      1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/arm/calxeda.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: Calxeda Platforms Device Tree Bindings
      8
      9maintainers:
     10  - Rob Herring <robh@kernel.org>
     11description: |+
     12  Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
     13  or Cortex-A15 based ECX-2000 SOCs
     14
     15properties:
     16  $nodename:
     17    const: '/'
     18  compatible:
     19    items:
     20      - enum:
     21          - calxeda,highbank
     22          - calxeda,ecx-2000
     23
     24additionalProperties: true