~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/arm/amlogic.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/arm/amlogic.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/arm/amlogic.yaml (Version linux-5.3.18)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/arm/amlogic      4 $id: http://devicetree.org/schemas/arm/amlogic.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Amlogic SoC based Platforms             !!   7 title: Amlogic MesonX device tree bindings
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Neil Armstrong <neil.armstrong@linaro.org>  << 
 11   - Martin Blumenstingl <martin.blumenstingl@go << 
 12   - Jerome Brunet <jbrunet@baylibre.com>        << 
 13   - Kevin Hilman <khilman@baylibre.com>             10   - Kevin Hilman <khilman@baylibre.com>
 14                                                    11 
                                                   >>  12 description: |+
                                                   >>  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 
 15 properties:                                        23 properties:
 16   $nodename:                                       24   $nodename:
 17     const: '/'                                     25     const: '/'
 18   compatible:                                      26   compatible:
 19     oneOf:                                         27     oneOf:
 20       - description: Boards with the Amlogic M     28       - description: Boards with the Amlogic Meson6 SoC
 21         items:                                     29         items:
 22           - enum:                                  30           - enum:
 23               - geniatech,atv1200                  31               - geniatech,atv1200
 24           - const: amlogic,meson6                  32           - const: amlogic,meson6
 25                                                    33 
 26       - description: Boards with the Amlogic M     34       - description: Boards with the Amlogic Meson8 SoC
 27         items:                                     35         items:
 28           - enum:                                  36           - enum:
 29               - minix,neo-x8                       37               - minix,neo-x8
 30           - const: amlogic,meson8                  38           - const: amlogic,meson8
 31                                                    39 
 32       - description: Boards with the Amlogic M     40       - description: Boards with the Amlogic Meson8m2 SoC
 33         items:                                     41         items:
 34           - enum:                                  42           - enum:
 35               - tronsmart,mxiii-plus               43               - tronsmart,mxiii-plus
 36           - const: amlogic,meson8m2                44           - const: amlogic,meson8m2
 37                                                    45 
 38       - description: Boards with the Amlogic M     46       - description: Boards with the Amlogic Meson8b SoC
 39         items:                                     47         items:
 40           - enum:                                  48           - enum:
 41               - endless,ec100                      49               - endless,ec100
 42               - hardkernel,odroid-c1               50               - hardkernel,odroid-c1
 43               - tronfy,mxq                         51               - tronfy,mxq
 44           - const: amlogic,meson8b                 52           - const: amlogic,meson8b
 45                                                    53 
 46       - description: Boards with the Amlogic M     54       - description: Boards with the Amlogic Meson GXBaby SoC
 47         items:                                     55         items:
 48           - enum:                                  56           - enum:
 49               - amlogic,p200                       57               - amlogic,p200
 50               - amlogic,p201                       58               - amlogic,p201
 51               - friendlyarm,nanopi-k2              59               - friendlyarm,nanopi-k2
 52               - hardkernel,odroid-c2               60               - hardkernel,odroid-c2
 53               - nexbox,a95x                        61               - nexbox,a95x
 54               - videostrong,kii-pro            << 
 55               - wetek,hub                          62               - wetek,hub
 56               - wetek,play2                        63               - wetek,play2
 57           - const: amlogic,meson-gxbb              64           - const: amlogic,meson-gxbb
 58                                                    65 
 59       - description: Tronsmart Vega S95 device     66       - description: Tronsmart Vega S95 devices
 60         items:                                     67         items:
 61           - enum:                                  68           - enum:
 62               - tronsmart,vega-s95-pro             69               - tronsmart,vega-s95-pro
 63               - tronsmart,vega-s95-meta            70               - tronsmart,vega-s95-meta
 64               - tronsmart,vega-s95-telos           71               - tronsmart,vega-s95-telos
 65           - const: tronsmart,vega-s95              72           - const: tronsmart,vega-s95
 66           - const: amlogic,meson-gxbb              73           - const: amlogic,meson-gxbb
 67                                                    74 
 68       - description: Boards with the Amlogic M     75       - description: Boards with the Amlogic Meson GXL S805X SoC
 69         items:                                     76         items:
 70           - enum:                                  77           - enum:
 71               - amlogic,p241                       78               - amlogic,p241
 72               - libretech,aml-s805x-ac             79               - libretech,aml-s805x-ac
 73           - const: amlogic,s805x                   80           - const: amlogic,s805x
 74           - const: amlogic,meson-gxl               81           - const: amlogic,meson-gxl
 75                                                    82 
 76       - description: Boards with the Amlogic M     83       - description: Boards with the Amlogic Meson GXL S905W SoC
 77         items:                                     84         items:
 78           - enum:                                  85           - enum:
 79               - amlogic,p281                       86               - amlogic,p281
 80               - oranth,tx3-mini                    87               - oranth,tx3-mini
 81               - jethome,jethub-j80             << 
 82           - const: amlogic,s905w                   88           - const: amlogic,s905w
 83           - const: amlogic,meson-gxl               89           - const: amlogic,meson-gxl
 84                                                    90 
 85       - description: Boards with the Amlogic M     91       - description: Boards with the Amlogic Meson GXL S905X SoC
 86         items:                                     92         items:
 87           - enum:                                  93           - enum:
                                                   >>  94               - amediatech,x96-max
 88               - amlogic,p212                       95               - amlogic,p212
 89               - hwacom,amazetv                     96               - hwacom,amazetv
 90               - khadas,vim                         97               - khadas,vim
 91               - libretech,aml-s905x-cc         !!  98               - libretech,cc
 92               - libretech,aml-s905x-cc-v2      << 
 93               - nexbox,a95x                        99               - nexbox,a95x
 94               - osmc,vero4k                    !! 100               - seirobotics,sei510
 95           - const: amlogic,s905x                  101           - const: amlogic,s905x
 96           - const: amlogic,meson-gxl              102           - const: amlogic,meson-gxl
 97                                                   103 
 98       - description: Boards with the Amlogic M    104       - description: Boards with the Amlogic Meson GXL S905D SoC
 99         items:                                    105         items:
100           - enum:                                 106           - enum:
101               - amlogic,p230                      107               - amlogic,p230
102               - amlogic,p231                      108               - amlogic,p231
103               - libretech,aml-s905d-pc         << 
104               - osmc,vero4k-plus               << 
105               - phicomm,n1                        109               - phicomm,n1
106               - smartlabs,sml5442tw            << 
107               - videostrong,gxl-kii-pro        << 
108           - const: amlogic,s905d                  110           - const: amlogic,s905d
109           - const: amlogic,meson-gxl              111           - const: amlogic,meson-gxl
110                                                   112 
111       - description: Boards with the Amlogic M << 
112         items:                                 << 
113           - enum:                              << 
114               - amlogic,p271                   << 
115           - const: amlogic,s905l               << 
116           - const: amlogic,meson-gxlx          << 
117                                                << 
118       - description: Boards with the Amlogic M    113       - description: Boards with the Amlogic Meson GXM S912 SoC
119         items:                                    114         items:
120           - enum:                                 115           - enum:
121               - amlogic,q200                      116               - amlogic,q200
122               - amlogic,q201                      117               - amlogic,q201
123               - azw,gt1-ultimate               << 
124               - khadas,vim2                       118               - khadas,vim2
125               - kingnovel,r-box-pro               119               - kingnovel,r-box-pro
126               - libretech,aml-s912-pc          << 
127               - minix,neo-u9h                  << 
128               - nexbox,a1                         120               - nexbox,a1
129               - tronsmart,vega-s96                121               - tronsmart,vega-s96
130               - videostrong,gxm-kiii-pro       << 
131               - wetek,core2                    << 
132           - const: amlogic,s912                   122           - const: amlogic,s912
133           - const: amlogic,meson-gxm              123           - const: amlogic,meson-gxm
134                                                   124 
135       - description: Boards with the Amlogic M    125       - description: Boards with the Amlogic Meson AXG A113D SoC
136         items:                                    126         items:
137           - enum:                                 127           - enum:
138               - amlogic,s400                      128               - amlogic,s400
139               - jethome,jethub-j100            << 
140               - jethome,jethub-j110            << 
141           - const: amlogic,a113d                  129           - const: amlogic,a113d
142           - const: amlogic,meson-axg              130           - const: amlogic,meson-axg
143                                                   131 
144       - description: Boards with the Amlogic M !! 132       - description: Boards with the Amlogic Meson G12A S905D2 SoC
145         items:                                    133         items:
146           - enum:                                 134           - enum:
147               - amediatech,x96-max             << 
148               - amlogic,u200                      135               - amlogic,u200
149               - freebox,fbx8am                 << 
150               - radxa,zero                     << 
151               - seirobotics,sei510             << 
152           - const: amlogic,g12a                   136           - const: amlogic,g12a
153                                                   137 
154       - description: Boards with the Amlogic M << 
155         items:                                 << 
156           - enum:                              << 
157               - bananapi,bpi-m2s               << 
158               - khadas,vim3                    << 
159               - libretech,aml-a311d-cc         << 
160               - radxa,zero2                    << 
161           - const: amlogic,a311d               << 
162           - const: amlogic,g12b                << 
163                                                << 
164       - description: Boards using the BPI-CM4  << 
165         items:                                 << 
166           - enum:                              << 
167               - bananapi,bpi-cm4io             << 
168               - mntre,reform2-cm4              << 
169           - const: bananapi,bpi-cm4            << 
170           - const: amlogic,a311d               << 
171           - const: amlogic,g12b                << 
172                                                << 
173       - description: Boards with the Amlogic M    138       - description: Boards with the Amlogic Meson G12B S922X SoC
174         items:                                    139         items:
175           - enum:                                 140           - enum:
176               - azw,gsking-x                   << 
177               - azw,gtking                     << 
178               - azw,gtking-pro                 << 
179               - bananapi,bpi-m2s               << 
180               - dream,dreambox-one             << 
181               - dream,dreambox-two             << 
182               - hardkernel,odroid-go-ultra     << 
183               - hardkernel,odroid-n2              141               - hardkernel,odroid-n2
184               - hardkernel,odroid-n2l          << 
185               - hardkernel,odroid-n2-plus      << 
186               - khadas,vim3                    << 
187               - ugoos,am6                      << 
188           - const: amlogic,s922x               << 
189           - const: amlogic,g12b                   142           - const: amlogic,g12b
190                                                << 
191       - description: Boards with the Amlogic M << 
192         items:                                 << 
193           - enum:                              << 
194               - amediatech,x96-air             << 
195               - amediatech,x96-air-gbit        << 
196               - bananapi,bpi-m2-pro            << 
197               - bananapi,bpi-m5                << 
198               - cyx,a95xf3-air                 << 
199               - cyx,a95xf3-air-gbit            << 
200               - hardkernel,odroid-c4           << 
201               - hardkernel,odroid-hc4          << 
202               - haochuangyi,h96-max            << 
203               - khadas,vim3l                   << 
204               - libretech,aml-s905d3-cc        << 
205               - seirobotics,sei610             << 
206           - const: amlogic,sm1                 << 
207                                                << 
208       - description: Boards with the Amlogic M << 
209         items:                                 << 
210           - enum:                              << 
211               - amlogic,ad401                  << 
212               - amlogic,ad402                  << 
213           - const: amlogic,a1                  << 
214                                                << 
215       - description: Boards with the Amlogic A << 
216         items:                                 << 
217           - enum:                              << 
218               - amlogic,ba400                  << 
219           - const: amlogic,a4                  << 
220                                                << 
221       - description: Boards with the Amlogic A << 
222         items:                                 << 
223           - enum:                              << 
224               - amlogic,av400                  << 
225           - const: amlogic,a5                  << 
226                                                << 
227       - description: Boards with the Amlogic C << 
228         items:                                 << 
229           - enum:                              << 
230               - amlogic,aw409                  << 
231               - amlogic,aw419                  << 
232           - const: amlogic,c3                  << 
233                                                << 
234       - description: Boards with the Amlogic M << 
235         items:                                 << 
236           - enum:                              << 
237               - amlogic,aq222                  << 
238           - const: amlogic,s4                  << 
239                                                << 
240       - description: Boards with the Amlogic T << 
241         items:                                 << 
242           - enum:                              << 
243               - amlogic,an400                  << 
244               - khadas,vim4                    << 
245           - const: amlogic,a311d2              << 
246           - const: amlogic,t7                  << 
247                                                << 
248 additionalProperties: true                     << 
249                                                   143 
250 ...                                               144 ...
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php