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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/ti/k3-am62a-mcu.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 /arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi (Version linux-6.12-rc7) and /arch/i386/boot/dts/ti/k3-am62a-mcu.dtsi (Version linux-2.6.0)


  1 // SPDX-License-Identifier: GPL-2.0-only OR MI    
  2 /*                                                
  3  * Device Tree Source for AM625 SoC Family MCU    
  4  *                                                
  5  * Copyright (C) 2020-2024 Texas Instruments I    
  6  */                                               
  7                                                   
  8 &cbass_mcu {                                      
  9         mcu_pmx0: pinctrl@4084000 {               
 10                 compatible = "pinctrl-single";    
 11                 reg = <0x00 0x04084000 0x00 0x    
 12                 #pinctrl-cells = <1>;             
 13                 pinctrl-single,register-width     
 14                 pinctrl-single,function-mask =    
 15                 status = "disabled";              
 16         };                                        
 17                                                   
 18         mcu_esm: esm@4100000 {                    
 19                 compatible = "ti,j721e-esm";      
 20                 reg = <0x0 0x4100000 0x0 0x100    
 21                 bootph-pre-ram;                   
 22                 /* Interrupt sources: esm0_cfg    
 23                 ti,esm-pins = <0>, <1>, <2>, <    
 24         };                                        
 25                                                   
 26         /*                                        
 27          * The MCU domain timer interrupts are    
 28          * and not currently available for Lin    
 29          * of limited use without interrupts,     
 30          */                                       
 31         mcu_timer0: timer@4800000 {               
 32                 compatible = "ti,am654-timer";    
 33                 reg = <0x00 0x4800000 0x00 0x4    
 34                 clocks = <&k3_clks 35 2>;         
 35                 clock-names = "fck";              
 36                 power-domains = <&k3_pds 35 TI    
 37                 ti,timer-pwm;                     
 38                 status = "reserved";              
 39         };                                        
 40                                                   
 41         mcu_timer1: timer@4810000 {               
 42                 compatible = "ti,am654-timer";    
 43                 reg = <0x00 0x4810000 0x00 0x4    
 44                 clocks = <&k3_clks 48 2>;         
 45                 clock-names = "fck";              
 46                 power-domains = <&k3_pds 48 TI    
 47                 ti,timer-pwm;                     
 48                 status = "reserved";              
 49         };                                        
 50                                                   
 51         mcu_timer2: timer@4820000 {               
 52                 compatible = "ti,am654-timer";    
 53                 reg = <0x00 0x4820000 0x00 0x4    
 54                 clocks = <&k3_clks 49 2>;         
 55                 clock-names = "fck";              
 56                 power-domains = <&k3_pds 49 TI    
 57                 ti,timer-pwm;                     
 58                 status = "reserved";              
 59         };                                        
 60                                                   
 61         mcu_timer3: timer@4830000 {               
 62                 compatible = "ti,am654-timer";    
 63                 reg = <0x00 0x4830000 0x00 0x4    
 64                 clocks = <&k3_clks 50 2>;         
 65                 clock-names = "fck";              
 66                 power-domains = <&k3_pds 50 TI    
 67                 ti,timer-pwm;                     
 68                 status = "reserved";              
 69         };                                        
 70                                                   
 71         mcu_uart0: serial@4a00000 {               
 72                 compatible = "ti,am64-uart", "    
 73                 reg = <0x00 0x04a00000 0x00 0x    
 74                 interrupts = <GIC_SPI 185 IRQ_    
 75                 power-domains = <&k3_pds 149 T    
 76                 clocks = <&k3_clks 149 0>;        
 77                 clock-names = "fclk";             
 78                 status = "disabled";              
 79         };                                        
 80                                                   
 81         mcu_i2c0: i2c@4900000 {                   
 82                 compatible = "ti,am64-i2c", "t    
 83                 reg = <0x00 0x04900000 0x00 0x    
 84                 interrupts = <GIC_SPI 107 IRQ_    
 85                 #address-cells = <1>;             
 86                 #size-cells = <0>;                
 87                 power-domains = <&k3_pds 106 T    
 88                 clocks = <&k3_clks 106 2>;        
 89                 clock-names = "fck";              
 90                 status = "disabled";              
 91         };                                        
 92                                                   
 93         mcu_spi0: spi@4b00000 {                   
 94                 compatible = "ti,am654-mcspi",    
 95                 reg = <0x00 0x04b00000 0x00 0x    
 96                 interrupts = <GIC_SPI 176 IRQ_    
 97                 #address-cells = <1>;             
 98                 #size-cells = <0>;                
 99                 power-domains = <&k3_pds 147 T    
100                 clocks = <&k3_clks 147 0>;        
101                 status = "disabled";              
102         };                                        
103                                                   
104         mcu_spi1: spi@4b10000 {                   
105                 compatible = "ti,am654-mcspi",    
106                 reg = <0x00 0x04b10000 0x00 0x    
107                 interrupts = <GIC_SPI 177 IRQ_    
108                 #address-cells = <1>;             
109                 #size-cells = <0>;                
110                 power-domains = <&k3_pds 148 T    
111                 clocks = <&k3_clks 148 0>;        
112                 status = "disabled";              
113         };                                        
114                                                   
115         mcu_gpio_intr: interrupt-controller@42    
116                 compatible = "ti,sci-intr";       
117                 reg = <0x00 0x04210000 0x00 0x    
118                 ti,intr-trigger-type = <1>;       
119                 interrupt-controller;             
120                 interrupt-parent = <&gic500>;     
121                 #interrupt-cells = <1>;           
122                 ti,sci = <&dmsc>;                 
123                 ti,sci-dev-id = <5>;              
124                 ti,interrupt-ranges = <0 104 4    
125         };                                        
126                                                   
127         mcu_gpio0: gpio@4201000 {                 
128                 compatible = "ti,am64-gpio", "    
129                 reg = <0x00 0x04201000 0x00 0x    
130                 gpio-controller;                  
131                 #gpio-cells = <2>;                
132                 interrupt-parent = <&mcu_gpio_    
133                 interrupts = <30>, <31>;          
134                 interrupt-controller;             
135                 #interrupt-cells = <2>;           
136                 ti,ngpio = <24>;                  
137                 ti,davinci-gpio-unbanked = <0>    
138                 power-domains = <&k3_pds 79 TI    
139                 clocks = <&k3_clks 79 0>;         
140                 clock-names = "gpio";             
141                 status = "disabled";              
142         };                                        
143                                                   
144         mcu_rti0: watchdog@4880000 {              
145                 compatible = "ti,j7-rti-wdt";     
146                 reg = <0x00 0x04880000 0x00 0x    
147                 clocks = <&k3_clks 131 0>;        
148                 power-domains = <&k3_pds 131 T    
149                 assigned-clocks = <&k3_clks 13    
150                 assigned-clock-parents = <&k3_    
151                 /* Tightly coupled to M4F */      
152                 status = "reserved";              
153         };                                        
154                                                   
155         mcu_mcan0: can@4e08000 {                  
156                 compatible = "bosch,m_can";       
157                 reg = <0x00 0x4e08000 0x00 0x2    
158                       <0x00 0x4e00000 0x00 0x8    
159                 reg-names = "m_can", "message_    
160                 power-domains = <&k3_pds 188 T    
161                 clocks = <&k3_clks 188 6>, <&k    
162                 clock-names = "hclk", "cclk";     
163                 bosch,mram-cfg = <0x0 128 64 6    
164                 status = "disabled";              
165         };                                        
166                                                   
167         mcu_mcan1: can@4e18000 {                  
168                 compatible = "bosch,m_can";       
169                 reg = <0x00 0x4e18000 0x00 0x2    
170                       <0x00 0x4e10000 0x00 0x8    
171                 reg-names = "m_can", "message_    
172                 power-domains = <&k3_pds 189 T    
173                 clocks = <&k3_clks 189 6>, <&k    
174                 clock-names = "hclk", "cclk";     
175                 bosch,mram-cfg = <0x0 128 64 6    
176                 status = "disabled";              
177         };                                        
178 };                                                
                                                      

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