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 SoC based Platforms 8 9maintainers: 10 - Neil Armstrong <neil.armstrong@linaro.org> 11 - Martin Blumenstingl <martin.blumenstingl@googlemail.com> 12 - Jerome Brunet <jbrunet@baylibre.com> 13 - Kevin Hilman <khilman@baylibre.com> 14 15properties: 16 $nodename: 17 const: '/' 18 compatible: 19 oneOf: 20 - description: Boards with the Amlogic Meson6 SoC 21 items: 22 - enum: 23 - geniatech,atv1200 24 - const: amlogic,meson6 25 26 - description: Boards with the Amlogic Meson8 SoC 27 items: 28 - enum: 29 - minix,neo-x8 30 - tcu,fernsehfee3 31 - const: amlogic,meson8 32 33 - description: Boards with the Amlogic Meson8m2 SoC 34 items: 35 - enum: 36 - tronsmart,mxiii-plus 37 - const: amlogic,meson8m2 38 39 - description: Boards with the Amlogic Meson8b SoC 40 items: 41 - enum: 42 - endless,ec100 43 - hardkernel,odroid-c1 44 - tronfy,mxq 45 - const: amlogic,meson8b 46 47 - description: Boards with the Amlogic Meson GXBaby SoC 48 items: 49 - enum: 50 - amlogic,p200 51 - amlogic,p201 52 - friendlyarm,nanopi-k2 53 - hardkernel,odroid-c2 54 - nexbox,a95x 55 - videostrong,kii-pro 56 - wetek,hub 57 - wetek,play2 58 - const: amlogic,meson-gxbb 59 60 - description: Tronsmart Vega S95 devices 61 items: 62 - enum: 63 - tronsmart,vega-s95-pro 64 - tronsmart,vega-s95-meta 65 - tronsmart,vega-s95-telos 66 - const: tronsmart,vega-s95 67 - const: amlogic,meson-gxbb 68 69 - description: Boards with the Amlogic Meson GXL S805X SoC 70 items: 71 - enum: 72 - amlogic,p241 73 - libretech,aml-s805x-ac 74 - const: amlogic,s805x 75 - const: amlogic,meson-gxl 76 77 - description: Boards with the Amlogic Meson GXL S805Y SoC 78 items: 79 - enum: 80 - xiaomi,aquaman 81 - const: amlogic,s805y 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 - osmc,vero4k 103 - const: amlogic,s905x 104 - const: amlogic,meson-gxl 105 106 - description: Boards with the Amlogic Meson GXL S905D SoC 107 items: 108 - enum: 109 - amlogic,p230 110 - amlogic,p231 111 - libretech,aml-s905d-pc 112 - osmc,vero4k-plus 113 - phicomm,n1 114 - smartlabs,sml5442tw 115 - videostrong,gxl-kii-pro 116 - const: amlogic,s905d 117 - const: amlogic,meson-gxl 118 119 - description: Boards with the Amlogic Meson GXLX S905L SoC 120 items: 121 - enum: 122 - amlogic,p271 123 - const: amlogic,s905l 124 - const: amlogic,meson-gxlx 125 126 - description: Boards with the Amlogic Meson GXM S912 SoC 127 items: 128 - enum: 129 - amlogic,q200 130 - amlogic,q201 131 - azw,gt1-ultimate 132 - khadas,vim2 133 - kingnovel,r-box-pro 134 - libretech,aml-s912-pc 135 - minix,neo-u9h 136 - nexbox,a1 137 - tronsmart,vega-s96 138 - videostrong,gxm-kiii-pro 139 - wetek,core2 140 - const: amlogic,s912 141 - const: amlogic,meson-gxm 142 143 - description: Boards with the Amlogic Meson AXG A113D SoC 144 items: 145 - enum: 146 - amlogic,s400 147 - jethome,jethub-j100 148 - jethome,jethub-j110 149 - const: amlogic,a113d 150 - const: amlogic,meson-axg 151 152 - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC 153 items: 154 - enum: 155 - amediatech,x96-max 156 - amlogic,u200 157 - freebox,fbx8am 158 - radxa,zero 159 - seirobotics,sei510 160 - const: amlogic,g12a 161 162 - description: Boards with the Amlogic Meson G12B A311D SoC 163 items: 164 - enum: 165 - bananapi,bpi-m2s 166 - khadas,vim3 167 - libretech,aml-a311d-cc 168 - radxa,zero2 169 - const: amlogic,a311d 170 - const: amlogic,g12b 171 172 - description: Boards using the BPI-CM4 module with Amlogic Meson G12B A311D SoC 173 items: 174 - enum: 175 - bananapi,bpi-cm4io 176 - mntre,reform2-cm4 177 - const: bananapi,bpi-cm4 178 - const: amlogic,a311d 179 - const: amlogic,g12b 180 181 - description: Boards with the Amlogic Meson G12B S922X SoC 182 items: 183 - enum: 184 - azw,gsking-x 185 - azw,gtking 186 - azw,gtking-pro 187 - bananapi,bpi-m2s 188 - dream,dreambox-one 189 - dream,dreambox-two 190 - hardkernel,odroid-go-ultra 191 - hardkernel,odroid-n2 192 - hardkernel,odroid-n2l 193 - hardkernel,odroid-n2-plus 194 - khadas,vim3 195 - ugoos,am6 196 - const: amlogic,s922x 197 - const: amlogic,g12b 198 199 - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC 200 items: 201 - enum: 202 - amediatech,x96-air 203 - amediatech,x96-air-gbit 204 - bananapi,bpi-m2-pro 205 - bananapi,bpi-m5 206 - cyx,a95xf3-air 207 - cyx,a95xf3-air-gbit 208 - hardkernel,odroid-c4 209 - hardkernel,odroid-hc4 210 - haochuangyi,h96-max 211 - khadas,vim3l 212 - libretech,aml-s905d3-cc 213 - seirobotics,sei610 214 - const: amlogic,sm1 215 216 - description: Boards with the Amlogic Meson A1 A113L SoC 217 items: 218 - enum: 219 - amlogic,ad401 220 - amlogic,ad402 221 - const: amlogic,a1 222 223 - description: Boards with the Amlogic A4 A113L2 SoC 224 items: 225 - enum: 226 - amlogic,ba400 227 - const: amlogic,a4 228 229 - description: Boards with the Amlogic A5 A113X2 SoC 230 items: 231 - enum: 232 - amlogic,av400 233 - const: amlogic,a5 234 235 - description: Boards with the Amlogic C3 C302X/C308L SoC 236 items: 237 - enum: 238 - amlogic,aw409 239 - amlogic,aw419 240 - const: amlogic,c3 241 242 - description: Boards with the Amlogic Meson S4 S805X2 SoC 243 items: 244 - enum: 245 - amlogic,aq222 246 - const: amlogic,s4 247 248 - description: Boards with the Amlogic S6 S905X5 SoC 249 items: 250 - enum: 251 - amlogic,bl209 252 - const: amlogic,s6 253 254 - description: Boards with the Amlogic S7 S805X3 SoC 255 items: 256 - enum: 257 - amlogic,bp201 258 - const: amlogic,s7 259 260 - description: Boards with the Amlogic S7D S905X5M SoC 261 items: 262 - enum: 263 - amlogic,bm202 264 - const: amlogic,s7d 265 266 - description: Boards with the Amlogic T7 A311D2 SoC 267 items: 268 - enum: 269 - amlogic,an400 270 - khadas,vim4 271 - const: amlogic,a311d2 272 - const: amlogic,t7 273 274additionalProperties: true 275 276... 277