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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/powerpc/amigaone.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/powerpc/amigaone.dts (Architecture mips) and /scripts/dtc/include-prefixes/powerpc/amigaone.dts (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * AmigaOne Device Tree Source                      3  * AmigaOne Device Tree Source
  4  *                                                  4  *
  5  * Copyright 2008 Gerhard Pircher (gerhard_pir      5  * Copyright 2008 Gerhard Pircher (gerhard_pircher@gmx.net)
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 / {                                                10 / {
 11         model = "AmigaOne";                        11         model = "AmigaOne";
 12         compatible = "eyetech,amigaone";           12         compatible = "eyetech,amigaone";
 13         coherency-off;                             13         coherency-off;
 14         #address-cells = <1>;                      14         #address-cells = <1>;
 15         #size-cells = <1>;                         15         #size-cells = <1>;
 16                                                    16 
 17         cpus {                                     17         cpus {
 18                 #cpus = <1>;                       18                 #cpus = <1>;
 19                 #address-cells = <1>;              19                 #address-cells = <1>;
 20                 #size-cells = <0>;                 20                 #size-cells = <0>;
 21                                                    21 
 22                 cpu@0 {                            22                 cpu@0 {
 23                         device_type = "cpu";       23                         device_type = "cpu";
 24                         reg = <0>;                 24                         reg = <0>;
 25                         d-cache-line-size = <3     25                         d-cache-line-size = <32>;       // 32 bytes
 26                         i-cache-line-size = <3     26                         i-cache-line-size = <32>;       // 32 bytes
 27                         d-cache-size = <32768>     27                         d-cache-size = <32768>;         // L1, 32K
 28                         i-cache-size = <32768>     28                         i-cache-size = <32768>;         // L1, 32K
 29                         timebase-frequency = <     29                         timebase-frequency = <0>;       // 33.3 MHz, from U-boot
 30                         clock-frequency = <0>;     30                         clock-frequency = <0>;          // From U-boot
 31                         bus-frequency = <0>;       31                         bus-frequency = <0>;            // From U-boot
 32                 };                                 32                 };
 33         };                                         33         };
 34                                                    34 
 35         memory {                                   35         memory {
 36                 device_type = "memory";            36                 device_type = "memory";
 37                 reg = <0 0>;                       37                 reg = <0 0>;                            // From U-boot
 38         };                                         38         };
 39                                                    39 
 40         pci@80000000 {                             40         pci@80000000 {
 41                 device_type = "pci";               41                 device_type = "pci";
 42                 compatible = "mai-logic,artici     42                 compatible = "mai-logic,articia-s";
 43                 bus-frequency = <33333333>;        43                 bus-frequency = <33333333>;
 44                 bus-range = <0 0xff>;              44                 bus-range = <0 0xff>;
 45                 ranges = <0x01000000 0 0x00000     45                 ranges = <0x01000000 0 0x00000000 0xfe000000 0 0x00c00000       // PCI I/O
 46                           0x02000000 0 0x80000     46                           0x02000000 0 0x80000000 0x80000000 0 0x7d000000       // PCI memory
 47                           0x02000000 0 0x00000     47                           0x02000000 0 0x00000000 0xfd000000 0 0x01000000>;     // PCI alias memory (ISA)
 48                 // Configuration address and d     48                 // Configuration address and data register.
 49                 reg = <0xfec00cf8 4                49                 reg = <0xfec00cf8 4
 50                        0xfee00cfc 4>;              50                        0xfee00cfc 4>;
 51                 8259-interrupt-acknowledge = <     51                 8259-interrupt-acknowledge = <0xfef00000>;
 52                 // Do not define a interrupt-p     52                 // Do not define a interrupt-parent here, if there is no
 53                 // interrupt-map property.         53                 // interrupt-map property.
 54                 #address-cells = <3>;              54                 #address-cells = <3>;
 55                 #size-cells = <2>;                 55                 #size-cells = <2>;
 56                                                    56 
 57                 isa@7 {                            57                 isa@7 {
 58                         device_type = "isa";       58                         device_type = "isa";
 59                         compatible = "pciclass     59                         compatible = "pciclass,0601";
 60                         vendor-id = <0x0000110     60                         vendor-id = <0x00001106>;
 61                         device-id = <0x0000068     61                         device-id = <0x00000686>;
 62                         revision-id = <0x00000     62                         revision-id = <0x00000010>;
 63                         class-code = <0x000601     63                         class-code = <0x00060100>;
 64                         subsystem-id = <0>;        64                         subsystem-id = <0>;
 65                         subsystem-vendor-id =      65                         subsystem-vendor-id = <0>;
 66                         devsel-speed = <0x0000     66                         devsel-speed = <0x00000001>;
 67                         min-grant = <0>;           67                         min-grant = <0>;
 68                         max-latency = <0>;         68                         max-latency = <0>;
 69                         /* First 4k for I/O at     69                         /* First 4k for I/O at 0x0 on PCI mapped to 0x0 on ISA. */
 70                         ranges = <0x00000001 0     70                         ranges = <0x00000001 0 0x01000000 0 0x00000000 0x00001000>;
 71                         interrupt-parent = <&i     71                         interrupt-parent = <&i8259>;
 72                         #interrupt-cells = <2>     72                         #interrupt-cells = <2>;
 73                         #address-cells = <2>;      73                         #address-cells = <2>;
 74                         #size-cells = <1>;         74                         #size-cells = <1>;
 75                                                    75 
 76                         dma-controller@0 {         76                         dma-controller@0 {
 77                                 compatible = "     77                                 compatible = "pnpPNP,200";
 78                                 reg = <1 0x000     78                                 reg = <1 0x00000000 0x00000020
 79                                        1 0x000     79                                        1 0x00000080 0x00000010
 80                                        1 0x000     80                                        1 0x000000c0 0x00000020>;
 81                         };                         81                         };
 82                                                    82 
 83                         i8259: interrupt-contr     83                         i8259: interrupt-controller@20 {
 84                                 device_type =      84                                 device_type = "interrupt-controller";
 85                                 compatible = "     85                                 compatible = "pnpPNP,000";
 86                                 interrupt-cont     86                                 interrupt-controller;
 87                                 reg = <1 0x000     87                                 reg = <1 0x00000020 0x00000002
 88                                        1 0x000     88                                        1 0x000000a0 0x00000002
 89                                        1 0x000     89                                        1 0x000004d0 0x00000002>;
 90                                 reserved-inter     90                                 reserved-interrupts = <2>;
 91                                 #interrupt-cel     91                                 #interrupt-cells = <2>;
 92                         };                         92                         };
 93                                                    93 
 94                         timer@40 {                 94                         timer@40 {
 95                                 // Also adds p     95                                 // Also adds pcspkr to platform devices.
 96                                 compatible = "     96                                 compatible = "pnpPNP,100";
 97                                 reg = <1 0x000     97                                 reg = <1 0x00000040 0x00000020>;
 98                         };                         98                         };
 99                                                    99 
100                         8042@60 {                 100                         8042@60 {
101                                 device_type =     101                                 device_type = "8042";
102                                 reg = <1 0x000    102                                 reg = <1 0x00000060 0x00000001
103                                        1 0x000    103                                        1 0x00000064 0x00000001>;
104                                 interrupts = <    104                                 interrupts = <1 3 12 3>;
105                                 #address-cells    105                                 #address-cells = <1>;
106                                 #size-cells =     106                                 #size-cells = <0>;
107                                                   107 
108                                 keyboard@0 {      108                                 keyboard@0 {
109                                         compat    109                                         compatible = "pnpPNP,303";
110                                         reg =     110                                         reg = <0>;
111                                 };                111                                 };
112                                                   112 
113                                 mouse@1 {         113                                 mouse@1 {
114                                         compat    114                                         compatible = "pnpPNP,f03";
115                                         reg =     115                                         reg = <1>;
116                                 };                116                                 };
117                         };                        117                         };
118                                                   118 
119                         rtc@70 {                  119                         rtc@70 {
120                                 compatible = "    120                                 compatible = "pnpPNP,b00";
121                                 reg = <1 0x000    121                                 reg = <1 0x00000070 0x00000002>;
122                                 interrupts = <    122                                 interrupts = <8 3>;
123                         };                        123                         };
124                                                   124 
125                         serial@3f8 {              125                         serial@3f8 {
126                                 device_type =     126                                 device_type = "serial";
127                                 compatible = "    127                                 compatible = "pnpPNP,501","pnpPNP,500";
128                                 reg = <1 0x000    128                                 reg = <1 0x000003f8 0x00000008>;
129                                 interrupts = <    129                                 interrupts = <4 3>;
130                                 clock-frequenc    130                                 clock-frequency = <1843200>;
131                                 current-speed     131                                 current-speed = <115200>;
132                         };                        132                         };
133                                                   133 
134                         serial@2f8 {              134                         serial@2f8 {
135                                 device_type =     135                                 device_type = "serial";
136                                 compatible = "    136                                 compatible = "pnpPNP,501","pnpPNP,500";
137                                 reg = <1 0x000    137                                 reg = <1 0x000002f8 0x00000008>;
138                                 interrupts = <    138                                 interrupts = <3 3>;
139                                 clock-frequenc    139                                 clock-frequency = <1843200>;
140                                 current-speed     140                                 current-speed = <115200>;
141                         };                        141                         };
142                                                   142 
143                         parallel@378 {            143                         parallel@378 {
144                                 device_type =     144                                 device_type = "parallel";
145                                 // No ECP supp    145                                 // No ECP support for now, otherwise add "pnpPNP,401".
146                                 compatible = "    146                                 compatible = "pnpPNP,400";
147                                 reg = <1 0x000    147                                 reg = <1 0x00000378 0x00000003
148                                        1 0x000    148                                        1 0x00000778 0x00000003>;
149                         };                        149                         };
150                                                   150 
151                         fdc@3f0 {                 151                         fdc@3f0 {
152                                 device_type =     152                                 device_type = "fdc";
153                                 compatible = "    153                                 compatible = "pnpPNP,700";
154                                 reg = <1 0x000    154                                 reg = <1 0x000003f0 0x00000008>;
155                                 interrupts = <    155                                 interrupts = <6 3>;
156                                 #address-cells    156                                 #address-cells = <1>;
157                                 #size-cells =     157                                 #size-cells = <0>;
158                                                   158 
159                                 disk@0 {          159                                 disk@0 {
160                                         reg =     160                                         reg = <0>;
161                                 };                161                                 };
162                         };                        162                         };
163                 };                                163                 };
164         };                                        164         };
165                                                   165 
166         chosen {                                  166         chosen {
167                 stdout-path = "/pci@80000000/i    167                 stdout-path = "/pci@80000000/isa@7/serial@3f8";
168         };                                        168         };
169 };                                                169 };
                                                      

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