~ [ 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.8.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.rst 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                62               - videostrong,kii-pro
 55               - wetek,hub                          63               - wetek,hub
 56               - wetek,play2                        64               - wetek,play2
 57           - const: amlogic,meson-gxbb              65           - const: amlogic,meson-gxbb
 58                                                    66 
 59       - description: Tronsmart Vega S95 device     67       - description: Tronsmart Vega S95 devices
 60         items:                                     68         items:
 61           - enum:                                  69           - enum:
 62               - tronsmart,vega-s95-pro             70               - tronsmart,vega-s95-pro
 63               - tronsmart,vega-s95-meta            71               - tronsmart,vega-s95-meta
 64               - tronsmart,vega-s95-telos           72               - tronsmart,vega-s95-telos
 65           - const: tronsmart,vega-s95              73           - const: tronsmart,vega-s95
 66           - const: amlogic,meson-gxbb              74           - const: amlogic,meson-gxbb
 67                                                    75 
 68       - description: Boards with the Amlogic M     76       - description: Boards with the Amlogic Meson GXL S805X SoC
 69         items:                                     77         items:
 70           - enum:                                  78           - enum:
 71               - amlogic,p241                       79               - amlogic,p241
 72               - libretech,aml-s805x-ac             80               - libretech,aml-s805x-ac
 73           - const: amlogic,s805x                   81           - const: amlogic,s805x
 74           - const: amlogic,meson-gxl               82           - const: amlogic,meson-gxl
 75                                                    83 
 76       - description: Boards with the Amlogic M     84       - description: Boards with the Amlogic Meson GXL S905W SoC
 77         items:                                     85         items:
 78           - enum:                                  86           - enum:
 79               - amlogic,p281                       87               - amlogic,p281
 80               - oranth,tx3-mini                    88               - oranth,tx3-mini
 81               - jethome,jethub-j80             << 
 82           - const: amlogic,s905w                   89           - const: amlogic,s905w
 83           - const: amlogic,meson-gxl               90           - const: amlogic,meson-gxl
 84                                                    91 
 85       - description: Boards with the Amlogic M     92       - description: Boards with the Amlogic Meson GXL S905X SoC
 86         items:                                     93         items:
 87           - enum:                                  94           - enum:
 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,aml-s905x-cc
 92               - libretech,aml-s905x-cc-v2      << 
 93               - nexbox,a95x                        99               - nexbox,a95x
 94               - osmc,vero4k                    << 
 95           - const: amlogic,s905x                  100           - const: amlogic,s905x
 96           - const: amlogic,meson-gxl              101           - const: amlogic,meson-gxl
 97                                                   102 
 98       - description: Boards with the Amlogic M    103       - description: Boards with the Amlogic Meson GXL S905D SoC
 99         items:                                    104         items:
100           - enum:                                 105           - enum:
101               - amlogic,p230                      106               - amlogic,p230
102               - amlogic,p231                      107               - amlogic,p231
103               - libretech,aml-s905d-pc            108               - libretech,aml-s905d-pc
104               - osmc,vero4k-plus               << 
105               - phicomm,n1                        109               - phicomm,n1
106               - smartlabs,sml5442tw               110               - smartlabs,sml5442tw
107               - videostrong,gxl-kii-pro        << 
108           - const: amlogic,s905d                  111           - const: amlogic,s905d
109           - const: amlogic,meson-gxl              112           - const: amlogic,meson-gxl
110                                                   113 
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    114       - description: Boards with the Amlogic Meson GXM S912 SoC
119         items:                                    115         items:
120           - enum:                                 116           - enum:
121               - amlogic,q200                      117               - amlogic,q200
122               - amlogic,q201                      118               - amlogic,q201
123               - azw,gt1-ultimate               << 
124               - khadas,vim2                       119               - khadas,vim2
125               - kingnovel,r-box-pro               120               - kingnovel,r-box-pro
126               - libretech,aml-s912-pc             121               - libretech,aml-s912-pc
127               - minix,neo-u9h                  << 
128               - nexbox,a1                         122               - nexbox,a1
129               - tronsmart,vega-s96                123               - tronsmart,vega-s96
130               - videostrong,gxm-kiii-pro       << 
131               - wetek,core2                    << 
132           - const: amlogic,s912                   124           - const: amlogic,s912
133           - const: amlogic,meson-gxm              125           - const: amlogic,meson-gxm
134                                                   126 
135       - description: Boards with the Amlogic M    127       - description: Boards with the Amlogic Meson AXG A113D SoC
136         items:                                    128         items:
137           - enum:                                 129           - enum:
138               - amlogic,s400                      130               - amlogic,s400
139               - jethome,jethub-j100            << 
140               - jethome,jethub-j110            << 
141           - const: amlogic,a113d                  131           - const: amlogic,a113d
142           - const: amlogic,meson-axg              132           - const: amlogic,meson-axg
143                                                   133 
144       - description: Boards with the Amlogic M    134       - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC
145         items:                                    135         items:
146           - enum:                                 136           - enum:
147               - amediatech,x96-max                137               - amediatech,x96-max
148               - amlogic,u200                      138               - amlogic,u200
149               - freebox,fbx8am                 << 
150               - radxa,zero                     << 
151               - seirobotics,sei510                139               - seirobotics,sei510
152           - const: amlogic,g12a                   140           - const: amlogic,g12a
153                                                   141 
154       - description: Boards with the Amlogic M    142       - description: Boards with the Amlogic Meson G12B A311D SoC
155         items:                                    143         items:
156           - enum:                                 144           - enum:
157               - bananapi,bpi-m2s               << 
158               - khadas,vim3                       145               - 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                  146           - const: amlogic,a311d
171           - const: amlogic,g12b                   147           - const: amlogic,g12b
172                                                   148 
173       - description: Boards with the Amlogic M    149       - description: Boards with the Amlogic Meson G12B S922X SoC
174         items:                                    150         items:
175           - enum:                                 151           - enum:
176               - azw,gsking-x                   << 
177               - azw,gtking                        152               - azw,gtking
178               - azw,gtking-pro                    153               - azw,gtking-pro
179               - bananapi,bpi-m2s               << 
180               - dream,dreambox-one             << 
181               - dream,dreambox-two             << 
182               - hardkernel,odroid-go-ultra     << 
183               - hardkernel,odroid-n2              154               - hardkernel,odroid-n2
184               - hardkernel,odroid-n2l          << 
185               - hardkernel,odroid-n2-plus      << 
186               - khadas,vim3                       155               - khadas,vim3
187               - ugoos,am6                         156               - ugoos,am6
188           - const: amlogic,s922x                  157           - const: amlogic,s922x
189           - const: amlogic,g12b                   158           - const: amlogic,g12b
190                                                   159 
191       - description: Boards with the Amlogic M    160       - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
192         items:                                    161         items:
193           - enum:                                 162           - 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                163               - seirobotics,sei610
                                                   >> 164               - khadas,vim3l
                                                   >> 165               - hardkernel,odroid-c4
206           - const: amlogic,sm1                    166           - const: amlogic,sm1
207                                                   167 
208       - description: Boards with the Amlogic M    168       - description: Boards with the Amlogic Meson A1 A113L SoC
209         items:                                    169         items:
210           - enum:                                 170           - enum:
211               - amlogic,ad401                     171               - amlogic,ad401
212               - amlogic,ad402                  << 
213           - const: amlogic,a1                     172           - 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                                                << 
250 ...                                               173 ...
                                                      

~ [ 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