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

npcm.yaml (754B)


      1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/arm/npcm/npcm.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: NPCM Platforms Device Tree Bindings
      8
      9maintainers:
     10  - Jonathan Neuschäfer <j.neuschaefer@gmx.net>
     11
     12properties:
     13  $nodename:
     14    const: '/'
     15  compatible:
     16    oneOf:
     17      - description: WPCM450 based boards
     18        items:
     19          - enum:
     20              - supermicro,x9sci-ln4f-bmc   # Supermicro X9SCI-LN4F server's BMC
     21          - const: nuvoton,wpcm450
     22
     23      - description: NPCM750 based boards
     24        items:
     25          - enum:
     26              - nuvoton,npcm750-evb         # NPCM750 evaluation board
     27          - const: nuvoton,npcm750
     28
     29additionalProperties: true