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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8dxl-ss-conn.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/arm64/freescale/imx8dxl-ss-conn.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8dxl-ss-conn.dtsi (Version linux-5.16.20)


  1 // SPDX-License-Identifier: GPL-2.0+              
  2 /*                                                
  3  * Copyright 2019~2020, 2022 NXP                  
  4  */                                               
  5                                                   
  6 /delete-node/ &enet1_lpcg;                        
  7 /delete-node/ &fec2;                              
  8                                                   
  9 / {                                               
 10         conn_enet0_root_clk: clock-conn-enet0-    
 11                 compatible = "fixed-clock";       
 12                 #clock-cells = <0>;               
 13                 clock-frequency = <250000000>;    
 14                 clock-output-names = "conn_ene    
 15         };                                        
 16                                                   
 17         clk_dummy: clock-dummy {                  
 18                 compatible = "fixed-clock";       
 19                 #clock-cells = <0>;               
 20                 clock-frequency = <0>;            
 21                 clock-output-names = "clk_dumm    
 22         };                                        
 23 };                                                
 24                                                   
 25 &conn_subsys {                                    
 26         eqos: ethernet@5b050000 {                 
 27                 compatible = "nxp,imx8dxl-dwma    
 28                 reg = <0x5b050000 0x10000>;       
 29                 interrupt-parent = <&gic>;        
 30                 interrupts = <GIC_SPI 163 IRQ_    
 31                              <GIC_SPI 162 IRQ_    
 32                 interrupt-names = "macirq", "e    
 33                 clocks = <&eqos_lpcg IMX_LPCG_    
 34                          <&eqos_lpcg IMX_LPCG_    
 35                          <&eqos_lpcg IMX_LPCG_    
 36                          <&eqos_lpcg IMX_LPCG_    
 37                          <&eqos_lpcg IMX_LPCG_    
 38                 clock-names = "stmmaceth", "pc    
 39                 assigned-clocks = <&clk IMX_SC    
 40                 assigned-clock-rates = <125000    
 41                 power-domains = <&pd IMX_SC_R_    
 42                 status = "disabled";              
 43         };                                        
 44                                                   
 45         usbotg2: usb@5b0e0000 {                   
 46                 compatible = "fsl,imx8dxl-usb"    
 47                 reg = <0x5b0e0000 0x200>;         
 48                 interrupt-parent = <&gic>;        
 49                 interrupts = <GIC_SPI 166 IRQ_    
 50                 fsl,usbphy = <&usbphy2>;          
 51                 fsl,usbmisc = <&usbmisc2 0>;      
 52                 /*                                
 53                  * usbotg1 and usbotg2 share o    
 54                  * scu firmware disables the a    
 55                  * it always on in case other     
 56                  */                               
 57                 clocks = <&clk_dummy>;            
 58                 ahb-burst-config = <0x0>;         
 59                 tx-burst-size-dword = <0x10>;     
 60                 rx-burst-size-dword = <0x10>;     
 61                 power-domains = <&pd IMX_SC_R_    
 62                 status = "disabled";              
 63         };                                        
 64                                                   
 65         usbmisc2: usbmisc@5b0e0200 {              
 66                 #index-cells = <1>;               
 67                 compatible = "fsl,imx7ulp-usbm    
 68                 reg = <0x5b0e0200 0x200>;         
 69         };                                        
 70                                                   
 71         usbphy2: usbphy@5b110000 {                
 72                 compatible = "fsl,imx8dxl-usbp    
 73                 reg = <0x5b110000 0x1000>;        
 74                 clocks = <&usb2_2_lpcg IMX_LPC    
 75                 power-domains = <&pd IMX_SC_R_    
 76                 status = "disabled";              
 77         };                                        
 78                                                   
 79         eqos_lpcg: clock-controller@5b240000 {    
 80                 compatible = "fsl,imx8qxp-lpcg    
 81                 reg = <0x5b240000 0x10000>;       
 82                 #clock-cells = <1>;               
 83                 clocks = <&conn_enet0_root_clk    
 84                          <&conn_axi_clk>,         
 85                          <&conn_axi_clk>,         
 86                          <&clk IMX_SC_R_ENET_1    
 87                          <&conn_ipg_clk>;         
 88                 clock-indices = <IMX_LPCG_CLK_    
 89                                 <IMX_LPCG_CLK_    
 90                                 <IMX_LPCG_CLK_    
 91                 clock-output-names = "eqos_ptp    
 92                                      "eqos_mem    
 93                                      "eqos_acl    
 94                                      "eqos_clk    
 95                                      "eqos_csr    
 96                 power-domains = <&pd IMX_SC_R_    
 97         };                                        
 98                                                   
 99         usb2_2_lpcg: clock-controller@5b280000    
100                 compatible = "fsl,imx8qxp-lpcg    
101                 reg = <0x5b280000 0x10000>;       
102                 #clock-cells = <1>;               
103                 clock-indices = <IMX_LPCG_CLK_    
104                 clocks = <&conn_ipg_clk>;         
105                 clock-output-names = "usboh3_2    
106                 power-domains = <&pd IMX_SC_R_    
107         };                                        
108                                                   
109 };                                                
110                                                   
111 &dma_apbh {                                       
112         interrupts = <GIC_SPI 176 IRQ_TYPE_LEV    
113                      <GIC_SPI 176 IRQ_TYPE_LEV    
114                      <GIC_SPI 176 IRQ_TYPE_LEV    
115                      <GIC_SPI 176 IRQ_TYPE_LEV    
116 };                                                
117                                                   
118 &enet0_lpcg {                                     
119         clocks = <&conn_enet0_root_clk>,          
120                  <&conn_enet0_root_clk>,          
121                  <&conn_axi_clk>,                 
122                  <&clk IMX_SC_R_ENET_0 IMX_SC_    
123                  <&conn_ipg_clk>,                 
124                  <&conn_ipg_clk>;                 
125 };                                                
126                                                   
127 &fec1 {                                           
128         compatible = "fsl,imx8dxl-fec", "fsl,i    
129         interrupts = <GIC_SPI 160 IRQ_TYPE_LEV    
130                      <GIC_SPI 158 IRQ_TYPE_LEV    
131                      <GIC_SPI 159 IRQ_TYPE_LEV    
132                      <GIC_SPI 161 IRQ_TYPE_LEV    
133         assigned-clocks = <&clk IMX_SC_R_ENET_    
134         assigned-clock-rates = <125000000>;       
135 };                                                
136                                                   
137 &gpmi {                                           
138         interrupts = <GIC_SPI 174 IRQ_TYPE_LEV    
139 };                                                
140                                                   
141 &usdhc1 {                                         
142         compatible = "fsl,imx8dxl-usdhc", "fsl    
143         interrupts = <GIC_SPI 138 IRQ_TYPE_LEV    
144 };                                                
145                                                   
146 &usdhc2 {                                         
147         compatible = "fsl,imx8dxl-usdhc", "fsl    
148         interrupts = <GIC_SPI 139 IRQ_TYPE_LEV    
149 };                                                
150                                                   
151 &usdhc3 {                                         
152         compatible = "fsl,imx8dxl-usdhc", "fsl    
153         interrupts = <GIC_SPI 140 IRQ_TYPE_LEV    
154 };                                                
155                                                   
156 &usbotg1 {                                        
157         interrupts = <GIC_SPI 169 IRQ_TYPE_LEV    
158         /*                                        
159          * usbotg1 and usbotg2 share one clock    
160          * scfw disable clock access and keep     
161          * in case other core (M4) use one of     
162          */                                       
163         clocks = <&clk_dummy>;                    
164 };                                                
                                                      

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