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


  1 # SPDX-License-Identifier: GPL-2.0                
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/arm/amlogic    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Amlogic SoC based Platforms                
  8                                                   
  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>            
 14                                                   
 15 properties:                                       
 16   $nodename:                                      
 17     const: '/'                                    
 18   compatible:                                     
 19     oneOf:                                        
 20       - description: Boards with the Amlogic M    
 21         items:                                    
 22           - enum:                                 
 23               - geniatech,atv1200                 
 24           - const: amlogic,meson6                 
 25                                                   
 26       - description: Boards with the Amlogic M    
 27         items:                                    
 28           - enum:                                 
 29               - minix,neo-x8                      
 30           - const: amlogic,meson8                 
 31                                                   
 32       - description: Boards with the Amlogic M    
 33         items:                                    
 34           - enum:                                 
 35               - tronsmart,mxiii-plus              
 36           - const: amlogic,meson8m2               
 37                                                   
 38       - description: Boards with the Amlogic M    
 39         items:                                    
 40           - enum:                                 
 41               - endless,ec100                     
 42               - hardkernel,odroid-c1              
 43               - tronfy,mxq                        
 44           - const: amlogic,meson8b                
 45                                                   
 46       - description: Boards with the Amlogic M    
 47         items:                                    
 48           - enum:                                 
 49               - amlogic,p200                      
 50               - amlogic,p201                      
 51               - friendlyarm,nanopi-k2             
 52               - hardkernel,odroid-c2              
 53               - nexbox,a95x                       
 54               - videostrong,kii-pro               
 55               - wetek,hub                         
 56               - wetek,play2                       
 57           - const: amlogic,meson-gxbb             
 58                                                   
 59       - description: Tronsmart Vega S95 device    
 60         items:                                    
 61           - enum:                                 
 62               - tronsmart,vega-s95-pro            
 63               - tronsmart,vega-s95-meta           
 64               - tronsmart,vega-s95-telos          
 65           - const: tronsmart,vega-s95             
 66           - const: amlogic,meson-gxbb             
 67                                                   
 68       - description: Boards with the Amlogic M    
 69         items:                                    
 70           - enum:                                 
 71               - amlogic,p241                      
 72               - libretech,aml-s805x-ac            
 73           - const: amlogic,s805x                  
 74           - const: amlogic,meson-gxl              
 75                                                   
 76       - description: Boards with the Amlogic M    
 77         items:                                    
 78           - enum:                                 
 79               - amlogic,p281                      
 80               - oranth,tx3-mini                   
 81               - jethome,jethub-j80                
 82           - const: amlogic,s905w                  
 83           - const: amlogic,meson-gxl              
 84                                                   
 85       - description: Boards with the Amlogic M    
 86         items:                                    
 87           - enum:                                 
 88               - amlogic,p212                      
 89               - hwacom,amazetv                    
 90               - khadas,vim                        
 91               - libretech,aml-s905x-cc            
 92               - libretech,aml-s905x-cc-v2         
 93               - nexbox,a95x                       
 94               - osmc,vero4k                       
 95           - const: amlogic,s905x                  
 96           - const: amlogic,meson-gxl              
 97                                                   
 98       - description: Boards with the Amlogic M    
 99         items:                                    
100           - enum:                                 
101               - amlogic,p230                      
102               - amlogic,p231                      
103               - libretech,aml-s905d-pc            
104               - osmc,vero4k-plus                  
105               - phicomm,n1                        
106               - smartlabs,sml5442tw               
107               - videostrong,gxl-kii-pro           
108           - const: amlogic,s905d                  
109           - const: amlogic,meson-gxl              
110                                                   
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    
119         items:                                    
120           - enum:                                 
121               - amlogic,q200                      
122               - amlogic,q201                      
123               - azw,gt1-ultimate                  
124               - khadas,vim2                       
125               - kingnovel,r-box-pro               
126               - libretech,aml-s912-pc             
127               - minix,neo-u9h                     
128               - nexbox,a1                         
129               - tronsmart,vega-s96                
130               - videostrong,gxm-kiii-pro          
131               - wetek,core2                       
132           - const: amlogic,s912                   
133           - const: amlogic,meson-gxm              
134                                                   
135       - description: Boards with the Amlogic M    
136         items:                                    
137           - enum:                                 
138               - amlogic,s400                      
139               - jethome,jethub-j100               
140               - jethome,jethub-j110               
141           - const: amlogic,a113d                  
142           - const: amlogic,meson-axg              
143                                                   
144       - description: Boards with the Amlogic M    
145         items:                                    
146           - enum:                                 
147               - amediatech,x96-max                
148               - amlogic,u200                      
149               - freebox,fbx8am                    
150               - radxa,zero                        
151               - seirobotics,sei510                
152           - const: amlogic,g12a                   
153                                                   
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    
174         items:                                    
175           - 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              
184               - hardkernel,odroid-n2l             
185               - hardkernel,odroid-n2-plus         
186               - khadas,vim3                       
187               - ugoos,am6                         
188           - const: amlogic,s922x                  
189           - 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                                                   
250 ...                                               
                                                      

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