| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 1 | /* | 
 | 2 |  * MPC8272 ADS Device Tree Source | 
 | 3 |  * | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 4 |  * Copyright 2005,2008 Freescale Semiconductor Inc. | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 5 |  * | 
 | 6 |  * This program is free software; you can redistribute  it and/or modify it | 
 | 7 |  * under  the terms of  the GNU General  Public License as published by the | 
 | 8 |  * Free Software Foundation;  either version 2 of the  License, or (at your | 
 | 9 |  * option) any later version. | 
 | 10 |  */ | 
 | 11 |  | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 12 | /dts-v1/; | 
 | 13 |  | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 14 | / { | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 15 | 	model = "MPC8272ADS"; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 16 | 	compatible = "fsl,mpc8272ads"; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 17 | 	#address-cells = <1>; | 
 | 18 | 	#size-cells = <1>; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 19 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 20 | 	aliases { | 
 | 21 | 		ethernet0 = ð0; | 
 | 22 | 		ethernet1 = ð1; | 
 | 23 | 		serial0 = &scc1; | 
 | 24 | 		serial1 = &scc4; | 
 | 25 | 	}; | 
 | 26 |  | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 27 | 	cpus { | 
 | 28 | 		#address-cells = <1>; | 
 | 29 | 		#size-cells = <0>; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 30 |  | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 31 | 		PowerPC,8272@0 { | 
 | 32 | 			device_type = "cpu"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 33 | 			reg = <0x0>; | 
 | 34 | 			d-cache-line-size = <32>; | 
 | 35 | 			i-cache-line-size = <32>; | 
 | 36 | 			d-cache-size = <16384>; | 
 | 37 | 			i-cache-size = <16384>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 38 | 			timebase-frequency = <0>; | 
 | 39 | 			bus-frequency = <0>; | 
 | 40 | 			clock-frequency = <0>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 41 | 		}; | 
 | 42 | 	}; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 43 |  | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 44 | 	memory { | 
 | 45 | 		device_type = "memory"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 46 | 		reg = <0x0 0x0>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 47 | 	}; | 
 | 48 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 49 | 	localbus@f0010100 { | 
 | 50 | 		compatible = "fsl,mpc8272-localbus", | 
 | 51 | 		             "fsl,pq2-localbus"; | 
 | 52 | 		#address-cells = <2>; | 
 | 53 | 		#size-cells = <1>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 54 | 		reg = <0xf0010100 0x40>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 55 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 56 | 		ranges = <0x0 0x0 0xff800000 0x00800000 | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 57 | 		          0x1 0x0 0xf4500000 0x8000 | 
 | 58 | 		          0x3 0x0 0xf8200000 0x8000>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 59 |  | 
 | 60 | 		flash@0,0 { | 
 | 61 | 			compatible = "jedec-flash"; | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 62 | 			reg = <0x0 0x0 0x00800000>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 63 | 			bank-width = <4>; | 
 | 64 | 			device-width = <1>; | 
 | 65 | 		}; | 
 | 66 |  | 
 | 67 | 		board-control@1,0 { | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 68 | 			reg = <0x1 0x0 0x20>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 69 | 			compatible = "fsl,mpc8272ads-bcsr"; | 
 | 70 | 		}; | 
 | 71 |  | 
 | 72 | 		PCI_PIC: interrupt-controller@3,0 { | 
 | 73 | 			compatible = "fsl,mpc8272ads-pci-pic", | 
 | 74 | 			             "fsl,pq2ads-pci-pic"; | 
 | 75 | 			#interrupt-cells = <1>; | 
 | 76 | 			interrupt-controller; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 77 | 			reg = <0x3 0x0 0x8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 78 | 			interrupt-parent = <&PIC>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 79 | 			interrupts = <20 8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 80 | 		}; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 81 | 	}; | 
| Vitaly Bordug | 73844ec | 2007-01-31 02:08:54 +0300 | [diff] [blame] | 82 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 83 |  | 
 | 84 | 	pci@f0010800 { | 
 | 85 | 		device_type = "pci"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 86 | 		reg = <0xf0010800 0x10c 0xf00101ac 0x8 0xf00101c4 0x8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 87 | 		compatible = "fsl,mpc8272-pci", "fsl,pq2-pci"; | 
 | 88 | 		#interrupt-cells = <1>; | 
 | 89 | 		#size-cells = <2>; | 
 | 90 | 		#address-cells = <3>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 91 | 		clock-frequency = <66666666>; | 
 | 92 | 		interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 93 | 		interrupt-map = < | 
 | 94 | 		                 /* IDSEL 0x16 */ | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 95 | 		                 0xb000 0x0 0x0 0x1 &PCI_PIC 0 | 
 | 96 | 		                 0xb000 0x0 0x0 0x2 &PCI_PIC 1 | 
 | 97 | 		                 0xb000 0x0 0x0 0x3 &PCI_PIC 2 | 
 | 98 | 		                 0xb000 0x0 0x0 0x4 &PCI_PIC 3 | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 99 |  | 
 | 100 | 		                 /* IDSEL 0x17 */ | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 101 | 		                 0xb800 0x0 0x0 0x1 &PCI_PIC 4 | 
 | 102 | 		                 0xb800 0x0 0x0 0x2 &PCI_PIC 5 | 
 | 103 | 		                 0xb800 0x0 0x0 0x3 &PCI_PIC 6 | 
 | 104 | 		                 0xb800 0x0 0x0 0x4 &PCI_PIC 7 | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 105 |  | 
 | 106 | 		                 /* IDSEL 0x18 */ | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 107 | 		                 0xc000 0x0 0x0 0x1 &PCI_PIC 8 | 
 | 108 | 		                 0xc000 0x0 0x0 0x2 &PCI_PIC 9 | 
 | 109 | 		                 0xc000 0x0 0x0 0x3 &PCI_PIC 10 | 
 | 110 | 		                 0xc000 0x0 0x0 0x4 &PCI_PIC 11>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 111 |  | 
 | 112 | 		interrupt-parent = <&PIC>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 113 | 		interrupts = <18 8>; | 
 | 114 | 		ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x20000000 | 
 | 115 | 		          0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000 | 
 | 116 | 		          0x1000000 0x0 0x0 0xf6000000 0x0 0x2000000>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 117 | 	}; | 
 | 118 |  | 
 | 119 | 	soc@f0000000 { | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 120 | 		#address-cells = <1>; | 
 | 121 | 		#size-cells = <1>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 122 | 		device_type = "soc"; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 123 | 		compatible = "fsl,mpc8272", "fsl,pq2-soc"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 124 | 		ranges = <0x0 0xf0000000 0x53000>; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 125 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 126 | 		// Temporary -- will go away once kernel uses ranges for get_immrbase(). | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 127 | 		reg = <0xf0000000 0x53000>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 128 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 129 | 		cpm@119c0 { | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 130 | 			#address-cells = <1>; | 
 | 131 | 			#size-cells = <1>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 132 | 			compatible = "fsl,mpc8272-cpm", "fsl,cpm2"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 133 | 			reg = <0x119c0 0x30>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 134 | 			ranges; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 135 |  | 
| Scott Wood | 15f8c60 | 2007-09-28 14:06:16 -0500 | [diff] [blame] | 136 | 			muram@0 { | 
 | 137 | 				#address-cells = <1>; | 
 | 138 | 				#size-cells = <1>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 139 | 				ranges = <0x0 0x0 0x10000>; | 
| Scott Wood | 15f8c60 | 2007-09-28 14:06:16 -0500 | [diff] [blame] | 140 |  | 
 | 141 | 				data@0 { | 
 | 142 | 					compatible = "fsl,cpm-muram-data"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 143 | 					reg = <0x0 0x2000 0x9800 0x800>; | 
| Scott Wood | 15f8c60 | 2007-09-28 14:06:16 -0500 | [diff] [blame] | 144 | 				}; | 
 | 145 | 			}; | 
 | 146 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 147 | 			brg@119f0 { | 
 | 148 | 				compatible = "fsl,mpc8272-brg", | 
 | 149 | 				             "fsl,cpm2-brg", | 
 | 150 | 				             "fsl,cpm-brg"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 151 | 				reg = <0x119f0 0x10 0x115f0 0x10>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 152 | 			}; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 153 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 154 | 			scc1: serial@11a00 { | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 155 | 				device_type = "serial"; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 156 | 				compatible = "fsl,mpc8272-scc-uart", | 
 | 157 | 				             "fsl,cpm2-scc-uart"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 158 | 				reg = <0x11a00 0x20 0x8000 0x100>; | 
 | 159 | 				interrupts = <40 8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 160 | 				interrupt-parent = <&PIC>; | 
 | 161 | 				fsl,cpm-brg = <1>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 162 | 				fsl,cpm-command = <0x800000>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 163 | 			}; | 
 | 164 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 165 | 			scc4: serial@11a60 { | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 166 | 				device_type = "serial"; | 
 | 167 | 				compatible = "fsl,mpc8272-scc-uart", | 
 | 168 | 				             "fsl,cpm2-scc-uart"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 169 | 				reg = <0x11a60 0x20 0x8300 0x100>; | 
 | 170 | 				interrupts = <43 8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 171 | 				interrupt-parent = <&PIC>; | 
 | 172 | 				fsl,cpm-brg = <4>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 173 | 				fsl,cpm-command = <0xce00000>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 174 | 			}; | 
 | 175 |  | 
| Anton Vorontsov | 818fcac | 2009-08-19 03:28:17 +0400 | [diff] [blame] | 176 | 			usb@11b60 { | 
 | 177 | 				compatible = "fsl,mpc8272-cpm-usb"; | 
 | 178 | 				reg = <0x11b60 0x40 0x8b00 0x100>; | 
 | 179 | 				interrupts = <11 8>; | 
 | 180 | 				interrupt-parent = <&PIC>; | 
 | 181 | 				mode = "peripheral"; | 
 | 182 | 			}; | 
 | 183 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 184 | 			mdio@10d40 { | 
 | 185 | 				device_type = "mdio"; | 
 | 186 | 				compatible = "fsl,mpc8272ads-mdio-bitbang", | 
 | 187 | 				             "fsl,mpc8272-mdio-bitbang", | 
 | 188 | 				             "fsl,cpm2-mdio-bitbang"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 189 | 				reg = <0x10d40 0x14>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 190 | 				#address-cells = <1>; | 
 | 191 | 				#size-cells = <0>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 192 | 				fsl,mdio-pin = <18>; | 
 | 193 | 				fsl,mdc-pin = <19>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 194 |  | 
 | 195 | 				PHY0: ethernet-phy@0 { | 
 | 196 | 					interrupt-parent = <&PIC>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 197 | 					interrupts = <23 8>; | 
 | 198 | 					reg = <0x0>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 199 | 					device_type = "ethernet-phy"; | 
 | 200 | 				}; | 
 | 201 |  | 
 | 202 | 				PHY1: ethernet-phy@1 { | 
 | 203 | 					interrupt-parent = <&PIC>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 204 | 					interrupts = <23 8>; | 
 | 205 | 					reg = <0x3>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 206 | 					device_type = "ethernet-phy"; | 
 | 207 | 				}; | 
 | 208 | 			}; | 
 | 209 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 210 | 			eth0: ethernet@11300 { | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 211 | 				device_type = "network"; | 
 | 212 | 				compatible = "fsl,mpc8272-fcc-enet", | 
 | 213 | 				             "fsl,cpm2-fcc-enet"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 214 | 				reg = <0x11300 0x20 0x8400 0x100 0x11390 0x1>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 215 | 				local-mac-address = [ 00 00 00 00 00 00 ]; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 216 | 				interrupts = <32 8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 217 | 				interrupt-parent = <&PIC>; | 
 | 218 | 				phy-handle = <&PHY0>; | 
 | 219 | 				linux,network-index = <0>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 220 | 				fsl,cpm-command = <0x12000300>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 221 | 			}; | 
 | 222 |  | 
| Wolfgang Denk | c7a7a5b | 2009-05-12 21:06:14 +0200 | [diff] [blame] | 223 | 			eth1: ethernet@11320 { | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 224 | 				device_type = "network"; | 
 | 225 | 				compatible = "fsl,mpc8272-fcc-enet", | 
 | 226 | 				             "fsl,cpm2-fcc-enet"; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 227 | 				reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 228 | 				local-mac-address = [ 00 00 00 00 00 00 ]; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 229 | 				interrupts = <33 8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 230 | 				interrupt-parent = <&PIC>; | 
 | 231 | 				phy-handle = <&PHY1>; | 
 | 232 | 				linux,network-index = <1>; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 233 | 				fsl,cpm-command = <0x16200300>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 234 | 			}; | 
| Jochen Friedrich | a5d28c8 | 2008-07-02 18:06:13 +0200 | [diff] [blame] | 235 |  | 
 | 236 | 			i2c@11860 { | 
 | 237 | 				compatible = "fsl,mpc8272-i2c", | 
 | 238 | 					     "fsl,cpm2-i2c"; | 
 | 239 | 				reg = <0x11860 0x20 0x8afc 0x2>; | 
 | 240 | 				interrupts = <1 8>; | 
 | 241 | 				interrupt-parent = <&PIC>; | 
 | 242 | 				fsl,cpm-command = <0x29600000>; | 
 | 243 | 				#address-cells = <1>; | 
 | 244 | 				#size-cells = <0>; | 
 | 245 | 			}; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 246 | 		}; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 247 |  | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 248 | 		PIC: interrupt-controller@10c00 { | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 249 | 			#interrupt-cells = <2>; | 
 | 250 | 			interrupt-controller; | 
| Kumar Gala | 998c610 | 2008-04-17 09:40:48 -0500 | [diff] [blame] | 251 | 			reg = <0x10c00 0x80>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 252 | 			compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic"; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 253 | 		}; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 254 |  | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 255 | 		crypto@30000 { | 
| Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 256 | 			compatible = "fsl,sec1.0"; | 
 | 257 | 			reg = <0x40000 0x13000>; | 
 | 258 | 			interrupts = <47 0x8>; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 259 | 			interrupt-parent = <&PIC>; | 
| Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 260 | 			fsl,num-channels = <4>; | 
 | 261 | 			fsl,channel-fifo-len = <24>; | 
 | 262 | 			fsl,exec-units-mask = <0x7e>; | 
 | 263 | 			fsl,descriptor-types-mask = <0x1010415>; | 
| Scott Wood | 4b218e9 | 2007-08-21 02:36:19 +1000 | [diff] [blame] | 264 | 		}; | 
 | 265 | 	}; | 
| Scott Wood | e00c549 | 2007-09-14 15:41:56 -0500 | [diff] [blame] | 266 |  | 
 | 267 | 	chosen { | 
 | 268 | 		linux,stdout-path = "/soc/cpm/serial@11a00"; | 
 | 269 | 	}; | 
| Vitaly Bordug | e02f73e | 2006-10-02 22:22:36 +0400 | [diff] [blame] | 270 | }; |