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.txt 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 - wetek,hub 63 - wetek,play2 64 - const: amlogic,meson-gxbb 65 66 - description: Tronsmart Vega S95 devices 67 items: 68 - enum: 69 - tronsmart,vega-s95-pro 70 - tronsmart,vega-s95-meta 71 - tronsmart,vega-s95-telos 72 - const: tronsmart,vega-s95 73 - const: amlogic,meson-gxbb 74 75 - description: Boards with the Amlogic Meson GXL S805X SoC 76 items: 77 - enum: 78 - amlogic,p241 79 - libretech,aml-s805x-ac 80 - const: amlogic,s805x 81 - const: amlogic,meson-gxl 82 83 - description: Boards with the Amlogic Meson GXL S905W SoC 84 items: 85 - enum: 86 - amlogic,p281 87 - oranth,tx3-mini 88 - const: amlogic,s905w 89 - const: amlogic,meson-gxl 90 91 - description: Boards with the Amlogic Meson GXL S905X SoC 92 items: 93 - enum: 94 - amlogic,p212 95 - hwacom,amazetv 96 - khadas,vim 97 - libretech,cc 98 - nexbox,a95x 99 - const: amlogic,s905x 100 - const: amlogic,meson-gxl 101 102 - description: Boards with the Amlogic Meson GXL S905D SoC 103 items: 104 - enum: 105 - amlogic,p230 106 - amlogic,p231 107 - phicomm,n1 108 - const: amlogic,s905d 109 - const: amlogic,meson-gxl 110 111 - description: Boards with the Amlogic Meson GXM S912 SoC 112 items: 113 - enum: 114 - amlogic,q200 115 - amlogic,q201 116 - khadas,vim2 117 - kingnovel,r-box-pro 118 - nexbox,a1 119 - tronsmart,vega-s96 120 - const: amlogic,s912 121 - const: amlogic,meson-gxm 122 123 - description: Boards with the Amlogic Meson AXG A113D SoC 124 items: 125 - enum: 126 - amlogic,s400 127 - const: amlogic,a113d 128 - const: amlogic,meson-axg 129 130 - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC 131 items: 132 - enum: 133 - amediatech,x96-max 134 - amlogic,u200 135 - seirobotics,sei510 136 - const: amlogic,g12a 137 138 - description: Boards with the Amlogic Meson G12B A311D SoC 139 items: 140 - enum: 141 - khadas,vim3 142 - const: amlogic,a311d 143 - const: amlogic,g12b 144 145 - description: Boards with the Amlogic Meson G12B S922X SoC 146 items: 147 - enum: 148 - hardkernel,odroid-n2 149 - khadas,vim3 150 - const: amlogic,s922x 151 - const: amlogic,g12b 152 153 - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC 154 items: 155 - enum: 156 - seirobotics,sei610 157 - khadas,vim3l 158 - const: amlogic,sm1 159 160 - description: Boards with the Amlogic Meson A1 A113L SoC 161 items: 162 - const: amlogic,a1 163... 164