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 - const: amlogic,s905w 90 - const: amlogic,meson-gxl 91 92 - description: Boards with the Amlogic Meson GXL S905X SoC 93 items: 94 - enum: 95 - amlogic,p212 96 - hwacom,amazetv 97 - khadas,vim 98 - libretech,aml-s905x-cc 99 - nexbox,a95x 100 - const: amlogic,s905x 101 - const: amlogic,meson-gxl 102 103 - description: Boards with the Amlogic Meson GXL S905D SoC 104 items: 105 - enum: 106 - amlogic,p230 107 - amlogic,p231 108 - libretech,aml-s905d-pc 109 - phicomm,n1 110 - smartlabs,sml5442tw 111 - const: amlogic,s905d 112 - const: amlogic,meson-gxl 113 114 - description: Boards with the Amlogic Meson GXM S912 SoC 115 items: 116 - enum: 117 - amlogic,q200 118 - amlogic,q201 119 - khadas,vim2 120 - kingnovel,r-box-pro 121 - libretech,aml-s912-pc 122 - nexbox,a1 123 - tronsmart,vega-s96 124 - wetek,core2 125 - const: amlogic,s912 126 - const: amlogic,meson-gxm 127 128 - description: Boards with the Amlogic Meson AXG A113D SoC 129 items: 130 - enum: 131 - amlogic,s400 132 - const: amlogic,a113d 133 - const: amlogic,meson-axg 134 135 - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC 136 items: 137 - enum: 138 - amediatech,x96-max 139 - amlogic,u200 140 - seirobotics,sei510 141 - const: amlogic,g12a 142 143 - description: Boards with the Amlogic Meson G12B A311D SoC 144 items: 145 - enum: 146 - khadas,vim3 147 - const: amlogic,a311d 148 - const: amlogic,g12b 149 150 - description: Boards with the Amlogic Meson G12B S922X SoC 151 items: 152 - enum: 153 - azw,gtking 154 - azw,gtking-pro 155 - hardkernel,odroid-n2 156 - khadas,vim3 157 - ugoos,am6 158 - const: amlogic,s922x 159 - const: amlogic,g12b 160 161 - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC 162 items: 163 - enum: 164 - seirobotics,sei610 165 - khadas,vim3l 166 - hardkernel,odroid-c4 167 - const: amlogic,sm1 168 169 - description: Boards with the Amlogic Meson A1 A113L SoC 170 items: 171 - enum: 172 - amlogic,ad401 173 - const: amlogic,a1 174... 175