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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/arm/atmel-at91.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/atmel-at91.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/arm/atmel-at91.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/atmel-a      4 $id: http://devicetree.org/schemas/arm/atmel-at91.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: Atmel AT91.                             !!   7 title: Atmel AT91 device tree bindings.
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Alexandre Belloni <alexandre.belloni@bootli     10   - Alexandre Belloni <alexandre.belloni@bootlin.com>
 11   - Claudiu Beznea <claudiu.beznea@microchip.co !!  11   - Ludovic Desroches <ludovic.desroches@microchip.com>
 12   - Nicolas Ferre <nicolas.ferre@microchip.com> << 
 13                                                    12 
 14 description: |                                     13 description: |
 15   Boards with a SoC of the Atmel AT91 or SMART     14   Boards with a SoC of the Atmel AT91 or SMART family shall have the following
 16                                                    15 
 17 properties:                                        16 properties:
 18   $nodename:                                       17   $nodename:
 19     const: '/'                                     18     const: '/'
 20   compatible:                                      19   compatible:
 21     oneOf:                                         20     oneOf:
 22       - items:                                     21       - items:
 23           - const: atmel,at91rm9200                22           - const: atmel,at91rm9200
 24       - items:                                     23       - items:
 25           - enum:                                  24           - enum:
 26               - olimex,sam9-l9260                  25               - olimex,sam9-l9260
 27           - enum:                                  26           - enum:
 28               - atmel,at91sam9260                  27               - atmel,at91sam9260
 29               - atmel,at91sam9261                  28               - atmel,at91sam9261
 30               - atmel,at91sam9263                  29               - atmel,at91sam9263
 31               - atmel,at91sam9g20                  30               - atmel,at91sam9g20
 32               - atmel,at91sam9g45                  31               - atmel,at91sam9g45
 33               - atmel,at91sam9n12                  32               - atmel,at91sam9n12
 34               - atmel,at91sam9rl                   33               - atmel,at91sam9rl
 35               - atmel,at91sam9xe                   34               - atmel,at91sam9xe
 36               - atmel,at91sam9x60                  35               - atmel,at91sam9x60
 37           - const: atmel,at91sam9                  36           - const: atmel,at91sam9
 38                                                    37 
 39       - items:                                     38       - items:
 40           - enum:                                  39           - enum:
 41               - overkiz,kizboxmini-base # Over << 
 42               - overkiz,kizboxmini-mb   # Over << 
 43               - overkiz,kizboxmini-rd   # Over << 
 44               - overkiz,smartkiz        # Over << 
 45               - gardena,smart-gateway-at91sam  << 
 46           - const: atmel,at91sam9g25           << 
 47           - const: atmel,at91sam9x5            << 
 48           - const: atmel,at91sam9              << 
 49                                                << 
 50       - items:                                 << 
 51           - enum:                              << 
 52               - atmel,at91sam9g15                  40               - atmel,at91sam9g15
 53               - atmel,at91sam9g25                  41               - atmel,at91sam9g25
 54               - atmel,at91sam9g35                  42               - atmel,at91sam9g35
 55               - atmel,at91sam9x25                  43               - atmel,at91sam9x25
 56               - atmel,at91sam9x35                  44               - atmel,at91sam9x35
 57           - const: atmel,at91sam9x5                45           - const: atmel,at91sam9x5
 58           - const: atmel,at91sam9                  46           - const: atmel,at91sam9
 59                                                    47 
 60       - description: Overkiz kizbox3 board     << 
 61         items:                                 << 
 62           - const: overkiz,kizbox3-hs          << 
 63           - const: atmel,sama5d27              << 
 64           - const: atmel,sama5d2               << 
 65           - const: atmel,sama5                 << 
 66                                                << 
 67       - description: Microchip SAMA5D27 WLSOM1 << 
 68         items:                                 << 
 69           - const: microchip,sama5d27-wlsom1   << 
 70           - const: atmel,sama5d27              << 
 71           - const: atmel,sama5d2               << 
 72           - const: atmel,sama5                 << 
 73                                                << 
 74       - description: Microchip SAMA5D27 WLSOM1 << 
 75         items:                                 << 
 76           - const: microchip,sama5d27-wlsom1-e << 
 77           - const: microchip,sama5d27-wlsom1   << 
 78           - const: atmel,sama5d27              << 
 79           - const: atmel,sama5d2               << 
 80           - const: atmel,sama5                 << 
 81                                                << 
 82       - description: Microchip SAMA5D29 Curios << 
 83         items:                                 << 
 84           - const: microchip,sama5d29-curiosit << 
 85           - const: atmel,sama5d29              << 
 86           - const: atmel,sama5d2               << 
 87           - const: atmel,sama5                 << 
 88                                                << 
 89       - items:                                     48       - items:
 90           - const: atmel,sama5d27                  49           - const: atmel,sama5d27
 91           - const: atmel,sama5d2                   50           - const: atmel,sama5d2
 92           - const: atmel,sama5                     51           - const: atmel,sama5
 93                                                    52 
 94       - description: Microchip SAMA5D2 Industr << 
 95         items:                                 << 
 96           - const: microchip,sama5d2-icp       << 
 97           - const: atmel,sama5d27              << 
 98           - const: atmel,sama5d2               << 
 99           - const: atmel,sama5                 << 
100                                                << 
101       - description: Microchip SAM9X60 Evaluat << 
102         items:                                 << 
103           - enum:                              << 
104               - microchip,sam9x60ek            << 
105               - microchip,sam9x60-curiosity    << 
106           - const: microchip,sam9x60           << 
107           - const: atmel,at91sam9              << 
108                                                << 
109       - description: Nattis v2 board with Natt     53       - description: Nattis v2 board with Natte v2 power board
110         items:                                     54         items:
111           - const: axentia,nattis-2                55           - const: axentia,nattis-2
112           - const: axentia,natte-2                 56           - const: axentia,natte-2
113           - const: axentia,linea                   57           - const: axentia,linea
114           - const: atmel,sama5d31                  58           - const: atmel,sama5d31
115           - const: atmel,sama5d3                   59           - const: atmel,sama5d3
116           - const: atmel,sama5                     60           - const: atmel,sama5
117                                                    61 
118       - description: TSE-850 v3 board              62       - description: TSE-850 v3 board
119         items:                                     63         items:
120           - const: axentia,tse850v3                64           - const: axentia,tse850v3
121           - const: axentia,linea                   65           - const: axentia,linea
122           - const: atmel,sama5d31                  66           - const: atmel,sama5d31
123           - const: atmel,sama5d3                   67           - const: atmel,sama5d3
124           - const: atmel,sama5                     68           - const: atmel,sama5
125                                                    69 
126       - items:                                     70       - items:
127           - const: axentia,linea                   71           - const: axentia,linea
128           - const: atmel,sama5d31                  72           - const: atmel,sama5d31
129           - const: atmel,sama5d3                   73           - const: atmel,sama5d3
130           - const: atmel,sama5                     74           - const: atmel,sama5
131                                                    75 
132       - description: Overkiz kizbox2 board wit << 
133         items:                                 << 
134           - const: overkiz,kizbox2-2           << 
135           - const: atmel,sama5d31              << 
136           - const: atmel,sama5d3               << 
137           - const: atmel,sama5                 << 
138                                                << 
139       - description: Microchip SAMA5D3 Etherne << 
140         items:                                 << 
141           - const: microchip,sama5d3-eds       << 
142           - const: atmel,sama5d36              << 
143           - const: atmel,sama5d3               << 
144           - const: atmel,sama5                 << 
145                                                << 
146       - description: CalAmp LMU5000 board      << 
147         items:                                 << 
148           - const: calamp,lmu5000              << 
149           - const: atmel,at91sam9g20           << 
150           - const: atmel,at91sam9              << 
151                                                << 
152       - description: Exegin Q5xR5 board        << 
153         items:                                 << 
154           - const: exegin,q5xr5                << 
155           - const: atmel,at91sam9g20           << 
156           - const: atmel,at91sam9              << 
157                                                << 
158       - items:                                     76       - items:
159           - enum:                                  77           - enum:
160               - atmel,sama5d31                     78               - atmel,sama5d31
161               - atmel,sama5d33                     79               - atmel,sama5d33
162               - atmel,sama5d34                     80               - atmel,sama5d34
163               - atmel,sama5d35                     81               - atmel,sama5d35
164               - atmel,sama5d36                     82               - atmel,sama5d36
165           - const: atmel,sama5d3                   83           - const: atmel,sama5d3
166           - const: atmel,sama5                     84           - const: atmel,sama5
167                                                    85 
168       - items:                                     86       - items:
169           - enum:                                  87           - enum:
170               - atmel,sama5d41                     88               - atmel,sama5d41
171               - atmel,sama5d42                     89               - atmel,sama5d42
172               - atmel,sama5d43                     90               - atmel,sama5d43
173               - atmel,sama5d44                     91               - atmel,sama5d44
174           - const: atmel,sama5d4                   92           - const: atmel,sama5d4
175           - const: atmel,sama5                     93           - const: atmel,sama5
176                                                    94 
177       - items:                                     95       - items:
178           - const: microchip,sama7g5ek # SAMA7 << 
179           - const: microchip,sama7g5           << 
180           - const: microchip,sama7             << 
181                                                << 
182       - description: Microchip SAMA7G54 Curios << 
183         items:                                 << 
184           - const: microchip,sama7g54-curiosit << 
185           - const: microchip,sama7g5           << 
186           - const: microchip,sama7             << 
187                                                << 
188       - description: Microchip LAN9662 Evaluat << 
189         items:                                 << 
190           - enum:                              << 
191               - microchip,lan9662-pcb8291      << 
192               - microchip,lan9662-pcb8309      << 
193           - const: microchip,lan9662           << 
194           - const: microchip,lan966            << 
195                                                << 
196       - description: Microchip LAN9668 PCB8290 << 
197         items:                                 << 
198           - const: microchip,lan9668-pcb8290   << 
199           - const: microchip,lan9668           << 
200           - const: microchip,lan966            << 
201                                                << 
202       - description: Kontron KSwitch D10 MMT s << 
203         items:                                 << 
204           - enum:                              << 
205               - kontron,kswitch-d10-mmt-8g     << 
206               - kontron,kswitch-d10-mmt-6g-2gs << 
207           - const: kontron,s1921               << 
208           - const: microchip,lan9668           << 
209           - const: microchip,lan966            << 
210                                                << 
211       - items:                                 << 
212           - enum:                                  96           - enum:
213               - atmel,sams70j19                    97               - atmel,sams70j19
214               - atmel,sams70j20                    98               - atmel,sams70j20
215               - atmel,sams70j21                    99               - atmel,sams70j21
216               - atmel,sams70n19                   100               - atmel,sams70n19
217               - atmel,sams70n20                   101               - atmel,sams70n20
218               - atmel,sams70n21                   102               - atmel,sams70n21
219               - atmel,sams70q19                   103               - atmel,sams70q19
220               - atmel,sams70q20                   104               - atmel,sams70q20
221               - atmel,sams70q21                   105               - atmel,sams70q21
222           - const: atmel,sams70                   106           - const: atmel,sams70
223           - const: atmel,samv7                    107           - const: atmel,samv7
224                                                   108 
225       - items:                                    109       - items:
226           - enum:                                 110           - enum:
227               - atmel,samv70j19                   111               - atmel,samv70j19
228               - atmel,samv70j20                   112               - atmel,samv70j20
229               - atmel,samv70n19                   113               - atmel,samv70n19
230               - atmel,samv70n20                   114               - atmel,samv70n20
231               - atmel,samv70q19                   115               - atmel,samv70q19
232               - atmel,samv70q20                   116               - atmel,samv70q20
233           - const: atmel,samv70                   117           - const: atmel,samv70
234           - const: atmel,samv7                    118           - const: atmel,samv7
235                                                   119 
236       - items:                                    120       - items:
237           - enum:                                 121           - enum:
238               - atmel,samv71j19                   122               - atmel,samv71j19
239               - atmel,samv71j20                   123               - atmel,samv71j20
240               - atmel,samv71j21                   124               - atmel,samv71j21
241               - atmel,samv71n19                   125               - atmel,samv71n19
242               - atmel,samv71n20                   126               - atmel,samv71n20
243               - atmel,samv71n21                   127               - atmel,samv71n21
244               - atmel,samv71q19                   128               - atmel,samv71q19
245               - atmel,samv71q20                   129               - atmel,samv71q20
246               - atmel,samv71q21                   130               - atmel,samv71q21
247           - const: atmel,samv71                   131           - const: atmel,samv71
248           - const: atmel,samv7                    132           - const: atmel,samv7
249                                                << 
250 additionalProperties: true                     << 
251                                                   133 
252 ...                                               134 ...
                                                      

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