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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/microblaze/system.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/microblaze/system.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/microblaze/system.dts (Version linux-5.2.21)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Device Tree Generator version: 1.1               3  * Device Tree Generator version: 1.1
  4  *                                                  4  *
  5  * (C) Copyright 2007-2008 Xilinx, Inc.             5  * (C) Copyright 2007-2008 Xilinx, Inc.
  6  * (C) Copyright 2007-2009 Michal Simek             6  * (C) Copyright 2007-2009 Michal Simek
  7  *                                                  7  *
  8  * Michal SIMEK <monstr@monstr.eu>                   8  * Michal SIMEK <monstr@monstr.eu>
  9  *                                                  9  *
 10  * CAUTION: This file is automatically generat     10  * CAUTION: This file is automatically generated by libgen.
 11  * Version: Xilinx EDK 10.1.03 EDK_K_SP3.6         11  * Version: Xilinx EDK 10.1.03 EDK_K_SP3.6
 12  *                                                 12  *
 13  * XPS project directory: Xilinx-ML505-ll_tema     13  * XPS project directory: Xilinx-ML505-ll_temac-sgdma-MMU-FDT-edk101
 14  */                                                14  */
 15                                                    15 
 16 /dts-v1/;                                          16 /dts-v1/;
 17 / {                                                17 / {
 18         #address-cells = <1>;                      18         #address-cells = <1>;
 19         #size-cells = <1>;                         19         #size-cells = <1>;
 20         compatible = "xlnx,microblaze";            20         compatible = "xlnx,microblaze";
                                                   >>  21         hard-reset-gpios = <&LEDs_8Bit 2 1>;
 21         model = "testing";                         22         model = "testing";
 22         DDR2_SDRAM: memory@90000000 {              23         DDR2_SDRAM: memory@90000000 {
 23                 device_type = "memory";            24                 device_type = "memory";
 24                 reg = < 0x90000000 0x10000000      25                 reg = < 0x90000000 0x10000000 >;
 25         } ;                                        26         } ;
 26         aliases {                                  27         aliases {
 27                 ethernet0 = &Hard_Ethernet_MAC     28                 ethernet0 = &Hard_Ethernet_MAC;
 28                 serial0 = &RS232_Uart_1;           29                 serial0 = &RS232_Uart_1;
 29         } ;                                        30         } ;
 30         chosen {                                   31         chosen {
 31                 bootargs = "console=ttyUL0,115     32                 bootargs = "console=ttyUL0,115200 highres=on";
 32                 stdout-path = "/plb@0/serial@8     33                 stdout-path = "/plb@0/serial@84000000";
 33         } ;                                        34         } ;
 34         cpus {                                     35         cpus {
 35                 #address-cells = <1>;              36                 #address-cells = <1>;
 36                 #cpus = <0x1>;                     37                 #cpus = <0x1>;
 37                 #size-cells = <0>;                 38                 #size-cells = <0>;
 38                 microblaze_0: cpu@0 {              39                 microblaze_0: cpu@0 {
 39                         clock-frequency = <125     40                         clock-frequency = <125000000>;
 40                         compatible = "xlnx,mic     41                         compatible = "xlnx,microblaze-7.10.d";
 41                         d-cache-baseaddr = <0x     42                         d-cache-baseaddr = <0x90000000>;
 42                         d-cache-highaddr = <0x     43                         d-cache-highaddr = <0x9fffffff>;
 43                         d-cache-line-size = <0     44                         d-cache-line-size = <0x10>;
 44                         d-cache-size = <0x2000     45                         d-cache-size = <0x2000>;
 45                         device_type = "cpu";       46                         device_type = "cpu";
 46                         i-cache-baseaddr = <0x     47                         i-cache-baseaddr = <0x90000000>;
 47                         i-cache-highaddr = <0x     48                         i-cache-highaddr = <0x9fffffff>;
 48                         i-cache-line-size = <0     49                         i-cache-line-size = <0x10>;
 49                         i-cache-size = <0x2000     50                         i-cache-size = <0x2000>;
 50                         model = "microblaze,7.     51                         model = "microblaze,7.10.d";
 51                         reg = <0>;                 52                         reg = <0>;
 52                         timebase-frequency = <     53                         timebase-frequency = <125000000>;
 53                         xlnx,addr-tag-bits = <     54                         xlnx,addr-tag-bits = <0xf>;
 54                         xlnx,allow-dcache-wr =     55                         xlnx,allow-dcache-wr = <0x1>;
 55                         xlnx,allow-icache-wr =     56                         xlnx,allow-icache-wr = <0x1>;
 56                         xlnx,area-optimized =      57                         xlnx,area-optimized = <0x0>;
 57                         xlnx,cache-byte-size =     58                         xlnx,cache-byte-size = <0x2000>;
 58                         xlnx,d-lmb = <0x1>;        59                         xlnx,d-lmb = <0x1>;
 59                         xlnx,d-opb = <0x0>;        60                         xlnx,d-opb = <0x0>;
 60                         xlnx,d-plb = <0x1>;        61                         xlnx,d-plb = <0x1>;
 61                         xlnx,data-size = <0x20     62                         xlnx,data-size = <0x20>;
 62                         xlnx,dcache-addr-tag =     63                         xlnx,dcache-addr-tag = <0xf>;
 63                         xlnx,dcache-always-use     64                         xlnx,dcache-always-used = <0x1>;
 64                         xlnx,dcache-byte-size      65                         xlnx,dcache-byte-size = <0x2000>;
 65                         xlnx,dcache-line-len =     66                         xlnx,dcache-line-len = <0x4>;
 66                         xlnx,dcache-use-fsl =      67                         xlnx,dcache-use-fsl = <0x1>;
 67                         xlnx,debug-enabled = <     68                         xlnx,debug-enabled = <0x1>;
 68                         xlnx,div-zero-exceptio     69                         xlnx,div-zero-exception = <0x1>;
 69                         xlnx,dopb-bus-exceptio     70                         xlnx,dopb-bus-exception = <0x0>;
 70                         xlnx,dynamic-bus-sizin     71                         xlnx,dynamic-bus-sizing = <0x1>;
 71                         xlnx,edge-is-positive      72                         xlnx,edge-is-positive = <0x1>;
 72                         xlnx,family = "virtex5     73                         xlnx,family = "virtex5";
 73                         xlnx,endianness = <0x1     74                         xlnx,endianness = <0x1>;
 74                         xlnx,fpu-exception = <     75                         xlnx,fpu-exception = <0x1>;
 75                         xlnx,fsl-data-size = <     76                         xlnx,fsl-data-size = <0x20>;
 76                         xlnx,fsl-exception = <     77                         xlnx,fsl-exception = <0x0>;
 77                         xlnx,fsl-links = <0x0>     78                         xlnx,fsl-links = <0x0>;
 78                         xlnx,i-lmb = <0x1>;        79                         xlnx,i-lmb = <0x1>;
 79                         xlnx,i-opb = <0x0>;        80                         xlnx,i-opb = <0x0>;
 80                         xlnx,i-plb = <0x1>;        81                         xlnx,i-plb = <0x1>;
 81                         xlnx,icache-always-use     82                         xlnx,icache-always-used = <0x1>;
 82                         xlnx,icache-line-len =     83                         xlnx,icache-line-len = <0x4>;
 83                         xlnx,icache-use-fsl =      84                         xlnx,icache-use-fsl = <0x1>;
 84                         xlnx,ill-opcode-except     85                         xlnx,ill-opcode-exception = <0x1>;
 85                         xlnx,instance = "micro     86                         xlnx,instance = "microblaze_0";
 86                         xlnx,interconnect = <0     87                         xlnx,interconnect = <0x1>;
 87                         xlnx,interrupt-is-edge     88                         xlnx,interrupt-is-edge = <0x0>;
 88                         xlnx,iopb-bus-exceptio     89                         xlnx,iopb-bus-exception = <0x0>;
 89                         xlnx,mmu-dtlb-size = <     90                         xlnx,mmu-dtlb-size = <0x4>;
 90                         xlnx,mmu-itlb-size = <     91                         xlnx,mmu-itlb-size = <0x2>;
 91                         xlnx,mmu-tlb-access =      92                         xlnx,mmu-tlb-access = <0x3>;
 92                         xlnx,mmu-zones = <0x10     93                         xlnx,mmu-zones = <0x10>;
 93                         xlnx,number-of-pc-brk      94                         xlnx,number-of-pc-brk = <0x1>;
 94                         xlnx,number-of-rd-addr     95                         xlnx,number-of-rd-addr-brk = <0x0>;
 95                         xlnx,number-of-wr-addr     96                         xlnx,number-of-wr-addr-brk = <0x0>;
 96                         xlnx,opcode-0x0-illega     97                         xlnx,opcode-0x0-illegal = <0x1>;
 97                         xlnx,pvr = <0x2>;          98                         xlnx,pvr = <0x2>;
 98                         xlnx,pvr-user1 = <0x0>     99                         xlnx,pvr-user1 = <0x0>;
 99                         xlnx,pvr-user2 = <0x0>    100                         xlnx,pvr-user2 = <0x0>;
100                         xlnx,reset-msr = <0x0>    101                         xlnx,reset-msr = <0x0>;
101                         xlnx,sco = <0x0>;         102                         xlnx,sco = <0x0>;
102                         xlnx,unaligned-excepti    103                         xlnx,unaligned-exceptions = <0x1>;
103                         xlnx,use-barrel = <0x1    104                         xlnx,use-barrel = <0x1>;
104                         xlnx,use-dcache = <0x1    105                         xlnx,use-dcache = <0x1>;
105                         xlnx,use-div = <0x1>;     106                         xlnx,use-div = <0x1>;
106                         xlnx,use-ext-brk = <0x    107                         xlnx,use-ext-brk = <0x1>;
107                         xlnx,use-ext-nm-brk =     108                         xlnx,use-ext-nm-brk = <0x1>;
108                         xlnx,use-extended-fsl-    109                         xlnx,use-extended-fsl-instr = <0x0>;
109                         xlnx,use-fpu = <0x2>;     110                         xlnx,use-fpu = <0x2>;
110                         xlnx,use-hw-mul = <0x2    111                         xlnx,use-hw-mul = <0x2>;
111                         xlnx,use-icache = <0x1    112                         xlnx,use-icache = <0x1>;
112                         xlnx,use-interrupt = <    113                         xlnx,use-interrupt = <0x1>;
113                         xlnx,use-mmu = <0x3>;     114                         xlnx,use-mmu = <0x3>;
114                         xlnx,use-msr-instr = <    115                         xlnx,use-msr-instr = <0x1>;
115                         xlnx,use-pcmp-instr =     116                         xlnx,use-pcmp-instr = <0x1>;
116                 } ;                               117                 } ;
117         } ;                                       118         } ;
118         mb_plb: plb@0 {                           119         mb_plb: plb@0 {
119                 #address-cells = <1>;             120                 #address-cells = <1>;
120                 #size-cells = <1>;                121                 #size-cells = <1>;
121                 compatible = "xlnx,plb-v46-1.0    122                 compatible = "xlnx,plb-v46-1.03.a", "xlnx,plb-v46-1.00.a", "simple-bus";
122                 ranges ;                          123                 ranges ;
123                 FLASH: flash@a0000000 {           124                 FLASH: flash@a0000000 {
124                         bank-width = <2>;         125                         bank-width = <2>;
125                         compatible = "xlnx,xps    126                         compatible = "xlnx,xps-mch-emc-2.00.a", "cfi-flash";
126                         reg = < 0xa0000000 0x2    127                         reg = < 0xa0000000 0x2000000 >;
127                         xlnx,family = "virtex5    128                         xlnx,family = "virtex5";
128                         xlnx,include-datawidth    129                         xlnx,include-datawidth-matching-0 = <0x1>;
129                         xlnx,include-datawidth    130                         xlnx,include-datawidth-matching-1 = <0x0>;
130                         xlnx,include-datawidth    131                         xlnx,include-datawidth-matching-2 = <0x0>;
131                         xlnx,include-datawidth    132                         xlnx,include-datawidth-matching-3 = <0x0>;
132                         xlnx,include-negedge-i    133                         xlnx,include-negedge-ioregs = <0x0>;
133                         xlnx,include-plb-ipif     134                         xlnx,include-plb-ipif = <0x1>;
134                         xlnx,include-wrbuf = <    135                         xlnx,include-wrbuf = <0x1>;
135                         xlnx,max-mem-width = <    136                         xlnx,max-mem-width = <0x10>;
136                         xlnx,mch-native-dwidth    137                         xlnx,mch-native-dwidth = <0x20>;
137                         xlnx,mch-plb-clk-perio    138                         xlnx,mch-plb-clk-period-ps = <0x1f40>;
138                         xlnx,mch-splb-awidth =    139                         xlnx,mch-splb-awidth = <0x20>;
139                         xlnx,mch0-accessbuf-de    140                         xlnx,mch0-accessbuf-depth = <0x10>;
140                         xlnx,mch0-protocol = <    141                         xlnx,mch0-protocol = <0x0>;
141                         xlnx,mch0-rddatabuf-de    142                         xlnx,mch0-rddatabuf-depth = <0x10>;
142                         xlnx,mch1-accessbuf-de    143                         xlnx,mch1-accessbuf-depth = <0x10>;
143                         xlnx,mch1-protocol = <    144                         xlnx,mch1-protocol = <0x0>;
144                         xlnx,mch1-rddatabuf-de    145                         xlnx,mch1-rddatabuf-depth = <0x10>;
145                         xlnx,mch2-accessbuf-de    146                         xlnx,mch2-accessbuf-depth = <0x10>;
146                         xlnx,mch2-protocol = <    147                         xlnx,mch2-protocol = <0x0>;
147                         xlnx,mch2-rddatabuf-de    148                         xlnx,mch2-rddatabuf-depth = <0x10>;
148                         xlnx,mch3-accessbuf-de    149                         xlnx,mch3-accessbuf-depth = <0x10>;
149                         xlnx,mch3-protocol = <    150                         xlnx,mch3-protocol = <0x0>;
150                         xlnx,mch3-rddatabuf-de    151                         xlnx,mch3-rddatabuf-depth = <0x10>;
151                         xlnx,mem0-width = <0x1    152                         xlnx,mem0-width = <0x10>;
152                         xlnx,mem1-width = <0x2    153                         xlnx,mem1-width = <0x20>;
153                         xlnx,mem2-width = <0x2    154                         xlnx,mem2-width = <0x20>;
154                         xlnx,mem3-width = <0x2    155                         xlnx,mem3-width = <0x20>;
155                         xlnx,num-banks-mem = <    156                         xlnx,num-banks-mem = <0x1>;
156                         xlnx,num-channels = <0    157                         xlnx,num-channels = <0x0>;
157                         xlnx,priority-mode = <    158                         xlnx,priority-mode = <0x0>;
158                         xlnx,synch-mem-0 = <0x    159                         xlnx,synch-mem-0 = <0x0>;
159                         xlnx,synch-mem-1 = <0x    160                         xlnx,synch-mem-1 = <0x0>;
160                         xlnx,synch-mem-2 = <0x    161                         xlnx,synch-mem-2 = <0x0>;
161                         xlnx,synch-mem-3 = <0x    162                         xlnx,synch-mem-3 = <0x0>;
162                         xlnx,synch-pipedelay-0    163                         xlnx,synch-pipedelay-0 = <0x2>;
163                         xlnx,synch-pipedelay-1    164                         xlnx,synch-pipedelay-1 = <0x2>;
164                         xlnx,synch-pipedelay-2    165                         xlnx,synch-pipedelay-2 = <0x2>;
165                         xlnx,synch-pipedelay-3    166                         xlnx,synch-pipedelay-3 = <0x2>;
166                         xlnx,tavdv-ps-mem-0 =     167                         xlnx,tavdv-ps-mem-0 = <0x1adb0>;
167                         xlnx,tavdv-ps-mem-1 =     168                         xlnx,tavdv-ps-mem-1 = <0x3a98>;
168                         xlnx,tavdv-ps-mem-2 =     169                         xlnx,tavdv-ps-mem-2 = <0x3a98>;
169                         xlnx,tavdv-ps-mem-3 =     170                         xlnx,tavdv-ps-mem-3 = <0x3a98>;
170                         xlnx,tcedv-ps-mem-0 =     171                         xlnx,tcedv-ps-mem-0 = <0x1adb0>;
171                         xlnx,tcedv-ps-mem-1 =     172                         xlnx,tcedv-ps-mem-1 = <0x3a98>;
172                         xlnx,tcedv-ps-mem-2 =     173                         xlnx,tcedv-ps-mem-2 = <0x3a98>;
173                         xlnx,tcedv-ps-mem-3 =     174                         xlnx,tcedv-ps-mem-3 = <0x3a98>;
174                         xlnx,thzce-ps-mem-0 =     175                         xlnx,thzce-ps-mem-0 = <0x88b8>;
175                         xlnx,thzce-ps-mem-1 =     176                         xlnx,thzce-ps-mem-1 = <0x1b58>;
176                         xlnx,thzce-ps-mem-2 =     177                         xlnx,thzce-ps-mem-2 = <0x1b58>;
177                         xlnx,thzce-ps-mem-3 =     178                         xlnx,thzce-ps-mem-3 = <0x1b58>;
178                         xlnx,thzoe-ps-mem-0 =     179                         xlnx,thzoe-ps-mem-0 = <0x1b58>;
179                         xlnx,thzoe-ps-mem-1 =     180                         xlnx,thzoe-ps-mem-1 = <0x1b58>;
180                         xlnx,thzoe-ps-mem-2 =     181                         xlnx,thzoe-ps-mem-2 = <0x1b58>;
181                         xlnx,thzoe-ps-mem-3 =     182                         xlnx,thzoe-ps-mem-3 = <0x1b58>;
182                         xlnx,tlzwe-ps-mem-0 =     183                         xlnx,tlzwe-ps-mem-0 = <0x88b8>;
183                         xlnx,tlzwe-ps-mem-1 =     184                         xlnx,tlzwe-ps-mem-1 = <0x0>;
184                         xlnx,tlzwe-ps-mem-2 =     185                         xlnx,tlzwe-ps-mem-2 = <0x0>;
185                         xlnx,tlzwe-ps-mem-3 =     186                         xlnx,tlzwe-ps-mem-3 = <0x0>;
186                         xlnx,twc-ps-mem-0 = <0    187                         xlnx,twc-ps-mem-0 = <0x2af8>;
187                         xlnx,twc-ps-mem-1 = <0    188                         xlnx,twc-ps-mem-1 = <0x3a98>;
188                         xlnx,twc-ps-mem-2 = <0    189                         xlnx,twc-ps-mem-2 = <0x3a98>;
189                         xlnx,twc-ps-mem-3 = <0    190                         xlnx,twc-ps-mem-3 = <0x3a98>;
190                         xlnx,twp-ps-mem-0 = <0    191                         xlnx,twp-ps-mem-0 = <0x11170>;
191                         xlnx,twp-ps-mem-1 = <0    192                         xlnx,twp-ps-mem-1 = <0x2ee0>;
192                         xlnx,twp-ps-mem-2 = <0    193                         xlnx,twp-ps-mem-2 = <0x2ee0>;
193                         xlnx,twp-ps-mem-3 = <0    194                         xlnx,twp-ps-mem-3 = <0x2ee0>;
194                         xlnx,xcl0-linesize = <    195                         xlnx,xcl0-linesize = <0x4>;
195                         xlnx,xcl0-writexfer =     196                         xlnx,xcl0-writexfer = <0x1>;
196                         xlnx,xcl1-linesize = <    197                         xlnx,xcl1-linesize = <0x4>;
197                         xlnx,xcl1-writexfer =     198                         xlnx,xcl1-writexfer = <0x1>;
198                         xlnx,xcl2-linesize = <    199                         xlnx,xcl2-linesize = <0x4>;
199                         xlnx,xcl2-writexfer =     200                         xlnx,xcl2-writexfer = <0x1>;
200                         xlnx,xcl3-linesize = <    201                         xlnx,xcl3-linesize = <0x4>;
201                         xlnx,xcl3-writexfer =     202                         xlnx,xcl3-writexfer = <0x1>;
202                 } ;                               203                 } ;
203                 Hard_Ethernet_MAC: xps-ll-tema    204                 Hard_Ethernet_MAC: xps-ll-temac@81c00000 {
204                         #address-cells = <1>;     205                         #address-cells = <1>;
205                         #size-cells = <1>;        206                         #size-cells = <1>;
206                         compatible = "xlnx,com    207                         compatible = "xlnx,compound";
207                         ranges ;                  208                         ranges ;
208                         ethernet@81c00000 {       209                         ethernet@81c00000 {
209                                 compatible = "    210                                 compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a";
210                                 interrupt-pare    211                                 interrupt-parent = <&xps_intc_0>;
211                                 interrupts = <    212                                 interrupts = < 5 2 >;
212                                 llink-connecte    213                                 llink-connected = <&PIM3>;
213                                 local-mac-addr    214                                 local-mac-address = [ 00 0a 35 00 00 00 ];
214                                 reg = < 0x81c0    215                                 reg = < 0x81c00000 0x40 >;
215                                 xlnx,bus2core-    216                                 xlnx,bus2core-clk-ratio = <0x1>;
216                                 xlnx,phy-type     217                                 xlnx,phy-type = <0x1>;
217                                 xlnx,phyaddr =    218                                 xlnx,phyaddr = <0x1>;
218                                 xlnx,rxcsum =     219                                 xlnx,rxcsum = <0x0>;
219                                 xlnx,rxfifo =     220                                 xlnx,rxfifo = <0x1000>;
220                                 xlnx,temac-typ    221                                 xlnx,temac-type = <0x0>;
221                                 xlnx,txcsum =     222                                 xlnx,txcsum = <0x0>;
222                                 xlnx,txfifo =     223                                 xlnx,txfifo = <0x1000>;
223                         } ;                       224                         } ;
224                 } ;                               225                 } ;
225                 IIC_EEPROM: i2c@81600000 {        226                 IIC_EEPROM: i2c@81600000 {
226                         compatible = "xlnx,xps    227                         compatible = "xlnx,xps-iic-2.00.a";
227                         interrupt-parent = <&x    228                         interrupt-parent = <&xps_intc_0>;
228                         interrupts = < 6 2 >;     229                         interrupts = < 6 2 >;
229                         reg = < 0x81600000 0x1    230                         reg = < 0x81600000 0x10000 >;
230                         xlnx,clk-freq = <0x773    231                         xlnx,clk-freq = <0x7735940>;
231                         xlnx,family = "virtex5    232                         xlnx,family = "virtex5";
232                         xlnx,gpo-width = <0x1>    233                         xlnx,gpo-width = <0x1>;
233                         xlnx,iic-freq = <0x186    234                         xlnx,iic-freq = <0x186a0>;
234                         xlnx,scl-inertial-dela    235                         xlnx,scl-inertial-delay = <0x0>;
235                         xlnx,sda-inertial-dela    236                         xlnx,sda-inertial-delay = <0x0>;
236                         xlnx,ten-bit-adr = <0x    237                         xlnx,ten-bit-adr = <0x0>;
237                 } ;                               238                 } ;
238                 LEDs_8Bit: gpio@81400000 {        239                 LEDs_8Bit: gpio@81400000 {
239                         compatible = "xlnx,xps    240                         compatible = "xlnx,xps-gpio-1.00.a";
240                         interrupt-parent = <&x    241                         interrupt-parent = <&xps_intc_0>;
241                         interrupts = < 7 2 >;     242                         interrupts = < 7 2 >;
242                         reg = < 0x81400000 0x1    243                         reg = < 0x81400000 0x10000 >;
243                         xlnx,all-inputs = <0x0    244                         xlnx,all-inputs = <0x0>;
244                         xlnx,all-inputs-2 = <0    245                         xlnx,all-inputs-2 = <0x0>;
245                         xlnx,dout-default = <0    246                         xlnx,dout-default = <0x0>;
246                         xlnx,dout-default-2 =     247                         xlnx,dout-default-2 = <0x0>;
247                         xlnx,family = "virtex5    248                         xlnx,family = "virtex5";
248                         xlnx,gpio-width = <0x8    249                         xlnx,gpio-width = <0x8>;
249                         xlnx,interrupt-present    250                         xlnx,interrupt-present = <0x1>;
250                         xlnx,is-bidir = <0x1>;    251                         xlnx,is-bidir = <0x1>;
251                         xlnx,is-bidir-2 = <0x1    252                         xlnx,is-bidir-2 = <0x1>;
252                         xlnx,is-dual = <0x0>;     253                         xlnx,is-dual = <0x0>;
253                         xlnx,tri-default = <0x    254                         xlnx,tri-default = <0xffffffff>;
254                         xlnx,tri-default-2 = <    255                         xlnx,tri-default-2 = <0xffffffff>;
255                         #gpio-cells = <2>;        256                         #gpio-cells = <2>;
256                         gpio-controller;          257                         gpio-controller;
257                 } ;                               258                 } ;
258                                                   259 
259                 gpio-leds {                       260                 gpio-leds {
260                         compatible = "gpio-led    261                         compatible = "gpio-leds";
261                                                   262 
262                         heartbeat {               263                         heartbeat {
263                                 label = "Heart    264                                 label = "Heartbeat";
264                                 gpios = <&LEDs    265                                 gpios = <&LEDs_8Bit 4 1>;
265                                 linux,default-    266                                 linux,default-trigger = "heartbeat";
266                         };                        267                         };
267                                                   268 
268                         yellow {                  269                         yellow {
269                                 label = "Yello    270                                 label = "Yellow";
270                                 gpios = <&LEDs    271                                 gpios = <&LEDs_8Bit 5 1>;
271                         };                        272                         };
272                                                   273 
273                         red {                     274                         red {
274                                 label = "Red";    275                                 label = "Red";
275                                 gpios = <&LEDs    276                                 gpios = <&LEDs_8Bit 6 1>;
276                         };                        277                         };
277                                                   278 
278                         green {                   279                         green {
279                                 label = "Green    280                                 label = "Green";
280                                 gpios = <&LEDs    281                                 gpios = <&LEDs_8Bit 7 1>;
281                         };                        282                         };
282                 } ;                               283                 } ;
283                                                << 
284                 gpio-restart {                 << 
285                         compatible = "gpio-res << 
286                         /*                     << 
287                          * FIXME: is this acti << 
288                          * the current flag (1 << 
289                          * delay measures are  << 
290                          * to datasheet or tri << 
291                          */                    << 
292                         gpios = <&LEDs_8Bit 2  << 
293                         active-delay = <100>;  << 
294                         inactive-delay = <10>; << 
295                         wait-delay = <100>;    << 
296                 };                             << 
297                                                << 
298                 RS232_Uart_1: serial@84000000     284                 RS232_Uart_1: serial@84000000 {
299                         clock-frequency = <125    285                         clock-frequency = <125000000>;
300                         compatible = "xlnx,xps    286                         compatible = "xlnx,xps-uartlite-1.00.a";
301                         current-speed = <11520    287                         current-speed = <115200>;
302                         device_type = "serial"    288                         device_type = "serial";
303                         interrupt-parent = <&x    289                         interrupt-parent = <&xps_intc_0>;
304                         interrupts = < 8 0 >;     290                         interrupts = < 8 0 >;
305                         port-number = <0>;        291                         port-number = <0>;
306                         reg = < 0x84000000 0x1    292                         reg = < 0x84000000 0x10000 >;
307                         xlnx,baudrate = <0x1c2    293                         xlnx,baudrate = <0x1c200>;
308                         xlnx,data-bits = <0x8>    294                         xlnx,data-bits = <0x8>;
309                         xlnx,family = "virtex5    295                         xlnx,family = "virtex5";
310                         xlnx,odd-parity = <0x0    296                         xlnx,odd-parity = <0x0>;
311                         xlnx,use-parity = <0x0    297                         xlnx,use-parity = <0x0>;
312                 } ;                               298                 } ;
                                                   >> 299                 SysACE_CompactFlash: sysace@83600000 {
                                                   >> 300                         compatible = "xlnx,xps-sysace-1.00.a";
                                                   >> 301                         interrupt-parent = <&xps_intc_0>;
                                                   >> 302                         interrupts = < 4 2 >;
                                                   >> 303                         reg = < 0x83600000 0x10000 >;
                                                   >> 304                         xlnx,family = "virtex5";
                                                   >> 305                         xlnx,mem-width = <0x10>;
                                                   >> 306                 } ;
313                 debug_module: debug@84400000 {    307                 debug_module: debug@84400000 {
314                         compatible = "xlnx,mdm    308                         compatible = "xlnx,mdm-1.00.d";
315                         reg = < 0x84400000 0x1    309                         reg = < 0x84400000 0x10000 >;
316                         xlnx,family = "virtex5    310                         xlnx,family = "virtex5";
317                         xlnx,interconnect = <0    311                         xlnx,interconnect = <0x1>;
318                         xlnx,jtag-chain = <0x2    312                         xlnx,jtag-chain = <0x2>;
319                         xlnx,mb-dbg-ports = <0    313                         xlnx,mb-dbg-ports = <0x1>;
320                         xlnx,uart-width = <0x8    314                         xlnx,uart-width = <0x8>;
321                         xlnx,use-uart = <0x1>;    315                         xlnx,use-uart = <0x1>;
322                         xlnx,write-fsl-ports =    316                         xlnx,write-fsl-ports = <0x0>;
323                 } ;                               317                 } ;
324                 mpmc@90000000 {                   318                 mpmc@90000000 {
325                         #address-cells = <1>;     319                         #address-cells = <1>;
326                         #size-cells = <1>;        320                         #size-cells = <1>;
327                         compatible = "xlnx,mpm    321                         compatible = "xlnx,mpmc-4.02.a";
328                         ranges ;                  322                         ranges ;
329                         PIM3: sdma@84600180 {     323                         PIM3: sdma@84600180 {
330                                 compatible = "    324                                 compatible = "xlnx,ll-dma-1.00.a";
331                                 interrupt-pare    325                                 interrupt-parent = <&xps_intc_0>;
332                                 interrupts = <    326                                 interrupts = < 2 2 1 2 >;
333                                 reg = < 0x8460    327                                 reg = < 0x84600180 0x80 >;
334                         } ;                       328                         } ;
335                 } ;                               329                 } ;
336                 xps_intc_0: interrupt-controll    330                 xps_intc_0: interrupt-controller@81800000 {
337                         #interrupt-cells = <0x    331                         #interrupt-cells = <0x2>;
338                         compatible = "xlnx,xps    332                         compatible = "xlnx,xps-intc-1.00.a";
339                         interrupt-controller ;    333                         interrupt-controller ;
340                         reg = < 0x81800000 0x1    334                         reg = < 0x81800000 0x10000 >;
341                         xlnx,kind-of-intr = <0    335                         xlnx,kind-of-intr = <0x100>;
342                         xlnx,num-intr-inputs =    336                         xlnx,num-intr-inputs = <0x9>;
343                 } ;                               337                 } ;
344                 xps_timer_1: timer@83c00000 {     338                 xps_timer_1: timer@83c00000 {
345                         compatible = "xlnx,xps    339                         compatible = "xlnx,xps-timer-1.00.a";
346                         interrupt-parent = <&x    340                         interrupt-parent = <&xps_intc_0>;
347                         interrupts = < 3 2 >;     341                         interrupts = < 3 2 >;
348                         reg = < 0x83c00000 0x1    342                         reg = < 0x83c00000 0x10000 >;
349                         xlnx,count-width = <0x    343                         xlnx,count-width = <0x20>;
                                                   >> 344                         xlnx,family = "virtex5";
                                                   >> 345                         xlnx,gen0-assert = <0x1>;
                                                   >> 346                         xlnx,gen1-assert = <0x1>;
350                         xlnx,one-timer-only =     347                         xlnx,one-timer-only = <0x0>;
                                                   >> 348                         xlnx,trig0-assert = <0x1>;
                                                   >> 349                         xlnx,trig1-assert = <0x1>;
351                 } ;                               350                 } ;
352         } ;                                       351         } ;
353 }  ;                                              352 }  ;
                                                      

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