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

amlogic.yaml (5751B)


      1# SPDX-License-Identifier: GPL-2.0
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/arm/amlogic.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: Amlogic MesonX device tree bindings
      8
      9maintainers:
     10  - Kevin Hilman <khilman@baylibre.com>
     11
     12description: |+
     13  Work in progress statement:
     14
     15  Device tree files and bindings applying to Amlogic SoCs and boards are
     16  considered "unstable". Any Amlogic device tree binding may change at
     17  any time. Be sure to use a device tree binary and a kernel image
     18  generated from the same source tree.
     19
     20  Please refer to Documentation/devicetree/bindings/ABI.rst for a definition of a
     21  stable binding/ABI.
     22
     23properties:
     24  $nodename:
     25    const: '/'
     26  compatible:
     27    oneOf:
     28      - description: Boards with the Amlogic Meson6 SoC
     29        items:
     30          - enum:
     31              - geniatech,atv1200
     32          - const: amlogic,meson6
     33
     34      - description: Boards with the Amlogic Meson8 SoC
     35        items:
     36          - enum:
     37              - minix,neo-x8
     38          - const: amlogic,meson8
     39
     40      - description: Boards with the Amlogic Meson8m2 SoC
     41        items:
     42          - enum:
     43              - tronsmart,mxiii-plus
     44          - const: amlogic,meson8m2
     45
     46      - description: Boards with the Amlogic Meson8b SoC
     47        items:
     48          - enum:
     49              - endless,ec100
     50              - hardkernel,odroid-c1
     51              - tronfy,mxq
     52          - const: amlogic,meson8b
     53
     54      - description: Boards with the Amlogic Meson GXBaby SoC
     55        items:
     56          - enum:
     57              - amlogic,p200
     58              - amlogic,p201
     59              - friendlyarm,nanopi-k2
     60              - hardkernel,odroid-c2
     61              - nexbox,a95x
     62              - videostrong,kii-pro
     63              - wetek,hub
     64              - wetek,play2
     65          - const: amlogic,meson-gxbb
     66
     67      - description: Tronsmart Vega S95 devices
     68        items:
     69          - enum:
     70              - tronsmart,vega-s95-pro
     71              - tronsmart,vega-s95-meta
     72              - tronsmart,vega-s95-telos
     73          - const: tronsmart,vega-s95
     74          - const: amlogic,meson-gxbb
     75
     76      - description: Boards with the Amlogic Meson GXL S805X SoC
     77        items:
     78          - enum:
     79              - amlogic,p241
     80              - libretech,aml-s805x-ac
     81          - const: amlogic,s805x
     82          - const: amlogic,meson-gxl
     83
     84      - description: Boards with the Amlogic Meson GXL S905W SoC
     85        items:
     86          - enum:
     87              - amlogic,p281
     88              - oranth,tx3-mini
     89              - jethome,jethub-j80
     90          - const: amlogic,s905w
     91          - const: amlogic,meson-gxl
     92
     93      - description: Boards with the Amlogic Meson GXL S905X SoC
     94        items:
     95          - enum:
     96              - amlogic,p212
     97              - hwacom,amazetv
     98              - khadas,vim
     99              - libretech,aml-s905x-cc
    100              - libretech,aml-s905x-cc-v2
    101              - nexbox,a95x
    102          - const: amlogic,s905x
    103          - const: amlogic,meson-gxl
    104
    105      - description: Boards with the Amlogic Meson GXL S905D SoC
    106        items:
    107          - enum:
    108              - amlogic,p230
    109              - amlogic,p231
    110              - libretech,aml-s905d-pc
    111              - osmc,vero4k-plus
    112              - phicomm,n1
    113              - smartlabs,sml5442tw
    114              - videostrong,gxl-kii-pro
    115          - const: amlogic,s905d
    116          - const: amlogic,meson-gxl
    117
    118      - description: Boards with the Amlogic Meson GXM S912 SoC
    119        items:
    120          - enum:
    121              - amlogic,q200
    122              - amlogic,q201
    123              - khadas,vim2
    124              - kingnovel,r-box-pro
    125              - libretech,aml-s912-pc
    126              - minix,neo-u9h
    127              - nexbox,a1
    128              - tronsmart,vega-s96
    129              - videostrong,gxm-kiii-pro
    130              - wetek,core2
    131          - const: amlogic,s912
    132          - const: amlogic,meson-gxm
    133
    134      - description: Boards with the Amlogic Meson AXG A113D SoC
    135        items:
    136          - enum:
    137              - amlogic,s400
    138              - jethome,jethub-j100
    139          - const: amlogic,a113d
    140          - const: amlogic,meson-axg
    141
    142      - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC
    143        items:
    144          - enum:
    145              - amediatech,x96-max
    146              - amlogic,u200
    147              - radxa,zero
    148              - seirobotics,sei510
    149          - const: amlogic,g12a
    150
    151      - description: Boards with the Amlogic Meson G12B A311D SoC
    152        items:
    153          - enum:
    154              - khadas,vim3
    155          - const: amlogic,a311d
    156          - const: amlogic,g12b
    157
    158      - description: Boards with the Amlogic Meson G12B S922X SoC
    159        items:
    160          - enum:
    161              - azw,gsking-x
    162              - azw,gtking
    163              - azw,gtking-pro
    164              - hardkernel,odroid-n2
    165              - hardkernel,odroid-n2-plus
    166              - khadas,vim3
    167              - ugoos,am6
    168          - const: amlogic,s922x
    169          - const: amlogic,g12b
    170
    171      - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
    172        items:
    173          - enum:
    174              - amediatech,x96-air
    175              - amediatech,x96-air-gbit
    176              - bananapi,bpi-m5
    177              - cyx,a95xf3-air
    178              - cyx,a95xf3-air-gbit
    179              - hardkernel,odroid-c4
    180              - hardkernel,odroid-hc4
    181              - haochuangyi,h96-max
    182              - khadas,vim3l
    183              - seirobotics,sei610
    184          - const: amlogic,sm1
    185
    186      - description: Boards with the Amlogic Meson A1 A113L SoC
    187        items:
    188          - enum:
    189              - amlogic,ad401
    190          - const: amlogic,a1
    191
    192      - description: Boards with the Amlogic Meson S4 S805X2 SoC
    193        items:
    194          - enum:
    195              - amlogic,aq222
    196          - const: amlogic,s4
    197
    198additionalProperties: true
    199
    200...