| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 1 | /* | 
 | 2 |  * SAMSUNG EXYNOS5250 SoC device tree source | 
 | 3 |  * | 
 | 4 |  * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 
 | 5 |  *		http://www.samsung.com | 
 | 6 |  * | 
 | 7 |  * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file. | 
 | 8 |  * EXYNOS5250 based board files can include this file and provide | 
 | 9 |  * values for board specfic bindings. | 
 | 10 |  * | 
 | 11 |  * Note: This file does not include device nodes for all the controllers in | 
 | 12 |  * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases, | 
 | 13 |  * additional nodes can be added to this file. | 
 | 14 |  * | 
 | 15 |  * This program is free software; you can redistribute it and/or modify | 
 | 16 |  * it under the terms of the GNU General Public License version 2 as | 
 | 17 |  * published by the Free Software Foundation. | 
 | 18 | */ | 
 | 19 |  | 
 | 20 | /include/ "skeleton.dtsi" | 
 | 21 |  | 
 | 22 | / { | 
 | 23 | 	compatible = "samsung,exynos5250"; | 
 | 24 | 	interrupt-parent = <&gic>; | 
 | 25 |  | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 26 | 	aliases { | 
 | 27 | 		spi0 = &spi_0; | 
 | 28 | 		spi1 = &spi_1; | 
 | 29 | 		spi2 = &spi_2; | 
| Shaik Ameer Basha | 1128658 | 2012-09-07 14:13:08 +0900 | [diff] [blame] | 30 | 		gsc0 = &gsc_0; | 
 | 31 | 		gsc1 = &gsc_1; | 
 | 32 | 		gsc2 = &gsc_2; | 
 | 33 | 		gsc3 = &gsc_3; | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 34 | 	}; | 
 | 35 |  | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 36 | 	gic:interrupt-controller@10481000 { | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 37 | 		compatible = "arm,cortex-a9-gic"; | 
 | 38 | 		#interrupt-cells = <3>; | 
 | 39 | 		interrupt-controller; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 40 | 		reg = <0x10481000 0x1000>, <0x10482000 0x2000>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 41 | 	}; | 
 | 42 |  | 
| Thomas Abraham | fe84cdf | 2012-05-18 09:29:35 +0530 | [diff] [blame] | 43 | 	combiner:interrupt-controller@10440000 { | 
 | 44 | 		compatible = "samsung,exynos4210-combiner"; | 
 | 45 | 		#interrupt-cells = <2>; | 
 | 46 | 		interrupt-controller; | 
 | 47 | 		samsung,combiner-nr = <32>; | 
 | 48 | 		reg = <0x10440000 0x1000>; | 
 | 49 | 		interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>, | 
 | 50 | 			     <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>, | 
 | 51 | 			     <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>, | 
 | 52 | 			     <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>, | 
 | 53 | 			     <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>, | 
 | 54 | 			     <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>, | 
 | 55 | 			     <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>, | 
 | 56 | 			     <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>; | 
 | 57 | 	}; | 
 | 58 |  | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 59 | 	watchdog { | 
 | 60 | 		compatible = "samsung,s3c2410-wdt"; | 
 | 61 | 		reg = <0x101D0000 0x100>; | 
 | 62 | 		interrupts = <0 42 0>; | 
 | 63 | 	}; | 
 | 64 |  | 
 | 65 | 	rtc { | 
 | 66 | 		compatible = "samsung,s3c6410-rtc"; | 
 | 67 | 		reg = <0x101E0000 0x100>; | 
 | 68 | 		interrupts = <0 43 0>, <0 44 0>; | 
 | 69 | 	}; | 
 | 70 |  | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 71 | 	serial@12C00000 { | 
 | 72 | 		compatible = "samsung,exynos4210-uart"; | 
 | 73 | 		reg = <0x12C00000 0x100>; | 
 | 74 | 		interrupts = <0 51 0>; | 
 | 75 | 	}; | 
 | 76 |  | 
 | 77 | 	serial@12C10000 { | 
 | 78 | 		compatible = "samsung,exynos4210-uart"; | 
 | 79 | 		reg = <0x12C10000 0x100>; | 
 | 80 | 		interrupts = <0 52 0>; | 
 | 81 | 	}; | 
 | 82 |  | 
 | 83 | 	serial@12C20000 { | 
 | 84 | 		compatible = "samsung,exynos4210-uart"; | 
 | 85 | 		reg = <0x12C20000 0x100>; | 
 | 86 | 		interrupts = <0 53 0>; | 
 | 87 | 	}; | 
 | 88 |  | 
 | 89 | 	serial@12C30000 { | 
 | 90 | 		compatible = "samsung,exynos4210-uart"; | 
 | 91 | 		reg = <0x12C30000 0x100>; | 
 | 92 | 		interrupts = <0 54 0>; | 
 | 93 | 	}; | 
 | 94 |  | 
 | 95 | 	i2c@12C60000 { | 
 | 96 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 97 | 		reg = <0x12C60000 0x100>; | 
 | 98 | 		interrupts = <0 56 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 99 | 		#address-cells = <1>; | 
 | 100 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 101 | 	}; | 
 | 102 |  | 
 | 103 | 	i2c@12C70000 { | 
 | 104 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 105 | 		reg = <0x12C70000 0x100>; | 
 | 106 | 		interrupts = <0 57 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 107 | 		#address-cells = <1>; | 
 | 108 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 109 | 	}; | 
 | 110 |  | 
 | 111 | 	i2c@12C80000 { | 
 | 112 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 113 | 		reg = <0x12C80000 0x100>; | 
 | 114 | 		interrupts = <0 58 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 115 | 		#address-cells = <1>; | 
 | 116 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 117 | 	}; | 
 | 118 |  | 
 | 119 | 	i2c@12C90000 { | 
 | 120 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 121 | 		reg = <0x12C90000 0x100>; | 
 | 122 | 		interrupts = <0 59 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 123 | 		#address-cells = <1>; | 
 | 124 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 125 | 	}; | 
 | 126 |  | 
 | 127 | 	i2c@12CA0000 { | 
 | 128 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 129 | 		reg = <0x12CA0000 0x100>; | 
 | 130 | 		interrupts = <0 60 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 131 | 		#address-cells = <1>; | 
 | 132 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 133 | 	}; | 
 | 134 |  | 
 | 135 | 	i2c@12CB0000 { | 
 | 136 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 137 | 		reg = <0x12CB0000 0x100>; | 
 | 138 | 		interrupts = <0 61 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 139 | 		#address-cells = <1>; | 
 | 140 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 141 | 	}; | 
 | 142 |  | 
 | 143 | 	i2c@12CC0000 { | 
 | 144 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 145 | 		reg = <0x12CC0000 0x100>; | 
 | 146 | 		interrupts = <0 62 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 147 | 		#address-cells = <1>; | 
 | 148 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 149 | 	}; | 
 | 150 |  | 
 | 151 | 	i2c@12CD0000 { | 
 | 152 | 		compatible = "samsung,s3c2440-i2c"; | 
 | 153 | 		reg = <0x12CD0000 0x100>; | 
 | 154 | 		interrupts = <0 63 0>; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 155 | 		#address-cells = <1>; | 
 | 156 | 		#size-cells = <0>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 157 | 	}; | 
 | 158 |  | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 159 | 	spi_0: spi@12d20000 { | 
 | 160 | 		compatible = "samsung,exynos4210-spi"; | 
 | 161 | 		reg = <0x12d20000 0x100>; | 
 | 162 | 		interrupts = <0 66 0>; | 
| Arnd Bergmann | 5d74c8a | 2012-07-17 23:13:06 +0200 | [diff] [blame] | 163 | 		tx-dma-channel = <&pdma0 5>; /* preliminary */ | 
 | 164 | 		rx-dma-channel = <&pdma0 4>; /* preliminary */ | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 165 | 		#address-cells = <1>; | 
 | 166 | 		#size-cells = <0>; | 
 | 167 | 	}; | 
 | 168 |  | 
 | 169 | 	spi_1: spi@12d30000 { | 
 | 170 | 		compatible = "samsung,exynos4210-spi"; | 
 | 171 | 		reg = <0x12d30000 0x100>; | 
 | 172 | 		interrupts = <0 67 0>; | 
| Arnd Bergmann | 5d74c8a | 2012-07-17 23:13:06 +0200 | [diff] [blame] | 173 | 		tx-dma-channel = <&pdma1 5>; /* preliminary */ | 
 | 174 | 		rx-dma-channel = <&pdma1 4>; /* preliminary */ | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 175 | 		#address-cells = <1>; | 
 | 176 | 		#size-cells = <0>; | 
 | 177 | 	}; | 
 | 178 |  | 
 | 179 | 	spi_2: spi@12d40000 { | 
 | 180 | 		compatible = "samsung,exynos4210-spi"; | 
 | 181 | 		reg = <0x12d40000 0x100>; | 
 | 182 | 		interrupts = <0 68 0>; | 
| Arnd Bergmann | 5d74c8a | 2012-07-17 23:13:06 +0200 | [diff] [blame] | 183 | 		tx-dma-channel = <&pdma0 7>; /* preliminary */ | 
 | 184 | 		rx-dma-channel = <&pdma0 6>; /* preliminary */ | 
| Thomas Abraham | 79989ba | 2012-07-14 10:45:36 +0900 | [diff] [blame] | 185 | 		#address-cells = <1>; | 
 | 186 | 		#size-cells = <0>; | 
 | 187 | 	}; | 
 | 188 |  | 
| Thomas Abraham | 84bd48a | 2012-09-26 09:02:59 +0900 | [diff] [blame] | 189 | 	dwmmc0@12200000 { | 
 | 190 | 		compatible = "samsung,exynos5250-dw-mshc"; | 
 | 191 | 		reg = <0x12200000 0x1000>; | 
 | 192 | 		interrupts = <0 75 0>; | 
 | 193 | 		#address-cells = <1>; | 
 | 194 | 		#size-cells = <0>; | 
 | 195 | 	}; | 
 | 196 |  | 
 | 197 | 	dwmmc1@12210000 { | 
 | 198 | 		compatible = "samsung,exynos5250-dw-mshc"; | 
 | 199 | 		reg = <0x12210000 0x1000>; | 
 | 200 | 		interrupts = <0 76 0>; | 
 | 201 | 		#address-cells = <1>; | 
 | 202 | 		#size-cells = <0>; | 
 | 203 | 	}; | 
 | 204 |  | 
 | 205 | 	dwmmc2@12220000 { | 
 | 206 | 		compatible = "samsung,exynos5250-dw-mshc"; | 
 | 207 | 		reg = <0x12220000 0x1000>; | 
 | 208 | 		interrupts = <0 77 0>; | 
 | 209 | 		#address-cells = <1>; | 
 | 210 | 		#size-cells = <0>; | 
 | 211 | 	}; | 
 | 212 |  | 
 | 213 | 	dwmmc3@12230000 { | 
 | 214 | 		compatible = "samsung,exynos5250-dw-mshc"; | 
 | 215 | 		reg = <0x12230000 0x1000>; | 
 | 216 | 		interrupts = <0 78 0>; | 
 | 217 | 		#address-cells = <1>; | 
 | 218 | 		#size-cells = <0>; | 
 | 219 | 	}; | 
 | 220 |  | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 221 | 	amba { | 
 | 222 | 		#address-cells = <1>; | 
 | 223 | 		#size-cells = <1>; | 
 | 224 | 		compatible = "arm,amba-bus"; | 
 | 225 | 		interrupt-parent = <&gic>; | 
 | 226 | 		ranges; | 
 | 227 |  | 
 | 228 | 		pdma0: pdma@121A0000 { | 
 | 229 | 			compatible = "arm,pl330", "arm,primecell"; | 
 | 230 | 			reg = <0x121A0000 0x1000>; | 
 | 231 | 			interrupts = <0 34 0>; | 
 | 232 | 		}; | 
 | 233 |  | 
 | 234 | 		pdma1: pdma@121B0000 { | 
 | 235 | 			compatible = "arm,pl330", "arm,primecell"; | 
 | 236 | 			reg = <0x121B0000 0x1000>; | 
 | 237 | 			interrupts = <0 35 0>; | 
 | 238 | 		}; | 
 | 239 |  | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 240 | 		mdma0: mdma@10800000 { | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 241 | 			compatible = "arm,pl330", "arm,primecell"; | 
 | 242 | 			reg = <0x10800000 0x1000>; | 
 | 243 | 			interrupts = <0 33 0>; | 
 | 244 | 		}; | 
 | 245 |  | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 246 | 		mdma1: mdma@11C10000 { | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 247 | 			compatible = "arm,pl330", "arm,primecell"; | 
 | 248 | 			reg = <0x11C10000 0x1000>; | 
 | 249 | 			interrupts = <0 124 0>; | 
 | 250 | 		}; | 
 | 251 | 	}; | 
 | 252 |  | 
 | 253 | 	gpio-controllers { | 
 | 254 | 		#address-cells = <1>; | 
 | 255 | 		#size-cells = <1>; | 
 | 256 | 		gpio-controller; | 
 | 257 | 		ranges; | 
 | 258 |  | 
 | 259 | 		gpa0: gpio-controller@11400000 { | 
 | 260 | 			compatible = "samsung,exynos4-gpio"; | 
 | 261 | 			reg = <0x11400000 0x20>; | 
 | 262 | 			#gpio-cells = <4>; | 
 | 263 | 		}; | 
 | 264 |  | 
 | 265 | 		gpa1: gpio-controller@11400020 { | 
 | 266 | 			compatible = "samsung,exynos4-gpio"; | 
 | 267 | 			reg = <0x11400020 0x20>; | 
 | 268 | 			#gpio-cells = <4>; | 
 | 269 | 		}; | 
 | 270 |  | 
 | 271 | 		gpa2: gpio-controller@11400040 { | 
 | 272 | 			compatible = "samsung,exynos4-gpio"; | 
 | 273 | 			reg = <0x11400040 0x20>; | 
 | 274 | 			#gpio-cells = <4>; | 
 | 275 | 		}; | 
 | 276 |  | 
 | 277 | 		gpb0: gpio-controller@11400060 { | 
 | 278 | 			compatible = "samsung,exynos4-gpio"; | 
 | 279 | 			reg = <0x11400060 0x20>; | 
 | 280 | 			#gpio-cells = <4>; | 
 | 281 | 		}; | 
 | 282 |  | 
 | 283 | 		gpb1: gpio-controller@11400080 { | 
 | 284 | 			compatible = "samsung,exynos4-gpio"; | 
 | 285 | 			reg = <0x11400080 0x20>; | 
 | 286 | 			#gpio-cells = <4>; | 
 | 287 | 		}; | 
 | 288 |  | 
 | 289 | 		gpb2: gpio-controller@114000A0 { | 
 | 290 | 			compatible = "samsung,exynos4-gpio"; | 
 | 291 | 			reg = <0x114000A0 0x20>; | 
 | 292 | 			#gpio-cells = <4>; | 
 | 293 | 		}; | 
 | 294 |  | 
 | 295 | 		gpb3: gpio-controller@114000C0 { | 
 | 296 | 			compatible = "samsung,exynos4-gpio"; | 
 | 297 | 			reg = <0x114000C0 0x20>; | 
 | 298 | 			#gpio-cells = <4>; | 
 | 299 | 		}; | 
 | 300 |  | 
 | 301 | 		gpc0: gpio-controller@114000E0 { | 
 | 302 | 			compatible = "samsung,exynos4-gpio"; | 
 | 303 | 			reg = <0x114000E0 0x20>; | 
 | 304 | 			#gpio-cells = <4>; | 
 | 305 | 		}; | 
 | 306 |  | 
 | 307 | 		gpc1: gpio-controller@11400100 { | 
 | 308 | 			compatible = "samsung,exynos4-gpio"; | 
 | 309 | 			reg = <0x11400100 0x20>; | 
 | 310 | 			#gpio-cells = <4>; | 
 | 311 | 		}; | 
 | 312 |  | 
 | 313 | 		gpc2: gpio-controller@11400120 { | 
 | 314 | 			compatible = "samsung,exynos4-gpio"; | 
 | 315 | 			reg = <0x11400120 0x20>; | 
 | 316 | 			#gpio-cells = <4>; | 
 | 317 | 		}; | 
 | 318 |  | 
 | 319 | 		gpc3: gpio-controller@11400140 { | 
 | 320 | 			compatible = "samsung,exynos4-gpio"; | 
 | 321 | 			reg = <0x11400140 0x20>; | 
 | 322 | 			#gpio-cells = <4>; | 
 | 323 | 		}; | 
 | 324 |  | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 325 | 		gpc4: gpio-controller@114002E0 { | 
 | 326 | 			compatible = "samsung,exynos4-gpio"; | 
 | 327 | 			reg = <0x114002E0 0x20>; | 
 | 328 | 			#gpio-cells = <4>; | 
 | 329 | 		}; | 
 | 330 |  | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 331 | 		gpd0: gpio-controller@11400160 { | 
 | 332 | 			compatible = "samsung,exynos4-gpio"; | 
 | 333 | 			reg = <0x11400160 0x20>; | 
 | 334 | 			#gpio-cells = <4>; | 
 | 335 | 		}; | 
 | 336 |  | 
 | 337 | 		gpd1: gpio-controller@11400180 { | 
 | 338 | 			compatible = "samsung,exynos4-gpio"; | 
 | 339 | 			reg = <0x11400180 0x20>; | 
 | 340 | 			#gpio-cells = <4>; | 
 | 341 | 		}; | 
 | 342 |  | 
 | 343 | 		gpy0: gpio-controller@114001A0 { | 
 | 344 | 			compatible = "samsung,exynos4-gpio"; | 
 | 345 | 			reg = <0x114001A0 0x20>; | 
 | 346 | 			#gpio-cells = <4>; | 
 | 347 | 		}; | 
 | 348 |  | 
 | 349 | 		gpy1: gpio-controller@114001C0 { | 
 | 350 | 			compatible = "samsung,exynos4-gpio"; | 
 | 351 | 			reg = <0x114001C0 0x20>; | 
 | 352 | 			#gpio-cells = <4>; | 
 | 353 | 		}; | 
 | 354 |  | 
 | 355 | 		gpy2: gpio-controller@114001E0 { | 
 | 356 | 			compatible = "samsung,exynos4-gpio"; | 
 | 357 | 			reg = <0x114001E0 0x20>; | 
 | 358 | 			#gpio-cells = <4>; | 
 | 359 | 		}; | 
 | 360 |  | 
 | 361 | 		gpy3: gpio-controller@11400200 { | 
 | 362 | 			compatible = "samsung,exynos4-gpio"; | 
 | 363 | 			reg = <0x11400200 0x20>; | 
 | 364 | 			#gpio-cells = <4>; | 
 | 365 | 		}; | 
 | 366 |  | 
 | 367 | 		gpy4: gpio-controller@11400220 { | 
 | 368 | 			compatible = "samsung,exynos4-gpio"; | 
 | 369 | 			reg = <0x11400220 0x20>; | 
 | 370 | 			#gpio-cells = <4>; | 
 | 371 | 		}; | 
 | 372 |  | 
 | 373 | 		gpy5: gpio-controller@11400240 { | 
 | 374 | 			compatible = "samsung,exynos4-gpio"; | 
 | 375 | 			reg = <0x11400240 0x20>; | 
 | 376 | 			#gpio-cells = <4>; | 
 | 377 | 		}; | 
 | 378 |  | 
 | 379 | 		gpy6: gpio-controller@11400260 { | 
 | 380 | 			compatible = "samsung,exynos4-gpio"; | 
 | 381 | 			reg = <0x11400260 0x20>; | 
 | 382 | 			#gpio-cells = <4>; | 
 | 383 | 		}; | 
 | 384 |  | 
 | 385 | 		gpx0: gpio-controller@11400C00 { | 
 | 386 | 			compatible = "samsung,exynos4-gpio"; | 
 | 387 | 			reg = <0x11400C00 0x20>; | 
 | 388 | 			#gpio-cells = <4>; | 
 | 389 | 		}; | 
 | 390 |  | 
 | 391 | 		gpx1: gpio-controller@11400C20 { | 
 | 392 | 			compatible = "samsung,exynos4-gpio"; | 
 | 393 | 			reg = <0x11400C20 0x20>; | 
 | 394 | 			#gpio-cells = <4>; | 
 | 395 | 		}; | 
 | 396 |  | 
 | 397 | 		gpx2: gpio-controller@11400C40 { | 
 | 398 | 			compatible = "samsung,exynos4-gpio"; | 
 | 399 | 			reg = <0x11400C40 0x20>; | 
 | 400 | 			#gpio-cells = <4>; | 
 | 401 | 		}; | 
 | 402 |  | 
 | 403 | 		gpx3: gpio-controller@11400C60 { | 
 | 404 | 			compatible = "samsung,exynos4-gpio"; | 
 | 405 | 			reg = <0x11400C60 0x20>; | 
 | 406 | 			#gpio-cells = <4>; | 
 | 407 | 		}; | 
 | 408 |  | 
 | 409 | 		gpe0: gpio-controller@13400000 { | 
 | 410 | 			compatible = "samsung,exynos4-gpio"; | 
 | 411 | 			reg = <0x13400000 0x20>; | 
 | 412 | 			#gpio-cells = <4>; | 
 | 413 | 		}; | 
 | 414 |  | 
 | 415 | 		gpe1: gpio-controller@13400020 { | 
 | 416 | 			compatible = "samsung,exynos4-gpio"; | 
 | 417 | 			reg = <0x13400020 0x20>; | 
 | 418 | 			#gpio-cells = <4>; | 
 | 419 | 		}; | 
 | 420 |  | 
 | 421 | 		gpf0: gpio-controller@13400040 { | 
 | 422 | 			compatible = "samsung,exynos4-gpio"; | 
 | 423 | 			reg = <0x13400040 0x20>; | 
 | 424 | 			#gpio-cells = <4>; | 
 | 425 | 		}; | 
 | 426 |  | 
 | 427 | 		gpf1: gpio-controller@13400060 { | 
 | 428 | 			compatible = "samsung,exynos4-gpio"; | 
 | 429 | 			reg = <0x13400060 0x20>; | 
 | 430 | 			#gpio-cells = <4>; | 
 | 431 | 		}; | 
 | 432 |  | 
 | 433 | 		gpg0: gpio-controller@13400080 { | 
 | 434 | 			compatible = "samsung,exynos4-gpio"; | 
 | 435 | 			reg = <0x13400080 0x20>; | 
 | 436 | 			#gpio-cells = <4>; | 
 | 437 | 		}; | 
 | 438 |  | 
 | 439 | 		gpg1: gpio-controller@134000A0 { | 
 | 440 | 			compatible = "samsung,exynos4-gpio"; | 
 | 441 | 			reg = <0x134000A0 0x20>; | 
 | 442 | 			#gpio-cells = <4>; | 
 | 443 | 		}; | 
 | 444 |  | 
 | 445 | 		gpg2: gpio-controller@134000C0 { | 
 | 446 | 			compatible = "samsung,exynos4-gpio"; | 
 | 447 | 			reg = <0x134000C0 0x20>; | 
 | 448 | 			#gpio-cells = <4>; | 
 | 449 | 		}; | 
 | 450 |  | 
 | 451 | 		gph0: gpio-controller@134000E0 { | 
 | 452 | 			compatible = "samsung,exynos4-gpio"; | 
 | 453 | 			reg = <0x134000E0 0x20>; | 
 | 454 | 			#gpio-cells = <4>; | 
 | 455 | 		}; | 
 | 456 |  | 
 | 457 | 		gph1: gpio-controller@13400100 { | 
 | 458 | 			compatible = "samsung,exynos4-gpio"; | 
 | 459 | 			reg = <0x13400100 0x20>; | 
 | 460 | 			#gpio-cells = <4>; | 
 | 461 | 		}; | 
 | 462 |  | 
 | 463 | 		gpv0: gpio-controller@10D10000 { | 
 | 464 | 			compatible = "samsung,exynos4-gpio"; | 
 | 465 | 			reg = <0x10D10000 0x20>; | 
 | 466 | 			#gpio-cells = <4>; | 
 | 467 | 		}; | 
 | 468 |  | 
 | 469 | 		gpv1: gpio-controller@10D10020 { | 
 | 470 | 			compatible = "samsung,exynos4-gpio"; | 
 | 471 | 			reg = <0x10D10020 0x20>; | 
 | 472 | 			#gpio-cells = <4>; | 
 | 473 | 		}; | 
 | 474 |  | 
 | 475 | 		gpv2: gpio-controller@10D10040 { | 
 | 476 | 			compatible = "samsung,exynos4-gpio"; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 477 | 			reg = <0x10D10060 0x20>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 478 | 			#gpio-cells = <4>; | 
 | 479 | 		}; | 
 | 480 |  | 
 | 481 | 		gpv3: gpio-controller@10D10060 { | 
 | 482 | 			compatible = "samsung,exynos4-gpio"; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 483 | 			reg = <0x10D10080 0x20>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 484 | 			#gpio-cells = <4>; | 
 | 485 | 		}; | 
 | 486 |  | 
 | 487 | 		gpv4: gpio-controller@10D10080 { | 
 | 488 | 			compatible = "samsung,exynos4-gpio"; | 
| Thomas Abraham | 009f7c9 | 2012-05-15 23:47:53 +0900 | [diff] [blame] | 489 | 			reg = <0x10D100C0 0x20>; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 490 | 			#gpio-cells = <4>; | 
 | 491 | 		}; | 
 | 492 |  | 
 | 493 | 		gpz: gpio-controller@03860000 { | 
 | 494 | 			compatible = "samsung,exynos4-gpio"; | 
 | 495 | 			reg = <0x03860000 0x20>; | 
 | 496 | 			#gpio-cells = <4>; | 
 | 497 | 		}; | 
 | 498 | 	}; | 
| Shaik Ameer Basha | 1128658 | 2012-09-07 14:13:08 +0900 | [diff] [blame] | 499 |  | 
 | 500 | 	gsc_0:  gsc@0x13e00000 { | 
 | 501 | 		compatible = "samsung,exynos5-gsc"; | 
 | 502 | 		reg = <0x13e00000 0x1000>; | 
 | 503 | 		interrupts = <0 85 0>; | 
 | 504 | 	}; | 
 | 505 |  | 
 | 506 | 	gsc_1:  gsc@0x13e10000 { | 
 | 507 | 		compatible = "samsung,exynos5-gsc"; | 
 | 508 | 		reg = <0x13e10000 0x1000>; | 
 | 509 | 		interrupts = <0 86 0>; | 
 | 510 | 	}; | 
 | 511 |  | 
 | 512 | 	gsc_2:  gsc@0x13e20000 { | 
 | 513 | 		compatible = "samsung,exynos5-gsc"; | 
 | 514 | 		reg = <0x13e20000 0x1000>; | 
 | 515 | 		interrupts = <0 87 0>; | 
 | 516 | 	}; | 
 | 517 |  | 
 | 518 | 	gsc_3:  gsc@0x13e30000 { | 
 | 519 | 		compatible = "samsung,exynos5-gsc"; | 
 | 520 | 		reg = <0x13e30000 0x1000>; | 
 | 521 | 		interrupts = <0 88 0>; | 
 | 522 | 	}; | 
| Kukjin Kim | b074abb | 2012-02-10 13:12:21 +0900 | [diff] [blame] | 523 | }; |