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

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


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Device Tree Source for IFM PDM360NG.             3  * Device Tree Source for IFM PDM360NG.
  4  *                                                  4  *
  5  * Copyright 2009 - 2010 DENX Software Enginee      5  * Copyright 2009 - 2010 DENX Software Engineering.
  6  * Anatolij Gustschin <agust@denx.de>                6  * Anatolij Gustschin <agust@denx.de>
  7  *                                                  7  *
  8  * Based on MPC5121E ADS dts.                       8  * Based on MPC5121E ADS dts.
  9  * Copyright 2008 Freescale Semiconductor Inc.      9  * Copyright 2008 Freescale Semiconductor Inc.
 10  */                                                10  */
 11                                                    11 
 12 #include "mpc5121.dtsi"                            12 #include "mpc5121.dtsi"
 13                                                    13 
 14 / {                                                14 / {
 15         model = "pdm360ng";                        15         model = "pdm360ng";
 16         compatible = "ifm,pdm360ng", "fsl,mpc5     16         compatible = "ifm,pdm360ng", "fsl,mpc5121";
 17         #address-cells = <1>;                      17         #address-cells = <1>;
 18         #size-cells = <1>;                         18         #size-cells = <1>;
 19         interrupt-parent = <&ipic>;                19         interrupt-parent = <&ipic>;
 20                                                    20 
 21         memory {                                   21         memory {
 22                 device_type = "memory";            22                 device_type = "memory";
 23                 reg = <0x00000000 0x20000000>;     23                 reg = <0x00000000 0x20000000>;  // 512MB at 0
 24         };                                         24         };
 25                                                    25 
 26         nfc@40000000 {                             26         nfc@40000000 {
 27                 bank-width = <0x1>;                27                 bank-width = <0x1>;
 28                 chips = <0x1>;                     28                 chips = <0x1>;
 29                                                    29 
 30                 partition@0 {                      30                 partition@0 {
 31                         label = "nand0";           31                         label = "nand0";
 32                         reg = <0x0 0x40000000>     32                         reg = <0x0 0x40000000>;
 33                 };                                 33                 };
 34         };                                         34         };
 35                                                    35 
 36         localbus@80000020 {                        36         localbus@80000020 {
 37                 ranges = <0x0 0x0 0xf0000000 0     37                 ranges = <0x0 0x0 0xf0000000 0x10000000   /* Flash */
 38                           0x2 0x0 0x50040000 0     38                           0x2 0x0 0x50040000 0x00020000>; /* CS2: MRAM */
 39                                                    39 
 40                 flash@0,0 {                        40                 flash@0,0 {
 41                         compatible = "amd,s29g     41                         compatible = "amd,s29gl01gp", "cfi-flash";
 42                         reg = <0 0x00000000 0x     42                         reg = <0 0x00000000 0x08000000
 43                                0 0x08000000 0x     43                                0 0x08000000 0x08000000>;
 44                         #address-cells = <1>;      44                         #address-cells = <1>;
 45                         #size-cells = <1>;         45                         #size-cells = <1>;
 46                         bank-width = <4>;          46                         bank-width = <4>;
 47                         device-width = <2>;        47                         device-width = <2>;
 48                                                    48 
 49                         partition@0 {              49                         partition@0 {
 50                                 label = "u-boo     50                                 label = "u-boot";
 51                                 reg = <0x00000     51                                 reg = <0x00000000 0x00080000>;
 52                                 read-only;         52                                 read-only;
 53                         };                         53                         };
 54                         partition@80000 {          54                         partition@80000 {
 55                                 label = "envir     55                                 label = "environment";
 56                                 reg = <0x00080     56                                 reg = <0x00080000 0x00080000>;
 57                                 read-only;         57                                 read-only;
 58                         };                         58                         };
 59                         partition@100000 {         59                         partition@100000 {
 60                                 label = "splas     60                                 label = "splash-image";
 61                                 reg = <0x00100     61                                 reg = <0x00100000 0x00080000>;
 62                                 read-only;         62                                 read-only;
 63                         };                         63                         };
 64                         partition@180000 {         64                         partition@180000 {
 65                                 label = "devic     65                                 label = "device-tree";
 66                                 reg = <0x00180     66                                 reg = <0x00180000 0x00040000>;
 67                         };                         67                         };
 68                         partition@1c0000 {         68                         partition@1c0000 {
 69                                 label = "kerne     69                                 label = "kernel";
 70                                 reg = <0x001c0     70                                 reg = <0x001c0000 0x00500000>;
 71                         };                         71                         };
 72                         partition@6c0000 {         72                         partition@6c0000 {
 73                                 label = "files     73                                 label = "filesystem";
 74                                 reg = <0x006c0     74                                 reg = <0x006c0000 0x07940000>;
 75                         };                         75                         };
 76                 };                                 76                 };
 77                                                    77 
 78                 mram0@2,0 {                        78                 mram0@2,0 {
 79                         compatible = "mtd-ram"     79                         compatible = "mtd-ram";
 80                         reg = <2 0x00000 0x100     80                         reg = <2 0x00000 0x10000>;
 81                         bank-width = <2>;          81                         bank-width = <2>;
 82                 };                                 82                 };
 83                                                    83 
 84                 mram1@2,10000 {                    84                 mram1@2,10000 {
 85                         compatible = "mtd-ram"     85                         compatible = "mtd-ram";
 86                         reg = <2 0x010000 0x10     86                         reg = <2 0x010000 0x10000>;
 87                         bank-width = <2>;          87                         bank-width = <2>;
 88                 };                                 88                 };
 89         };                                         89         };
 90                                                    90 
 91         soc@80000000 {                             91         soc@80000000 {
 92                                                    92 
 93                 i2c@1700 {                         93                 i2c@1700 {
 94                         fsl,preserve-clocking;     94                         fsl,preserve-clocking;
 95                                                    95 
 96                         eeprom@50 {                96                         eeprom@50 {
 97                                 compatible = "     97                                 compatible = "atmel,24c01";
 98                                 reg = <0x50>;      98                                 reg = <0x50>;
 99                         };                         99                         };
100                                                   100 
101                         rtc@68 {                  101                         rtc@68 {
102                                 compatible = "    102                                 compatible = "st,m41t00";
103                                 reg = <0x68>;     103                                 reg = <0x68>;
104                         };                        104                         };
105                 };                                105                 };
106                                                   106 
107                 i2c@1720 {                        107                 i2c@1720 {
108                         status = "disabled";      108                         status = "disabled";
109                 };                                109                 };
110                                                   110 
111                 i2c@1740 {                        111                 i2c@1740 {
112                         fsl,preserve-clocking;    112                         fsl,preserve-clocking;
113                 };                                113                 };
114                                                   114 
115                 ethernet@2800 {                   115                 ethernet@2800 {
116                         phy-handle = <&phy0>;     116                         phy-handle = <&phy0>;
117                 };                                117                 };
118                                                   118 
119                 mdio@2800 {                       119                 mdio@2800 {
120                         phy0: ethernet-phy@1f     120                         phy0: ethernet-phy@1f {
121                                 compatible = "    121                                 compatible = "smsc,lan8700";
122                                 reg = <0x1f>;     122                                 reg = <0x1f>;
123                         };                        123                         };
124                 };                                124                 };
125                                                   125 
126                 /* USB1 using external ULPI PH    126                 /* USB1 using external ULPI PHY */
127                 usb@3000 {                        127                 usb@3000 {
128                         dr_mode = "host";         128                         dr_mode = "host";
129                 };                                129                 };
130                                                   130 
131                 /* USB0 using internal UTMI PH    131                 /* USB0 using internal UTMI PHY */
132                 usb@4000 {                        132                 usb@4000 {
133                         fsl,invert-pwr-fault;     133                         fsl,invert-pwr-fault;
134                 };                                134                 };
135                                                   135 
136                 psc@11000 {                       136                 psc@11000 {
137                         compatible = "fsl,mpc5    137                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
138                 };                                138                 };
139                                                   139 
140                 psc@11100 {                       140                 psc@11100 {
141                         compatible = "fsl,mpc5    141                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
142                 };                                142                 };
143                                                   143 
144                 psc@11200 {                       144                 psc@11200 {
145                         compatible = "fsl,mpc5    145                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
146                 };                                146                 };
147                                                   147 
148                 psc@11300 {                       148                 psc@11300 {
149                         compatible = "fsl,mpc5    149                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
150                 };                                150                 };
151                                                   151 
152                 psc@11400 {                       152                 psc@11400 {
153                         compatible = "fsl,mpc5    153                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
154                 };                                154                 };
155                                                   155 
156                 psc@11500 {                       156                 psc@11500 {
157                         status = "disabled";      157                         status = "disabled";
158                 };                                158                 };
159                                                   159 
160                 psc@11600 {                       160                 psc@11600 {
161                         compatible = "fsl,mpc5    161                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
162                 };                                162                 };
163                                                   163 
164                 psc@11700 {                       164                 psc@11700 {
165                         status = "disabled";      165                         status = "disabled";
166                 };                                166                 };
167                                                   167 
168                 psc@11800 {                       168                 psc@11800 {
169                         compatible = "fsl,mpc5    169                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
170                 };                                170                 };
171                                                   171 
172                 psc@11900 {                       172                 psc@11900 {
173                         compatible = "fsl,mpc5    173                         compatible = "fsl,mpc5121-psc-spi", "fsl,mpc5121-psc";
174                         #address-cells = <1>;     174                         #address-cells = <1>;
175                         #size-cells = <0>;        175                         #size-cells = <0>;
176                                                   176 
177                         /* ADS7845 touch scree    177                         /* ADS7845 touch screen controller */
178                         ts@0 {                    178                         ts@0 {
179                                 compatible = "    179                                 compatible = "ti,ads7846";
180                                 reg = <0x0>;      180                                 reg = <0x0>;
181                                 spi-max-freque    181                                 spi-max-frequency = <3000000>;
182                                 /* pen irq is     182                                 /* pen irq is GPIO25 */
183                                 interrupts = <    183                                 interrupts = <78 0x8>;
184                         };                        184                         };
185                 };                                185                 };
186                                                   186 
187                 psc@11a00 {                       187                 psc@11a00 {
188                         status = "disabled";      188                         status = "disabled";
189                 };                                189                 };
190                                                   190 
191                 psc@11b00 {                       191                 psc@11b00 {
192                         compatible = "fsl,mpc5    192                         compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
193                 };                                193                 };
194         };                                        194         };
195 };                                                195 };
                                                      

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