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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nuvoton/nuvoton-common-npcm7xx.dtsi

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 /scripts/dtc/include-prefixes/arm/nuvoton/nuvoton-common-npcm7xx.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/nuvoton/nuvoton-common-npcm7xx.dtsi (Version linux-2.6.32.71)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 // Copyright (c) 2018 Nuvoton Technology tomer    
  3 // Copyright 2018 Google, Inc.                    
  4                                                   
  5 #include <dt-bindings/interrupt-controller/arm    
  6 #include <dt-bindings/clock/nuvoton,npcm7xx-cl    
  7 #include <dt-bindings/reset/nuvoton,npcm7xx-re    
  8                                                   
  9 / {                                               
 10         #address-cells = <1>;                     
 11         #size-cells = <1>;                        
 12         interrupt-parent = <&gic>;                
 13                                                   
 14         /* external reference clock */            
 15         clk_refclk: clk_refclk {                  
 16                 compatible = "fixed-clock";       
 17                 #clock-cells = <0>;               
 18                 clock-frequency = <25000000>;     
 19                 clock-output-names = "refclk";    
 20         };                                        
 21                                                   
 22         /* external reference clock for cpu. f    
 23         clk_sysbypck: clk_sysbypck {              
 24                 compatible = "fixed-clock";       
 25                 #clock-cells = <0>;               
 26                 clock-frequency = <800000000>;    
 27                 clock-output-names = "sysbypck    
 28         };                                        
 29                                                   
 30         /* external reference clock for MC. fl    
 31         clk_mcbypck: clk_mcbypck {                
 32                 compatible = "fixed-clock";       
 33                 #clock-cells = <0>;               
 34                 clock-frequency = <800000000>;    
 35                 clock-output-names = "mcbypck"    
 36         };                                        
 37                                                   
 38          /* external clock signal rg1refck, su    
 39         clk_rg1refck: clk_rg1refck {              
 40                 compatible = "fixed-clock";       
 41                 #clock-cells = <0>;               
 42                 clock-frequency = <125000000>;    
 43                 clock-output-names = "clk_rg1r    
 44         };                                        
 45                                                   
 46          /* external clock signal rg2refck, su    
 47         clk_rg2refck: clk_rg2refck {              
 48                 compatible = "fixed-clock";       
 49                 #clock-cells = <0>;               
 50                 clock-frequency = <125000000>;    
 51                 clock-output-names = "clk_rg2r    
 52         };                                        
 53                                                   
 54         clk_xin: clk_xin {                        
 55                 compatible = "fixed-clock";       
 56                 #clock-cells = <0>;               
 57                 clock-frequency = <50000000>;     
 58                 clock-output-names = "clk_xin"    
 59         };                                        
 60                                                   
 61         soc {                                     
 62                 #address-cells = <1>;             
 63                 #size-cells = <1>;                
 64                 compatible = "simple-bus";        
 65                 interrupt-parent = <&gic>;        
 66                 ranges = <0x0 0xf0000000 0x009    
 67                                                   
 68                 scu: scu@3fe000 {                 
 69                         compatible = "arm,cort    
 70                         reg = <0x3fe000 0x1000    
 71                 };                                
 72                                                   
 73                 l2: cache-controller@3fc000 {     
 74                         compatible = "arm,pl31    
 75                         reg = <0x3fc000 0x1000    
 76                         interrupts = <GIC_SPI     
 77                         cache-unified;            
 78                         cache-level = <2>;        
 79                         clocks = <&clk NPCM7XX    
 80                         arm,shared-override;      
 81                 };                                
 82                                                   
 83                 gic: interrupt-controller@3ff0    
 84                         compatible = "arm,cort    
 85                         interrupt-controller;     
 86                         #interrupt-cells = <3>    
 87                         reg = <0x3ff000 0x1000    
 88                                 <0x3fe100 0x10    
 89                 };                                
 90                                                   
 91                 gcr: gcr@800000 {                 
 92                         compatible = "nuvoton,    
 93                         reg = <0x800000 0x1000    
 94                 };                                
 95                                                   
 96                 rst: rst@801000 {                 
 97                         compatible = "nuvoton,    
 98                         reg = <0x801000 0x6C>;    
 99                 };                                
100         };                                        
101                                                   
102         ahb {                                     
103                 #address-cells = <1>;             
104                 #size-cells = <1>;                
105                 compatible = "simple-bus";        
106                 interrupt-parent = <&gic>;        
107                 ranges;                           
108                                                   
109                 rstc: rstc@f0801000 {             
110                         compatible = "nuvoton,    
111                         reg = <0xf0801000 0x70    
112                         #reset-cells = <2>;       
113                         nuvoton,sysgcr = <&gcr    
114                 };                                
115                                                   
116                 clk: clock-controller@f0801000    
117                         compatible = "nuvoton,    
118                         #clock-cells = <1>;       
119                         clock-controller;         
120                         reg = <0xf0801000 0x10    
121                         clock-names = "refclk"    
122                         clocks = <&clk_refclk>    
123                 };                                
124                                                   
125                 gmac0: eth@f0802000 {             
126                         device_type = "network    
127                         compatible = "snps,dwm    
128                         reg = <0xf0802000 0x20    
129                         interrupts = <GIC_SPI     
130                         interrupt-names = "mac    
131                         ethernet = <0>;           
132                         clocks = <&clk_rg1refc    
133                         clock-names = "stmmace    
134                         pinctrl-names = "defau    
135                         pinctrl-0 = <&rg1_pins    
136                                         &rg1md    
137                         status = "disabled";      
138                 };                                
139                                                   
140                 ehci1: usb@f0806000 {             
141                         compatible = "nuvoton,    
142                         reg = <0xf0806000 0x10    
143                         interrupts = <GIC_SPI     
144                         status = "disabled";      
145                 };                                
146                                                   
147                 fiu0: spi@fb000000 {              
148                         compatible = "nuvoton,    
149                         #address-cells = <1>;     
150                         #size-cells = <0>;        
151                         reg = <0xfb000000 0x10    
152                         reg-names = "control",    
153                         clocks = <&clk NPCM7XX    
154                         clock-names = "clk_spi    
155                         status = "disabled";      
156                 };                                
157                                                   
158                 fiu3: spi@c0000000 {              
159                         compatible = "nuvoton,    
160                         #address-cells = <1>;     
161                         #size-cells = <0>;        
162                         reg = <0xc0000000 0x10    
163                         reg-names = "control",    
164                         clocks = <&clk NPCM7XX    
165                         clock-names = "clk_spi    
166                         pinctrl-names = "defau    
167                         pinctrl-0 = <&spi3_pin    
168                         status = "disabled";      
169                 };                                
170                                                   
171                 fiux: spi@fb001000 {              
172                         compatible = "nuvoton,    
173                         #address-cells = <1>;     
174                         #size-cells = <0>;        
175                         reg = <0xfb001000 0x10    
176                         reg-names = "control",    
177                         clocks = <&clk NPCM7XX    
178                         clock-names = "clk_spi    
179                         status = "disabled";      
180                 };                                
181                                                   
182                 apb {                             
183                         #address-cells = <1>;     
184                         #size-cells = <1>;        
185                         compatible = "simple-b    
186                         interrupt-parent = <&g    
187                         ranges = <0x0 0xf00000    
188                                                   
189                         lpc_kcs: lpc_kcs@7000     
190                                 compatible = "    
191                                 reg = <0x7000     
192                                 reg-io-width =    
193                                                   
194                                 #address-cells    
195                                 #size-cells =     
196                                 ranges = <0x0     
197                                                   
198                                 kcs1: kcs1@0 {    
199                                         compat    
200                                         reg =     
201                                         interr    
202                                         kcs_ch    
203                                         status    
204                                 };                
205                                                   
206                                 kcs2: kcs2@0 {    
207                                         compat    
208                                         reg =     
209                                         interr    
210                                         kcs_ch    
211                                         status    
212                                 };                
213                                                   
214                                 kcs3: kcs3@0 {    
215                                         compat    
216                                         reg =     
217                                         interr    
218                                         kcs_ch    
219                                         status    
220                                 };                
221                         };                        
222                                                   
223                         peci: peci-controller@    
224                                 compatible = "    
225                                 reg = <0xf0100    
226                                 interrupts = <    
227                                 clocks = <&clk    
228                                 cmd-timeout-ms    
229                                 status = "disa    
230                         };                        
231                                                   
232                         spi0: spi@200000 {        
233                                 compatible = "    
234                                 reg = <0x20000    
235                                 pinctrl-names     
236                                 pinctrl-0 = <&    
237                                 #address-cells    
238                                 #size-cells =     
239                                 interrupts = <    
240                                 clocks = <&clk    
241                                 clock-names =     
242                                 resets = <&rst    
243                                 status = "disa    
244                         };                        
245                                                   
246                         spi1: spi@201000 {        
247                                 compatible = "    
248                                 reg = <0x20100    
249                                 pinctrl-names     
250                                 pinctrl-0 = <&    
251                                 #address-cells    
252                                 #size-cells =     
253                                 interrupts = <    
254                                 clocks = <&clk    
255                                 clock-names =     
256                                 resets = <&rst    
257                                 status = "disa    
258                         };                        
259                                                   
260                         timer0: timer@8000 {      
261                                 compatible = "    
262                                 interrupts = <    
263                                 reg = <0x8000     
264                                 clocks = <&clk    
265                         };                        
266                                                   
267                         watchdog0: watchdog@80    
268                                 compatible = "    
269                                 interrupts = <    
270                                 reg = <0x801C     
271                                 status = "disa    
272                                 clocks = <&clk    
273                         };                        
274                                                   
275                         watchdog1: watchdog@90    
276                                 compatible = "    
277                                 interrupts = <    
278                                 reg = <0x901C     
279                                 status = "disa    
280                                 clocks = <&clk    
281                         };                        
282                                                   
283                         watchdog2: watchdog@a0    
284                                 compatible = "    
285                                 interrupts = <    
286                                 reg = <0xa01C     
287                                 status = "disa    
288                                 clocks = <&clk    
289                         };                        
290                                                   
291                         serial0: serial@1000 {    
292                                 compatible = "    
293                                 reg = <0x1000     
294                                 clocks = <&clk    
295                                 interrupts = <    
296                                 reg-shift = <2    
297                                 status = "disa    
298                         };                        
299                                                   
300                         serial1: serial@2000 {    
301                                 compatible = "    
302                                 reg = <0x2000     
303                                 clocks = <&clk    
304                                 interrupts = <    
305                                 reg-shift = <2    
306                                 status = "disa    
307                         };                        
308                                                   
309                         serial2: serial@3000 {    
310                                 compatible = "    
311                                 reg = <0x3000     
312                                 clocks = <&clk    
313                                 interrupts = <    
314                                 reg-shift = <2    
315                                 status = "disa    
316                         };                        
317                                                   
318                         serial3: serial@4000 {    
319                                 compatible = "    
320                                 reg = <0x4000     
321                                 clocks = <&clk    
322                                 interrupts = <    
323                                 reg-shift = <2    
324                                 status = "disa    
325                         };                        
326                                                   
327                         rng: rng@b000 {           
328                                 compatible = "    
329                                 reg = <0xb000     
330                                 status = "disa    
331                         };                        
332                                                   
333                         adc: adc@c000 {           
334                                 compatible = "    
335                                 reg = <0xc000     
336                                 interrupts = <    
337                                 clocks = <&clk    
338                                 resets = <&rst    
339                                 status = "disa    
340                         };                        
341                                                   
342                         pwm_fan: pwm-fan-contr    
343                                 #address-cells    
344                                 #size-cells =     
345                                 compatible = "    
346                                 reg = <0x10300    
347                                 reg-names = "p    
348                                 clocks = <&clk    
349                                         <&clk     
350                                 clock-names =     
351                                 interrupts = <    
352                                                   
353                                                   
354                                                   
355                                                   
356                                                   
357                                                   
358                                                   
359                                 pinctrl-names     
360                                 pinctrl-0 = <&    
361                                                   
362                                                   
363                                                   
364                                                   
365                                                   
366                                                   
367                                                   
368                                                   
369                                                   
370                                                   
371                                                   
372                                 status = "disa    
373                         };                        
374                                                   
375                         i2c0: i2c@80000 {         
376                                 reg = <0x80000    
377                                 compatible = "    
378                                 #address-cells    
379                                 #size-cells =     
380                                 clocks = <&clk    
381                                 interrupts = <    
382                                 pinctrl-names     
383                                 pinctrl-0 = <&    
384                                 status = "disa    
385                         };                        
386                                                   
387                         i2c1: i2c@81000 {         
388                                 reg = <0x81000    
389                                 compatible = "    
390                                 #address-cells    
391                                 #size-cells =     
392                                 clocks = <&clk    
393                                 interrupts = <    
394                                 pinctrl-names     
395                                 pinctrl-0 = <&    
396                                 status = "disa    
397                         };                        
398                                                   
399                         i2c2: i2c@82000 {         
400                                 reg = <0x82000    
401                                 compatible = "    
402                                 #address-cells    
403                                 #size-cells =     
404                                 clocks = <&clk    
405                                 interrupts = <    
406                                 pinctrl-names     
407                                 pinctrl-0 = <&    
408                                 status = "disa    
409                         };                        
410                                                   
411                         i2c3: i2c@83000 {         
412                                 reg = <0x83000    
413                                 compatible = "    
414                                 #address-cells    
415                                 #size-cells =     
416                                 clocks = <&clk    
417                                 interrupts = <    
418                                 pinctrl-names     
419                                 pinctrl-0 = <&    
420                                 status = "disa    
421                         };                        
422                                                   
423                         i2c4: i2c@84000 {         
424                                 reg = <0x84000    
425                                 compatible = "    
426                                 #address-cells    
427                                 #size-cells =     
428                                 clocks = <&clk    
429                                 interrupts = <    
430                                 pinctrl-names     
431                                 pinctrl-0 = <&    
432                                 status = "disa    
433                         };                        
434                                                   
435                         i2c5: i2c@85000 {         
436                                 reg = <0x85000    
437                                 compatible = "    
438                                 #address-cells    
439                                 #size-cells =     
440                                 clocks = <&clk    
441                                 interrupts = <    
442                                 pinctrl-names     
443                                 pinctrl-0 = <&    
444                                 status = "disa    
445                         };                        
446                                                   
447                         i2c6: i2c@86000 {         
448                                 reg = <0x86000    
449                                 compatible = "    
450                                 #address-cells    
451                                 #size-cells =     
452                                 clocks = <&clk    
453                                 interrupts = <    
454                                 pinctrl-names     
455                                 pinctrl-0 = <&    
456                                 status = "disa    
457                         };                        
458                                                   
459                         i2c7: i2c@87000 {         
460                                 reg = <0x87000    
461                                 compatible = "    
462                                 #address-cells    
463                                 #size-cells =     
464                                 clocks = <&clk    
465                                 interrupts = <    
466                                 pinctrl-names     
467                                 pinctrl-0 = <&    
468                                 status = "disa    
469                         };                        
470                                                   
471                         i2c8: i2c@88000 {         
472                                 reg = <0x88000    
473                                 compatible = "    
474                                 #address-cells    
475                                 #size-cells =     
476                                 clocks = <&clk    
477                                 interrupts = <    
478                                 pinctrl-names     
479                                 pinctrl-0 = <&    
480                                 status = "disa    
481                         };                        
482                                                   
483                         i2c9: i2c@89000 {         
484                                 reg = <0x89000    
485                                 compatible = "    
486                                 #address-cells    
487                                 #size-cells =     
488                                 clocks = <&clk    
489                                 interrupts = <    
490                                 pinctrl-names     
491                                 pinctrl-0 = <&    
492                                 status = "disa    
493                         };                        
494                                                   
495                         i2c10: i2c@8a000 {        
496                                 reg = <0x8a000    
497                                 compatible = "    
498                                 #address-cells    
499                                 #size-cells =     
500                                 clocks = <&clk    
501                                 interrupts = <    
502                                 pinctrl-names     
503                                 pinctrl-0 = <&    
504                                 status = "disa    
505                         };                        
506                                                   
507                         i2c11: i2c@8b000 {        
508                                 reg = <0x8b000    
509                                 compatible = "    
510                                 #address-cells    
511                                 #size-cells =     
512                                 clocks = <&clk    
513                                 interrupts = <    
514                                 pinctrl-names     
515                                 pinctrl-0 = <&    
516                                 status = "disa    
517                         };                        
518                                                   
519                         i2c12: i2c@8c000 {        
520                                 reg = <0x8c000    
521                                 compatible = "    
522                                 #address-cells    
523                                 #size-cells =     
524                                 clocks = <&clk    
525                                 interrupts = <    
526                                 pinctrl-names     
527                                 pinctrl-0 = <&    
528                                 status = "disa    
529                         };                        
530                                                   
531                         i2c13: i2c@8d000 {        
532                                 reg = <0x8d000    
533                                 compatible = "    
534                                 #address-cells    
535                                 #size-cells =     
536                                 clocks = <&clk    
537                                 interrupts = <    
538                                 pinctrl-names     
539                                 pinctrl-0 = <&    
540                                 status = "disa    
541                         };                        
542                                                   
543                         i2c14: i2c@8e000 {        
544                                 reg = <0x8e000    
545                                 compatible = "    
546                                 #address-cells    
547                                 #size-cells =     
548                                 clocks = <&clk    
549                                 interrupts = <    
550                                 pinctrl-names     
551                                 pinctrl-0 = <&    
552                                 status = "disa    
553                         };                        
554                                                   
555                         i2c15: i2c@8f000 {        
556                                 reg = <0x8f000    
557                                 compatible = "    
558                                 #address-cells    
559                                 #size-cells =     
560                                 clocks = <&clk    
561                                 interrupts = <    
562                                 pinctrl-names     
563                                 pinctrl-0 = <&    
564                                 status = "disa    
565                         };                        
566                 };                                
567         };                                        
568                                                   
569         pinctrl: pinctrl@f0800000 {               
570                 #address-cells = <1>;             
571                 #size-cells = <1>;                
572                 compatible = "nuvoton,npcm750-    
573                 ranges = <0 0xf0010000 0x8000>    
574                 gpio0: gpio@f0010000 {            
575                         gpio-controller;          
576                         #gpio-cells = <2>;        
577                         reg = <0x0 0x80>;         
578                         interrupts = <GIC_SPI     
579                         gpio-ranges = <&pinctr    
580                 };                                
581                 gpio1: gpio@f0011000 {            
582                         gpio-controller;          
583                         #gpio-cells = <2>;        
584                         reg = <0x1000 0x80>;      
585                         interrupts = <GIC_SPI     
586                         gpio-ranges = <&pinctr    
587                 };                                
588                 gpio2: gpio@f0012000 {            
589                         gpio-controller;          
590                         #gpio-cells = <2>;        
591                         reg = <0x2000 0x80>;      
592                         interrupts = <GIC_SPI     
593                         gpio-ranges = <&pinctr    
594                 };                                
595                 gpio3: gpio@f0013000 {            
596                         gpio-controller;          
597                         #gpio-cells = <2>;        
598                         reg = <0x3000 0x80>;      
599                         interrupts = <GIC_SPI     
600                         gpio-ranges = <&pinctr    
601                 };                                
602                 gpio4: gpio@f0014000 {            
603                         gpio-controller;          
604                         #gpio-cells = <2>;        
605                         reg = <0x4000 0x80>;      
606                         interrupts = <GIC_SPI     
607                         gpio-ranges = <&pinctr    
608                 };                                
609                 gpio5: gpio@f0015000 {            
610                         gpio-controller;          
611                         #gpio-cells = <2>;        
612                         reg = <0x5000 0x80>;      
613                         interrupts = <GIC_SPI     
614                         gpio-ranges = <&pinctr    
615                 };                                
616                 gpio6: gpio@f0016000 {            
617                         gpio-controller;          
618                         #gpio-cells = <2>;        
619                         reg = <0x6000 0x80>;      
620                         interrupts = <GIC_SPI     
621                         gpio-ranges = <&pinctr    
622                 };                                
623                 gpio7: gpio@f0017000 {            
624                         gpio-controller;          
625                         #gpio-cells = <2>;        
626                         reg = <0x7000 0x80>;      
627                         interrupts = <GIC_SPI     
628                         gpio-ranges = <&pinctr    
629                 };                                
630                                                   
631                 iox1_pins: iox1-pins {            
632                         groups = "iox1";          
633                         function = "iox1";        
634                 };                                
635                 iox2_pins: iox2-pins {            
636                         groups = "iox2";          
637                         function = "iox2";        
638                 };                                
639                 smb1d_pins: smb1d-pins {          
640                         groups = "smb1d";         
641                         function = "smb1d";       
642                 };                                
643                 smb2d_pins: smb2d-pins {          
644                         groups = "smb2d";         
645                         function = "smb2d";       
646                 };                                
647                 lkgpo1_pins: lkgpo1-pins {        
648                         groups = "lkgpo1";        
649                         function = "lkgpo1";      
650                 };                                
651                 lkgpo2_pins: lkgpo2-pins {        
652                         groups = "lkgpo2";        
653                         function = "lkgpo2";      
654                 };                                
655                 ioxh_pins: ioxh-pins {            
656                         groups = "ioxh";          
657                         function = "ioxh";        
658                 };                                
659                 gspi_pins: gspi-pins {            
660                         groups = "gspi";          
661                         function = "gspi";        
662                 };                                
663                 smb5b_pins: smb5b-pins {          
664                         groups = "smb5b";         
665                         function = "smb5b";       
666                 };                                
667                 smb5c_pins: smb5c-pins {          
668                         groups = "smb5c";         
669                         function = "smb5c";       
670                 };                                
671                 lkgpo0_pins: lkgpo0-pins {        
672                         groups = "lkgpo0";        
673                         function = "lkgpo0";      
674                 };                                
675                 pspi2_pins: pspi2-pins {          
676                         groups = "pspi2";         
677                         function = "pspi2";       
678                 };                                
679                 smb4den_pins: smb4den-pins {      
680                         groups = "smb4den";       
681                         function = "smb4den";     
682                 };                                
683                 smb4b_pins: smb4b-pins {          
684                         groups = "smb4b";         
685                         function = "smb4b";       
686                 };                                
687                 smb4c_pins: smb4c-pins {          
688                         groups = "smb4c";         
689                         function = "smb4c";       
690                 };                                
691                 smb15_pins: smb15-pins {          
692                         groups = "smb15";         
693                         function = "smb15";       
694                 };                                
695                 smb4d_pins: smb4d-pins {          
696                         groups = "smb4d";         
697                         function = "smb4d";       
698                 };                                
699                 smb14_pins: smb14-pins {          
700                         groups = "smb14";         
701                         function = "smb14";       
702                 };                                
703                 smb5_pins: smb5-pins {            
704                         groups = "smb5";          
705                         function = "smb5";        
706                 };                                
707                 smb4_pins: smb4-pins {            
708                         groups = "smb4";          
709                         function = "smb4";        
710                 };                                
711                 smb3_pins: smb3-pins {            
712                         groups = "smb3";          
713                         function = "smb3";        
714                 };                                
715                 spi0cs1_pins: spi0cs1-pins {      
716                         groups = "spi0cs1";       
717                         function = "spi0cs1";     
718                 };                                
719                 spi0cs2_pins: spi0cs2-pins {      
720                         groups = "spi0cs2";       
721                         function = "spi0cs2";     
722                 };                                
723                 spi0cs3_pins: spi0cs3-pins {      
724                         groups = "spi0cs3";       
725                         function = "spi0cs3";     
726                 };                                
727                 smb3c_pins: smb3c-pins {          
728                         groups = "smb3c";         
729                         function = "smb3c";       
730                 };                                
731                 smb3b_pins: smb3b-pins {          
732                         groups = "smb3b";         
733                         function = "smb3b";       
734                 };                                
735                 bmcuart0a_pins: bmcuart0a-pins    
736                         groups = "bmcuart0a";     
737                         function = "bmcuart0a"    
738                 };                                
739                 uart1_pins: uart1-pins {          
740                         groups = "uart1";         
741                         function = "uart1";       
742                 };                                
743                 jtag2_pins: jtag2-pins {          
744                         groups = "jtag2";         
745                         function = "jtag2";       
746                 };                                
747                 bmcuart1_pins: bmcuart1-pins {    
748                         groups = "bmcuart1";      
749                         function = "bmcuart1";    
750                 };                                
751                 uart2_pins: uart2-pins {          
752                         groups = "uart2";         
753                         function = "uart2";       
754                 };                                
755                 bmcuart0b_pins: bmcuart0b-pins    
756                         groups = "bmcuart0b";     
757                         function = "bmcuart0b"    
758                 };                                
759                 r1err_pins: r1err-pins {          
760                         groups = "r1err";         
761                         function = "r1err";       
762                 };                                
763                 r1md_pins: r1md-pins {            
764                         groups = "r1md";          
765                         function = "r1md";        
766                 };                                
767                 smb3d_pins: smb3d-pins {          
768                         groups = "smb3d";         
769                         function = "smb3d";       
770                 };                                
771                 fanin0_pins: fanin0-pins {        
772                         groups = "fanin0";        
773                         function = "fanin0";      
774                 };                                
775                 fanin1_pins: fanin1-pins {        
776                         groups = "fanin1";        
777                         function = "fanin1";      
778                 };                                
779                 fanin2_pins: fanin2-pins {        
780                         groups = "fanin2";        
781                         function = "fanin2";      
782                 };                                
783                 fanin3_pins: fanin3-pins {        
784                         groups = "fanin3";        
785                         function = "fanin3";      
786                 };                                
787                 fanin4_pins: fanin4-pins {        
788                         groups = "fanin4";        
789                         function = "fanin4";      
790                 };                                
791                 fanin5_pins: fanin5-pins {        
792                         groups = "fanin5";        
793                         function = "fanin5";      
794                 };                                
795                 fanin6_pins: fanin6-pins {        
796                         groups = "fanin6";        
797                         function = "fanin6";      
798                 };                                
799                 fanin7_pins: fanin7-pins {        
800                         groups = "fanin7";        
801                         function = "fanin7";      
802                 };                                
803                 fanin8_pins: fanin8-pins {        
804                         groups = "fanin8";        
805                         function = "fanin8";      
806                 };                                
807                 fanin9_pins: fanin9-pins {        
808                         groups = "fanin9";        
809                         function = "fanin9";      
810                 };                                
811                 fanin10_pins: fanin10-pins {      
812                         groups = "fanin10";       
813                         function = "fanin10";     
814                 };                                
815                 fanin11_pins: fanin11-pins {      
816                         groups = "fanin11";       
817                         function = "fanin11";     
818                 };                                
819                 fanin12_pins: fanin12-pins {      
820                         groups = "fanin12";       
821                         function = "fanin12";     
822                 };                                
823                 fanin13_pins: fanin13-pins {      
824                         groups = "fanin13";       
825                         function = "fanin13";     
826                 };                                
827                 fanin14_pins: fanin14-pins {      
828                         groups = "fanin14";       
829                         function = "fanin14";     
830                 };                                
831                 fanin15_pins: fanin15-pins {      
832                         groups = "fanin15";       
833                         function = "fanin15";     
834                 };                                
835                 pwm0_pins: pwm0-pins {            
836                         groups = "pwm0";          
837                         function = "pwm0";        
838                 };                                
839                 pwm1_pins: pwm1-pins {            
840                         groups = "pwm1";          
841                         function = "pwm1";        
842                 };                                
843                 pwm2_pins: pwm2-pins {            
844                         groups = "pwm2";          
845                         function = "pwm2";        
846                 };                                
847                 pwm3_pins: pwm3-pins {            
848                         groups = "pwm3";          
849                         function = "pwm3";        
850                 };                                
851                 r2_pins: r2-pins {                
852                         groups = "r2";            
853                         function = "r2";          
854                 };                                
855                 r2err_pins: r2err-pins {          
856                         groups = "r2err";         
857                         function = "r2err";       
858                 };                                
859                 r2md_pins: r2md-pins {            
860                         groups = "r2md";          
861                         function = "r2md";        
862                 };                                
863                 ga20kbc_pins: ga20kbc-pins {      
864                         groups = "ga20kbc";       
865                         function = "ga20kbc";     
866                 };                                
867                 smb5d_pins: smb5d-pins {          
868                         groups = "smb5d";         
869                         function = "smb5d";       
870                 };                                
871                 lpc_pins: lpc-pins {              
872                         groups = "lpc";           
873                         function = "lpc";         
874                 };                                
875                 espi_pins: espi-pins {            
876                         groups = "espi";          
877                         function = "espi";        
878                 };                                
879                 rg1_pins: rg1-pins {              
880                         groups = "rg1";           
881                         function = "rg1";         
882                 };                                
883                 rg1mdio_pins: rg1mdio-pins {      
884                         groups = "rg1mdio";       
885                         function = "rg1mdio";     
886                 };                                
887                 rg2_pins: rg2-pins {              
888                         groups = "rg2";           
889                         function = "rg2";         
890                 };                                
891                 ddr_pins: ddr-pins {              
892                         groups = "ddr";           
893                         function = "ddr";         
894                 };                                
895                 smb0_pins: smb0-pins {            
896                         groups = "smb0";          
897                         function = "smb0";        
898                 };                                
899                 smb1_pins: smb1-pins {            
900                         groups = "smb1";          
901                         function = "smb1";        
902                 };                                
903                 smb2_pins: smb2-pins {            
904                         groups = "smb2";          
905                         function = "smb2";        
906                 };                                
907                 smb2c_pins: smb2c-pins {          
908                         groups = "smb2c";         
909                         function = "smb2c";       
910                 };                                
911                 smb2b_pins: smb2b-pins {          
912                         groups = "smb2b";         
913                         function = "smb2b";       
914                 };                                
915                 smb1c_pins: smb1c-pins {          
916                         groups = "smb1c";         
917                         function = "smb1c";       
918                 };                                
919                 smb1b_pins: smb1b-pins {          
920                         groups = "smb1b";         
921                         function = "smb1b";       
922                 };                                
923                 smb8_pins: smb8-pins {            
924                         groups = "smb8";          
925                         function = "smb8";        
926                 };                                
927                 smb9_pins: smb9-pins {            
928                         groups = "smb9";          
929                         function = "smb9";        
930                 };                                
931                 smb10_pins: smb10-pins {          
932                         groups = "smb10";         
933                         function = "smb10";       
934                 };                                
935                 smb11_pins: smb11-pins {          
936                         groups = "smb11";         
937                         function = "smb11";       
938                 };                                
939                 sd1_pins: sd1-pins {              
940                         groups = "sd1";           
941                         function = "sd1";         
942                 };                                
943                 sd1pwr_pins: sd1pwr-pins {        
944                         groups = "sd1pwr";        
945                         function = "sd1pwr";      
946                 };                                
947                 pwm4_pins: pwm4-pins {            
948                         groups = "pwm4";          
949                         function = "pwm4";        
950                 };                                
951                 pwm5_pins: pwm5-pins {            
952                         groups = "pwm5";          
953                         function = "pwm5";        
954                 };                                
955                 pwm6_pins: pwm6-pins {            
956                         groups = "pwm6";          
957                         function = "pwm6";        
958                 };                                
959                 pwm7_pins: pwm7-pins {            
960                         groups = "pwm7";          
961                         function = "pwm7";        
962                 };                                
963                 mmc8_pins: mmc8-pins {            
964                         groups = "mmc8";          
965                         function = "mmc8";        
966                 };                                
967                 mmc_pins: mmc-pins {              
968                         groups = "mmc";           
969                         function = "mmc";         
970                 };                                
971                 mmcwp_pins: mmcwp-pins {          
972                         groups = "mmcwp";         
973                         function = "mmcwp";       
974                 };                                
975                 mmccd_pins: mmccd-pins {          
976                         groups = "mmccd";         
977                         function = "mmccd";       
978                 };                                
979                 mmcrst_pins: mmcrst-pins {        
980                         groups = "mmcrst";        
981                         function = "mmcrst";      
982                 };                                
983                 clkout_pins: clkout-pins {        
984                         groups = "clkout";        
985                         function = "clkout";      
986                 };                                
987                 serirq_pins: serirq-pins {        
988                         groups = "serirq";        
989                         function = "serirq";      
990                 };                                
991                 lpcclk_pins: lpcclk-pins {        
992                         groups = "lpcclk";        
993                         function = "lpcclk";      
994                 };                                
995                 scipme_pins: scipme-pins {        
996                         groups = "scipme";        
997                         function = "scipme";      
998                 };                                
999                 sci_pins: sci-pins {              
1000                         groups = "sci";          
1001                         function = "sci";        
1002                 };                               
1003                 smb6_pins: smb6-pins {           
1004                         groups = "smb6";         
1005                         function = "smb6";       
1006                 };                               
1007                 smb7_pins: smb7-pins {           
1008                         groups = "smb7";         
1009                         function = "smb7";       
1010                 };                               
1011                 pspi1_pins: pspi1-pins {         
1012                         groups = "pspi1";        
1013                         function = "pspi1";      
1014                 };                               
1015                 faninx_pins: faninx-pins {       
1016                         groups = "faninx";       
1017                         function = "faninx";     
1018                 };                               
1019                 r1_pins: r1-pins {               
1020                         groups = "r1";           
1021                         function = "r1";         
1022                 };                               
1023                 spi3_pins: spi3-pins {           
1024                         groups = "spi3";         
1025                         function = "spi3";       
1026                 };                               
1027                 spi3cs1_pins: spi3cs1-pins {     
1028                         groups = "spi3cs1";      
1029                         function = "spi3cs1";    
1030                 };                               
1031                 spi3quad_pins: spi3quad-pins     
1032                         groups = "spi3quad";     
1033                         function = "spi3quad"    
1034                 };                               
1035                 spi3cs2_pins: spi3cs2-pins {     
1036                         groups = "spi3cs2";      
1037                         function = "spi3cs2";    
1038                 };                               
1039                 spi3cs3_pins: spi3cs3-pins {     
1040                         groups = "spi3cs3";      
1041                         function = "spi3cs3";    
1042                 };                               
1043                 nprd_smi_pins: nprd-smi-pins     
1044                         groups = "nprd_smi";     
1045                         function = "nprd_smi"    
1046                 };                               
1047                 smb0b_pins: smb0b-pins {         
1048                         groups = "smb0b";        
1049                         function = "smb0b";      
1050                 };                               
1051                 smb0c_pins: smb0c-pins {         
1052                         groups = "smb0c";        
1053                         function = "smb0c";      
1054                 };                               
1055                 smb0den_pins: smb0den-pins {     
1056                         groups = "smb0den";      
1057                         function = "smb0den";    
1058                 };                               
1059                 smb0d_pins: smb0d-pins {         
1060                         groups = "smb0d";        
1061                         function = "smb0d";      
1062                 };                               
1063                 ddc_pins: ddc-pins {             
1064                         groups = "ddc";          
1065                         function = "ddc";        
1066                 };                               
1067                 rg2mdio_pins: rg2mdio-pins {     
1068                         groups = "rg2mdio";      
1069                         function = "rg2mdio";    
1070                 };                               
1071                 wdog1_pins: wdog1-pins {         
1072                         groups = "wdog1";        
1073                         function = "wdog1";      
1074                 };                               
1075                 wdog2_pins: wdog2-pins {         
1076                         groups = "wdog2";        
1077                         function = "wdog2";      
1078                 };                               
1079                 smb12_pins: smb12-pins {         
1080                         groups = "smb12";        
1081                         function = "smb12";      
1082                 };                               
1083                 smb13_pins: smb13-pins {         
1084                         groups = "smb13";        
1085                         function = "smb13";      
1086                 };                               
1087                 spix_pins: spix-pins {           
1088                         groups = "spix";         
1089                         function = "spix";       
1090                 };                               
1091                 spixcs1_pins: spixcs1-pins {     
1092                         groups = "spixcs1";      
1093                         function = "spixcs1";    
1094                 };                               
1095                 clkreq_pins: clkreq-pins {       
1096                         groups = "clkreq";       
1097                         function = "clkreq";     
1098                 };                               
1099                 hgpio0_pins: hgpio0-pins {       
1100                         groups = "hgpio0";       
1101                         function = "hgpio0";     
1102                 };                               
1103                 hgpio1_pins: hgpio1-pins {       
1104                         groups = "hgpio1";       
1105                         function = "hgpio1";     
1106                 };                               
1107                 hgpio2_pins: hgpio2-pins {       
1108                         groups = "hgpio2";       
1109                         function = "hgpio2";     
1110                 };                               
1111                 hgpio3_pins: hgpio3-pins {       
1112                         groups = "hgpio3";       
1113                         function = "hgpio3";     
1114                 };                               
1115                 hgpio4_pins: hgpio4-pins {       
1116                         groups = "hgpio4";       
1117                         function = "hgpio4";     
1118                 };                               
1119                 hgpio5_pins: hgpio5-pins {       
1120                         groups = "hgpio5";       
1121                         function = "hgpio5";     
1122                 };                               
1123                 hgpio6_pins: hgpio6-pins {       
1124                         groups = "hgpio6";       
1125                         function = "hgpio6";     
1126                 };                               
1127                 hgpio7_pins: hgpio7-pins {       
1128                         groups = "hgpio7";       
1129                         function = "hgpio7";     
1130                 };                               
1131         };                                       
1132 };                                               
                                                      

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