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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/ti/k3-am654-icssg2.dtso

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/ti/k3-am654-icssg2.dtso (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/ti/k3-am654-icssg2.dtso (Version linux-5.5.19)


  1 // SPDX-License-Identifier: GPL-2.0-only OR MI    
  2 /**                                               
  3  * DT overlay for IDK application board on AM6    
  4  *                                                
  5  * Copyright (C) 2018-2024 Texas Instruments I    
  6  */                                               
  7                                                   
  8 /dts-v1/;                                         
  9 /plugin/;                                         
 10                                                   
 11 #include <dt-bindings/net/ti-dp83867.h>           
 12 #include "k3-pinctrl.h"                           
 13                                                   
 14 &{/} {                                            
 15         aliases {                                 
 16                 ethernet1 = "/icssg2-eth/ether    
 17                 ethernet2 = "/icssg2-eth/ether    
 18         };                                        
 19                                                   
 20         /* Ethernet node on PRU-ICSSG2 */         
 21         icssg2_eth: icssg2-eth {                  
 22                 compatible = "ti,am654-icssg-p    
 23                 pinctrl-names = "default";        
 24                 pinctrl-0 = <&icssg2_rgmii_pin    
 25                 sram = <&msmc_ram>;               
 26                 ti,prus = <&pru2_0>, <&rtu2_0>    
 27                         <&pru2_1>, <&rtu2_1>,     
 28                 firmware-name = "ti-pruss/am65    
 29                                 "ti-pruss/am65    
 30                                 "ti-pruss/am65    
 31                                 "ti-pruss/am65    
 32                                 "ti-pruss/am65    
 33                                 "ti-pruss/am65    
 34                                                   
 35                 ti,pruss-gp-mux-sel = <2>,        
 36                                       <2>,        
 37                                       <2>,        
 38                                       <2>,        
 39                                       <2>,        
 40                                       <2>;        
 41                                                   
 42                 ti,mii-g-rt = <&icssg2_mii_g_r    
 43                 ti,mii-rt = <&icssg2_mii_rt>;     
 44                 ti,iep = <&icssg2_iep0>, <&ics    
 45                                                   
 46                 interrupt-parent = <&icssg2_in    
 47                 interrupts = <24 0 2>, <25 1 3    
 48                 interrupt-names = "tx_ts0", "t    
 49                                                   
 50                 dmas = <&main_udmap 0xc300>, /    
 51                        <&main_udmap 0xc301>, /    
 52                        <&main_udmap 0xc302>, /    
 53                        <&main_udmap 0xc303>, /    
 54                        <&main_udmap 0xc304>, /    
 55                        <&main_udmap 0xc305>, /    
 56                        <&main_udmap 0xc306>, /    
 57                        <&main_udmap 0xc307>, /    
 58                        <&main_udmap 0x4300>, /    
 59                        <&main_udmap 0x4301>; /    
 60                                                   
 61                 dma-names = "tx0-0", "tx0-1",     
 62                             "tx1-0", "tx1-1",     
 63                             "rx0", "rx1";         
 64                 ethernet-ports {                  
 65                         #address-cells = <1>;     
 66                         #size-cells = <0>;        
 67                         icssg2_emac0: port@0 {    
 68                                 reg = <0>;        
 69                                 phy-handle = <    
 70                                 phy-mode = "rg    
 71                                 ti,syscon-rgmi    
 72                                 /* Filled in b    
 73                                 local-mac-addr    
 74                         };                        
 75                         icssg2_emac1: port@1 {    
 76                                 reg = <1>;        
 77                                 phy-handle = <    
 78                                 phy-mode = "rg    
 79                                 ti,syscon-rgmi    
 80                                 /* Filled in b    
 81                                 local-mac-addr    
 82                         };                        
 83                 };                                
 84         };                                        
 85 };                                                
 86                                                   
 87 &main_pmx0 {                                      
 88                                                   
 89         icssg2_mdio_pins_default: icssg2-mdio-    
 90                 pinctrl-single,pins = <           
 91                         AM65X_IOPAD(0x0094, PI    
 92                         AM65X_IOPAD(0x00c8, PI    
 93                 >;                                
 94         };                                        
 95                                                   
 96         icssg2_rgmii_pins_default: icssg2-rgmi    
 97                 pinctrl-single,pins = <           
 98                         AM65X_IOPAD(0x00ac, PI    
 99                         AM65X_IOPAD(0x00b0, PI    
100                         AM65X_IOPAD(0x00b4, PI    
101                         AM65X_IOPAD(0x00b8, PI    
102                         AM65X_IOPAD(0x00cc, PI    
103                         AM65X_IOPAD(0x00d0, PI    
104                         AM65X_IOPAD(0x00d4, PI    
105                         AM65X_IOPAD(0x00d8, PI    
106                         AM65X_IOPAD(0x00dc, PI    
107                         AM65X_IOPAD(0x00c4, PI    
108                         AM65X_IOPAD(0x00c0, PI    
109                         AM65X_IOPAD(0x00bc, PI    
110                                                   
111                         AM65X_IOPAD(0x0078, PI    
112                         AM65X_IOPAD(0x007c, PI    
113                         AM65X_IOPAD(0x0080, PI    
114                         AM65X_IOPAD(0x0084, PI    
115                         AM65X_IOPAD(0x0098, PI    
116                         AM65X_IOPAD(0x009c, PI    
117                         AM65X_IOPAD(0x00a0, PI    
118                         AM65X_IOPAD(0x00a4, PI    
119                         AM65X_IOPAD(0x00a8, PI    
120                         AM65X_IOPAD(0x0090, PI    
121                         AM65X_IOPAD(0x008c, PI    
122                         AM65X_IOPAD(0x0088, PI    
123                 >;                                
124         };                                        
125 };                                                
126                                                   
127 &icssg2_mdio {                                    
128         status = "okay";                          
129         pinctrl-names = "default";                
130         pinctrl-0 = <&icssg2_mdio_pins_default    
131         #address-cells = <1>;                     
132         #size-cells = <0>;                        
133                                                   
134         icssg2_phy0: ethernet-phy@0 {             
135                 reg = <0>;                        
136                 ti,rx-internal-delay = <DP8386    
137                 ti,fifo-depth = <DP83867_PHYCR    
138         };                                        
139                                                   
140         icssg2_phy1: ethernet-phy@3 {             
141                 reg = <3>;                        
142                 ti,rx-internal-delay = <DP8386    
143                 ti,fifo-depth = <DP83867_PHYCR    
144         };                                        
145 };                                                
                                                      

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