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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/renesas/emev2-kzm9d.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 /scripts/dtc/include-prefixes/arm/renesas/emev2-kzm9d.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm/renesas/emev2-kzm9d.dts (Version linux-4.15.18)


  1 // SPDX-License-Identifier: GPL-2.0               
  2 /*                                                
  3  * Device Tree Source for the KZM9D board         
  4  *                                                
  5  * Copyright (C) 2013 Renesas Solutions Corp.     
  6  */                                               
  7 /dts-v1/;                                         
  8                                                   
  9 #include "emev2.dtsi"                             
 10 #include <dt-bindings/gpio/gpio.h>                
 11 #include <dt-bindings/input/input.h>              
 12 #include <dt-bindings/interrupt-controller/irq    
 13                                                   
 14 / {                                               
 15         model = "EMEV2 KZM9D Board";              
 16         compatible = "renesas,kzm9d", "renesas    
 17                                                   
 18         memory@40000000 {                         
 19                 device_type = "memory";           
 20                 reg = <0x40000000 0x8000000>;     
 21         };                                        
 22                                                   
 23         aliases {                                 
 24                 serial1 = &uart1;                 
 25         };                                        
 26                                                   
 27         chosen {                                  
 28                 bootargs = "ignore_loglevel rw    
 29                 stdout-path = "serial1:115200n    
 30         };                                        
 31                                                   
 32         gpio_keys {                               
 33                 compatible = "gpio-keys";         
 34                 one {                             
 35                         debounce-interval = <5    
 36                         wakeup-source;            
 37                         label = "DSW2-1";         
 38                         linux,code = <KEY_1>;     
 39                         gpios = <&gpio0 14 GPI    
 40                 };                                
 41                 two {                             
 42                         debounce-interval = <5    
 43                         wakeup-source;            
 44                         label = "DSW2-2";         
 45                         linux,code = <KEY_2>;     
 46                         gpios = <&gpio0 15 GPI    
 47                 };                                
 48                 three {                           
 49                         debounce-interval = <5    
 50                         wakeup-source;            
 51                         label = "DSW2-3";         
 52                         linux,code = <KEY_3>;     
 53                         gpios = <&gpio0 16 GPI    
 54                 };                                
 55                 four {                            
 56                         debounce-interval = <5    
 57                         wakeup-source;            
 58                         label = "DSW2-4";         
 59                         linux,code = <KEY_4>;     
 60                         gpios = <&gpio0 17 GPI    
 61                 };                                
 62         };                                        
 63                                                   
 64         reg_1p8v: regulator-1p8v {                
 65                 compatible = "regulator-fixed"    
 66                 regulator-name = "fixed-1.8V";    
 67                 regulator-min-microvolt = <180    
 68                 regulator-max-microvolt = <180    
 69                 regulator-always-on;              
 70                 regulator-boot-on;                
 71         };                                        
 72                                                   
 73         reg_3p3v: regulator-3p3v {                
 74                 compatible = "regulator-fixed"    
 75                 regulator-name = "fixed-3.3V";    
 76                 regulator-min-microvolt = <330    
 77                 regulator-max-microvolt = <330    
 78                 regulator-always-on;              
 79                 regulator-boot-on;                
 80         };                                        
 81                                                   
 82         ethernet@20000000 {                       
 83                 compatible = "smsc,lan9221", "    
 84                 reg = <0x20000000 0x10000>;       
 85                 phy-mode = "mii";                 
 86                 interrupt-parent = <&gpio0>;      
 87                 interrupts = <1 IRQ_TYPE_EDGE_    
 88                 reg-io-width = <4>;               
 89                 smsc,irq-active-high;             
 90                 smsc,irq-push-pull;               
 91                 vddvario-supply = <&reg_1p8v>;    
 92                 vdd33a-supply = <&reg_3p3v>;      
 93         };                                        
 94 };                                                
 95                                                   
 96 &iic0 {                                           
 97         status = "okay";                          
 98 };                                                
 99                                                   
100 &iic1 {                                           
101         status = "okay";                          
102 };                                                
103                                                   
104 &pfc {                                            
105         uart1_pins: uart1 {                       
106                 groups = "uart1_ctrl", "uart1_    
107                 function = "uart1";               
108         };                                        
109 };                                                
110                                                   
111 &uart1 {                                          
112         pinctrl-0 = <&uart1_pins>;                
113         pinctrl-names = "default";                
114         status = "okay";                          
115 };                                                
                                                      

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