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

TOMOYO Linux Cross Reference
Linux/arch/mips/boot/dts/ingenic/ci20.dts

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 /arch/mips/boot/dts/ingenic/ci20.dts (Version linux-6.12-rc7) and /arch/i386/boot/dts/ingenic/ci20.dts (Version linux-6.9.12)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /dts-v1/;                                         
  3                                                   
  4 #include "jz4780.dtsi"                            
  5 #include <dt-bindings/clock/ingenic,tcu.h>        
  6 #include <dt-bindings/gpio/gpio.h>                
  7 #include <dt-bindings/input/input.h>              
  8 #include <dt-bindings/interrupt-controller/irq    
  9 #include <dt-bindings/regulator/active-semi,88    
 10                                                   
 11 / {                                               
 12         compatible = "img,ci20", "ingenic,jz47    
 13                                                   
 14         aliases {                                 
 15                 serial0 = &uart0;                 
 16                 serial1 = &uart1;                 
 17                 serial3 = &uart3;                 
 18                 serial4 = &uart4;                 
 19         };                                        
 20                                                   
 21         chosen {                                  
 22                 stdout-path = &uart4;             
 23         };                                        
 24                                                   
 25         memory {                                  
 26                 device_type = "memory";           
 27                 reg = <0x0 0x10000000             
 28                        0x30000000 0x30000000>;    
 29         };                                        
 30                                                   
 31         gpio-keys {                               
 32                 compatible = "gpio-keys";         
 33                                                   
 34                 switch {                          
 35                         label = "ci20:sw1";       
 36                         linux,code = <KEY_F13>    
 37                         gpios = <&gpd 17 GPIO_    
 38                         wakeup-source;            
 39                 };                                
 40         };                                        
 41                                                   
 42         leds {                                    
 43                 compatible = "gpio-leds";         
 44                                                   
 45                 led-0 {                           
 46                         label = "ci20:red:led0    
 47                         gpios = <&gpc 3 GPIO_A    
 48                         linux,default-trigger     
 49                 };                                
 50                                                   
 51                 led-1 {                           
 52                         label = "ci20:red:led1    
 53                         gpios = <&gpc 2 GPIO_A    
 54                         linux,default-trigger     
 55                 };                                
 56                                                   
 57                 led-2 {                           
 58                         label = "ci20:red:led2    
 59                         gpios = <&gpc 1 GPIO_A    
 60                         linux,default-trigger     
 61                 };                                
 62                                                   
 63                 led-3 {                           
 64                         label = "ci20:red:led3    
 65                         gpios = <&gpc 0 GPIO_A    
 66                         linux,default-trigger     
 67                 };                                
 68         };                                        
 69                                                   
 70         eth0_power: fixedregulator-0 {            
 71                 compatible = "regulator-fixed"    
 72                                                   
 73                 regulator-name = "eth0_power";    
 74                 regulator-min-microvolt = <330    
 75                 regulator-max-microvolt = <330    
 76                                                   
 77                 gpio = <&gpb 25 0>;               
 78                 enable-active-high;               
 79         };                                        
 80                                                   
 81         hdmi_out: connector {                     
 82                 compatible = "hdmi-connector";    
 83                 label = "HDMI OUT";               
 84                 type = "a";                       
 85                                                   
 86                 ddc-en-gpios = <&gpa 25 GPIO_A    
 87                                                   
 88                 port {                            
 89                         hdmi_con: endpoint {      
 90                                 remote-endpoin    
 91                         };                        
 92                 };                                
 93         };                                        
 94                                                   
 95         ir: ir {                                  
 96                 compatible = "gpio-ir-receiver    
 97                 gpios = <&gpe 3 GPIO_ACTIVE_LO    
 98         };                                        
 99                                                   
100         bt_power: fixedregulator-1 {              
101                 compatible = "regulator-fixed"    
102                                                   
103                 regulator-name = "bt_power";      
104                 regulator-min-microvolt = <330    
105                 regulator-max-microvolt = <330    
106                 regulator-settling-time-us = <    
107                                                   
108                 vin-supply = <&vcc_50>;           
109                                                   
110                 gpio = <&gpb 19 0>;               
111                 enable-active-high;               
112         };                                        
113                                                   
114         otg_power: fixedregulator-2 {             
115                 compatible = "regulator-fixed"    
116                                                   
117                 regulator-name = "otg_power";     
118                 regulator-min-microvolt = <500    
119                 regulator-max-microvolt = <500    
120                                                   
121                 gpio = <&gpf 15 0>;               
122                 enable-active-high;               
123         };                                        
124                                                   
125         wifi_power: fixedregulator-4 {            
126                 compatible = "regulator-fixed"    
127                                                   
128                 regulator-name = "wifi_power";    
129                                                   
130                 /*                                
131                  * Technically it's 5V, the Wi    
132                  * regulators; but the MMC/SD     
133                  * value.                         
134                  */                               
135                 regulator-min-microvolt = <330    
136                 regulator-max-microvolt = <330    
137                 regulator-settling-time-us = <    
138                                                   
139                 vin-supply = <&bt_power>;         
140         };                                        
141                                                   
142         vcc_33v: fixedregulator-5 {               
143                 compatible = "regulator-fixed"    
144                                                   
145                 regulator-name = "vcc_33v";       
146                 regulator-min-microvolt = <330    
147                 regulator-max-microvolt = <330    
148                 regulator-always-on;              
149         };                                        
150                                                   
151         wifi_pwrseq: pwrseq {                     
152                 compatible = "mmc-pwrseq-simpl    
153                 reset-gpios = <&gpf 7 GPIO_ACT    
154                                                   
155                 clocks = <&rtc_dev>;              
156                 clock-names = "ext_clock";        
157         };                                        
158 };                                                
159                                                   
160 &ext {                                            
161         clock-frequency = <48000000>;             
162 };                                                
163                                                   
164 &cgu {                                            
165         /*                                        
166          * Use the 32.768 kHz oscillator as th    
167          * precision.                             
168          */                                       
169         assigned-clocks = <&cgu JZ4780_CLK_OTG    
170                           <&cgu JZ4780_CLK_SSI    
171                           <&cgu JZ4780_CLK_HDM    
172         assigned-clock-parents = <0>, <&cgu JZ    
173                                  <&cgu JZ4780_    
174                                  <&cgu JZ4780_    
175                                  <0>, <&cgu JZ    
176         assigned-clock-rates = <48000000>, <0>    
177 };                                                
178                                                   
179 &tcu {                                            
180         /*                                        
181          * 750 kHz for the system timers and c    
182          * use channel #0 and #1 for the per c    
183          * and use channel #2 for the clocksou    
184          *                                        
185          * 3000 kHz for the OST timer to provi    
186          * precision clocksource.                 
187          */                                       
188         assigned-clocks = <&tcu TCU_CLK_TIMER0    
189                                           <&tc    
190         assigned-clock-rates = <750000>, <7500    
191 };                                                
192                                                   
193 &mmc0 {                                           
194         status = "okay";                          
195                                                   
196         bus-width = <4>;                          
197         max-frequency = <50000000>;               
198                                                   
199         pinctrl-names = "default";                
200         pinctrl-0 = <&pins_mmc0>;                 
201                                                   
202         cd-gpios = <&gpf 20 GPIO_ACTIVE_LOW>;     
203         vmmc-supply = <&vcc_33v>;                 
204         vqmmc-supply = <&vcc_33v>;                
205 };                                                
206                                                   
207 &mmc1 {                                           
208         status = "okay";                          
209                                                   
210         bus-width = <4>;                          
211         max-frequency = <25000000>;               
212         mmc-pwrseq = <&wifi_pwrseq>;              
213         vmmc-supply = <&wifi_power>;              
214         vqmmc-supply = <&wifi_io>;                
215         non-removable;                            
216                                                   
217         pinctrl-names = "default";                
218         pinctrl-0 = <&pins_mmc1>;                 
219                                                   
220         #address-cells = <1>;                     
221         #size-cells = <0>;                        
222                                                   
223         wifi@1 {                                  
224                 compatible = "brcm,bcm4329-fma    
225                 reg = <1>;                        
226                                                   
227                 interrupt-parent = <&gpd>;        
228                 interrupts = <9 IRQ_TYPE_EDGE_    
229                 interrupt-names = "host-wake";    
230         };                                        
231 };                                                
232                                                   
233 &uart0 {                                          
234         status = "okay";                          
235                                                   
236         pinctrl-names = "default";                
237         pinctrl-0 = <&pins_uart0>;                
238 };                                                
239                                                   
240 &uart1 {                                          
241         status = "okay";                          
242                                                   
243         pinctrl-names = "default";                
244         pinctrl-0 = <&pins_uart1>;                
245 };                                                
246                                                   
247 &uart2 {                                          
248         status = "okay";                          
249                                                   
250         pinctrl-names = "default";                
251         pinctrl-0 = <&pins_uart2>;                
252         uart-has-rtscts;                          
253                                                   
254         bluetooth {                               
255                 compatible = "brcm,bcm4330-bt"    
256                                                   
257                 vbat-supply = <&bt_power>;        
258                 vddio-supply = <&wifi_io>;        
259                                                   
260                 interrupt-parent = <&gpf>;        
261                 interrupts = <6 IRQ_TYPE_EDGE_    
262                 interrupt-names = "host-wakeup    
263                                                   
264                 clocks = <&rtc_dev>;              
265                 clock-names = "lpo";              
266                                                   
267                 reset-gpios = <&gpf 8 GPIO_ACT    
268                 device-wakeup-gpios = <&gpf 5     
269                 shutdown-gpios = <&gpf 4 GPIO_    
270         };                                        
271 };                                                
272                                                   
273 &uart3 {                                          
274         status = "okay";                          
275                                                   
276         pinctrl-names = "default";                
277         pinctrl-0 = <&pins_uart3>;                
278 };                                                
279                                                   
280 &uart4 {                                          
281         status = "okay";                          
282                                                   
283         pinctrl-names = "default";                
284         pinctrl-0 = <&pins_uart4>;                
285 };                                                
286                                                   
287 &i2c0 {                                           
288         status = "okay";                          
289                                                   
290         pinctrl-names = "default";                
291         pinctrl-0 = <&pins_i2c0>;                 
292                                                   
293         clock-frequency = <400000>;               
294                                                   
295         act8600: act8600@5a {                     
296                 compatible = "active-semi,act8    
297                 reg = <0x5a>;                     
298                                                   
299                 regulators {                      
300                         vddcore: DCDC1 {          
301                                 regulator-min-    
302                                 regulator-max-    
303                                 vp1-supply = <    
304                                 regulator-alwa    
305                         };                        
306                         vddmem: DCDC2 {           
307                                 regulator-min-    
308                                 regulator-max-    
309                                 vp2-supply = <    
310                                 regulator-alwa    
311                         };                        
312                         vcc_33: DCDC3 {           
313                                 regulator-min-    
314                                 regulator-max-    
315                                 vp3-supply = <    
316                                 regulator-alwa    
317                         };                        
318                         vcc_50: SUDCDC_REG4 {     
319                                 regulator-min-    
320                                 regulator-max-    
321                                 regulator-alwa    
322                         };                        
323                         vcc_25: LDO5 {            
324                                 regulator-min-    
325                                 regulator-max-    
326                                 inl-supply = <    
327                                 regulator-alwa    
328                         };                        
329                         wifi_io: LDO6 {           
330                                 regulator-min-    
331                                 regulator-max-    
332                                 regulator-sett    
333                                 inl-supply = <    
334                         };                        
335                         cim_io_28: LDO7 {         
336                                 regulator-min-    
337                                 regulator-max-    
338                                 inl-supply = <    
339                         };                        
340                         cim_io_15: LDO8 {         
341                                 regulator-min-    
342                                 regulator-max-    
343                                 inl-supply = <    
344                         };                        
345                         vrtc_18: LDO_REG9 {       
346                                 /* Despite the    
347                                  * for REG9 an    
348                                  * REG9 output    
349                                  * Likely the     
350                                  * factory pro    
351                                  * Since this     
352                                  * exact value    
353                                  */               
354                                 regulator-min-    
355                                 regulator-max-    
356                                 regulator-alwa    
357                         };                        
358                         vcc_11: LDO_REG10 {       
359                                 regulator-min-    
360                                 regulator-max-    
361                                 regulator-alwa    
362                         };                        
363                 };                                
364         };                                        
365 };                                                
366                                                   
367 &i2c1 {                                           
368         status = "okay";                          
369                                                   
370         pinctrl-names = "default";                
371         pinctrl-0 = <&pins_i2c1>;                 
372                                                   
373 };                                                
374                                                   
375 &i2c2 {                                           
376         status = "okay";                          
377                                                   
378         pinctrl-names = "default";                
379         pinctrl-0 = <&pins_i2c2>;                 
380                                                   
381 };                                                
382                                                   
383 &i2c3 {                                           
384         status = "okay";                          
385                                                   
386         pinctrl-names = "default";                
387         pinctrl-0 = <&pins_i2c3>;                 
388                                                   
389 };                                                
390                                                   
391 &i2c4 {                                           
392         status = "okay";                          
393                                                   
394         pinctrl-names = "default";                
395         pinctrl-0 = <&pins_i2c4>;                 
396                                                   
397         clock-frequency = <400000>;               
398                                                   
399                 rtc@51 {                          
400                         compatible = "nxp,pcf8    
401                         reg = <0x51>;             
402                                                   
403                         interrupt-parent = <&g    
404                         interrupts = <30 IRQ_T    
405                 };                                
406 };                                                
407                                                   
408 &nemc {                                           
409         status = "okay";                          
410                                                   
411         nandc: nand-controller@1 {                
412                 compatible = "ingenic,jz4780-n    
413                 reg = <1 0 0x1000000>;            
414                                                   
415                 #address-cells = <1>;             
416                 #size-cells = <0>;                
417                                                   
418                 ecc-engine = <&bch>;              
419                                                   
420                 ingenic,nemc-tAS = <10>;          
421                 ingenic,nemc-tAH = <5>;           
422                 ingenic,nemc-tBP = <10>;          
423                 ingenic,nemc-tAW = <15>;          
424                 ingenic,nemc-tSTRV = <100>;       
425                                                   
426                 /*                                
427                  * Only CLE/ALE are needed for    
428                  * than the full address line     
429                  */                               
430                 pinctrl-names = "default";        
431                 pinctrl-0 = <&pins_nemc>;         
432                                                   
433                 nand@1 {                          
434                         reg = <1>;                
435                                                   
436                         nand-ecc-step-size = <    
437                         nand-ecc-strength = <2    
438                         nand-ecc-mode = "hw";     
439                         nand-on-flash-bbt;        
440                                                   
441                         pinctrl-names = "defau    
442                         pinctrl-0 = <&pins_nem    
443                                                   
444                         partitions {              
445                                 compatible = "    
446                                 #address-cells    
447                                 #size-cells =     
448                                                   
449                                 partition@0 {     
450                                         label     
451                                         reg =     
452                                 };                
453                                                   
454                                 partition@8000    
455                                         label     
456                                         reg =     
457                                 };                
458                                                   
459                                 partition@a000    
460                                         label     
461                                         reg =     
462                                 };                
463                                                   
464                                 partition@c000    
465                                         label     
466                                         reg =     
467                                 };                
468                                                   
469                                 partition@4c00    
470                                         label     
471                                         reg =     
472                                 };                
473                         };                        
474                 };                                
475         };                                        
476                                                   
477         dm9000@6 {                                
478                 compatible = "davicom,dm9000";    
479                 davicom,no-eeprom;                
480                                                   
481                 pinctrl-names = "default";        
482                 pinctrl-0 = <&pins_nemc_cs6>;     
483                                                   
484                 reg = <6 0 1>, /* addr */         
485                       <6 2 1>; /* data */         
486                                                   
487                 ingenic,nemc-tAS = <15>;          
488                 ingenic,nemc-tAH = <10>;          
489                 ingenic,nemc-tBP = <20>;          
490                 ingenic,nemc-tAW = <50>;          
491                 ingenic,nemc-tSTRV = <100>;       
492                                                   
493                 reset-gpios = <&gpf 12 GPIO_AC    
494                 vcc-supply = <&eth0_power>;       
495                                                   
496                 interrupt-parent = <&gpe>;        
497                 interrupts = <19 IRQ_TYPE_EDGE    
498                                                   
499                 nvmem-cells = <&eth0_addr>;       
500                 nvmem-cell-names = "mac-addres    
501         };                                        
502 };                                                
503                                                   
504 &bch {                                            
505         status = "okay";                          
506 };                                                
507                                                   
508 &otg_phy {                                        
509         status = "okay";                          
510                                                   
511         vcc-supply = <&otg_power>;                
512 };                                                
513                                                   
514 &otg {                                            
515         status = "okay";                          
516 };                                                
517                                                   
518 &pinctrl {                                        
519         pins_uart0: uart0 {                       
520                 function = "uart0";               
521                 groups = "uart0-data";            
522                 bias-disable;                     
523         };                                        
524                                                   
525         pins_uart1: uart1 {                       
526                 function = "uart1";               
527                 groups = "uart1-data";            
528                 bias-disable;                     
529         };                                        
530                                                   
531         pins_uart2: uart2 {                       
532                 function = "uart2";               
533                 groups = "uart2-data", "uart2-    
534                 bias-disable;                     
535         };                                        
536                                                   
537         pins_uart3: uart3 {                       
538                 function = "uart3";               
539                 groups = "uart3-data", "uart3-    
540                 bias-disable;                     
541         };                                        
542                                                   
543         pins_uart4: uart4 {                       
544                 function = "uart4";               
545                 groups = "uart4-data";            
546                 bias-disable;                     
547         };                                        
548                                                   
549         pins_i2c0: i2c0 {                         
550                 function = "i2c0";                
551                 groups = "i2c0-data";             
552                 bias-disable;                     
553         };                                        
554                                                   
555         pins_i2c1: i2c1 {                         
556                 function = "i2c1";                
557                 groups = "i2c1-data";             
558                 bias-disable;                     
559         };                                        
560                                                   
561         pins_i2c2: i2c2 {                         
562                 function = "i2c2";                
563                 groups = "i2c2-data";             
564                 bias-disable;                     
565         };                                        
566                                                   
567         pins_i2c3: i2c3 {                         
568                 function = "i2c3";                
569                 groups = "i2c3-data";             
570                 bias-disable;                     
571         };                                        
572                                                   
573         pins_i2c4: i2c4 {                         
574                 function = "i2c4";                
575                 groups = "i2c4-data-e";           
576                 bias-disable;                     
577         };                                        
578                                                   
579         pins_hdmi_ddc: hdmi_ddc {                 
580                 function = "hdmi-ddc";            
581                 groups = "hdmi-ddc";              
582                 bias-disable;                     
583         };                                        
584                                                   
585         pins_nemc: nemc {                         
586                 function = "nemc";                
587                 groups = "nemc-data", "nemc-cl    
588                 bias-disable;                     
589         };                                        
590                                                   
591         pins_nemc_cs1: nemc-cs1 {                 
592                 function = "nemc-cs1";            
593                 groups = "nemc-cs1";              
594                 bias-disable;                     
595         };                                        
596                                                   
597         pins_nemc_cs6: nemc-cs6 {                 
598                 function = "nemc-cs6";            
599                 groups = "nemc-cs6";              
600                 bias-disable;                     
601         };                                        
602                                                   
603         pins_mmc0: mmc0 {                         
604                 function = "mmc0";                
605                 groups = "mmc0-1bit-e", "mmc0-    
606                 bias-disable;                     
607         };                                        
608                                                   
609         pins_mmc1: mmc1 {                         
610                 function = "mmc1";                
611                 groups = "mmc1-1bit-d", "mmc1-    
612                 bias-disable;                     
613         };                                        
614 };                                                
615                                                   
616 &hdmi {                                           
617         status = "okay";                          
618                                                   
619         pinctrl-names = "default";                
620         pinctrl-0 = <&pins_hdmi_ddc>;             
621                                                   
622         ports {                                   
623                 #address-cells = <1>;             
624                 #size-cells = <0>;                
625                                                   
626                 port@0 {                          
627                         reg = <0>;                
628                         dw_hdmi_in: endpoint {    
629                                 remote-endpoin    
630                         };                        
631                 };                                
632                                                   
633                 port@1 {                          
634                         reg = <1>;                
635                         dw_hdmi_out: endpoint     
636                                 remote-endpoin    
637                         };                        
638                 };                                
639         };                                        
640 };                                                
641                                                   
642 &lcdc0 {                                          
643         status = "okay";                          
644                                                   
645         port {                                    
646                 lcd_out: endpoint {               
647                         remote-endpoint = <&dw    
648                 };                                
649         };                                        
650 };                                                
                                                      

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