Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Samsung's Exynos3250 SoC device tree source |
| 3 | * |
| 4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
| 5 | * http://www.samsung.com |
| 6 | * |
| 7 | * Samsung's Exynos3250 SoC device nodes are listed in this file. Exynos3250 |
| 8 | * based board files can include this file and provide values for board specfic |
| 9 | * bindings. |
| 10 | * |
| 11 | * Note: This file does not include device nodes for all the controllers in |
| 12 | * Exynos3250 SoC. As device tree coverage for Exynos3250 increases, additional |
| 13 | * 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 | #include <dt-bindings/clock/exynos3250.h> |
| 22 | |
| 23 | / { |
| 24 | compatible = "samsung,exynos3250"; |
| 25 | interrupt-parent = <&gic>; |
| 26 | |
| 27 | aliases { |
| 28 | pinctrl0 = &pinctrl_0; |
| 29 | pinctrl1 = &pinctrl_1; |
| 30 | mshc0 = &mshc_0; |
| 31 | mshc1 = &mshc_1; |
| 32 | spi0 = &spi_0; |
| 33 | spi1 = &spi_1; |
| 34 | i2c0 = &i2c_0; |
| 35 | i2c1 = &i2c_1; |
| 36 | i2c2 = &i2c_2; |
| 37 | i2c3 = &i2c_3; |
| 38 | i2c4 = &i2c_4; |
| 39 | i2c5 = &i2c_5; |
| 40 | i2c6 = &i2c_6; |
| 41 | i2c7 = &i2c_7; |
Tomasz Figa | 1e64f48 | 2014-06-26 13:24:35 +0200 | [diff] [blame] | 42 | serial0 = &serial_0; |
| 43 | serial1 = &serial_1; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 44 | }; |
| 45 | |
| 46 | cpus { |
| 47 | #address-cells = <1>; |
| 48 | #size-cells = <0>; |
| 49 | |
| 50 | cpu0: cpu@0 { |
| 51 | device_type = "cpu"; |
| 52 | compatible = "arm,cortex-a7"; |
| 53 | reg = <0>; |
| 54 | clock-frequency = <1000000000>; |
| 55 | }; |
| 56 | |
| 57 | cpu1: cpu@1 { |
| 58 | device_type = "cpu"; |
| 59 | compatible = "arm,cortex-a7"; |
| 60 | reg = <1>; |
| 61 | clock-frequency = <1000000000>; |
| 62 | }; |
| 63 | }; |
| 64 | |
| 65 | soc: soc { |
| 66 | compatible = "simple-bus"; |
| 67 | #address-cells = <1>; |
| 68 | #size-cells = <1>; |
| 69 | ranges; |
| 70 | |
| 71 | fixed-rate-clocks { |
| 72 | #address-cells = <1>; |
| 73 | #size-cells = <0>; |
| 74 | |
| 75 | xusbxti: clock@0 { |
| 76 | compatible = "fixed-clock"; |
| 77 | #address-cells = <1>; |
| 78 | #size-cells = <0>; |
| 79 | reg = <0>; |
| 80 | clock-frequency = <0>; |
| 81 | #clock-cells = <0>; |
| 82 | clock-output-names = "xusbxti"; |
| 83 | }; |
| 84 | |
| 85 | xxti: clock@1 { |
| 86 | compatible = "fixed-clock"; |
| 87 | reg = <1>; |
| 88 | clock-frequency = <0>; |
| 89 | #clock-cells = <0>; |
| 90 | clock-output-names = "xxti"; |
| 91 | }; |
| 92 | |
| 93 | xtcxo: clock@2 { |
| 94 | compatible = "fixed-clock"; |
| 95 | reg = <2>; |
| 96 | clock-frequency = <0>; |
| 97 | #clock-cells = <0>; |
| 98 | clock-output-names = "xtcxo"; |
| 99 | }; |
| 100 | }; |
| 101 | |
| 102 | sysram@02020000 { |
| 103 | compatible = "mmio-sram"; |
| 104 | reg = <0x02020000 0x40000>; |
| 105 | #address-cells = <1>; |
| 106 | #size-cells = <1>; |
| 107 | ranges = <0 0x02020000 0x40000>; |
| 108 | |
| 109 | smp-sysram@0 { |
| 110 | compatible = "samsung,exynos4210-sysram"; |
| 111 | reg = <0x0 0x1000>; |
| 112 | }; |
| 113 | |
| 114 | smp-sysram@3f000 { |
| 115 | compatible = "samsung,exynos4210-sysram-ns"; |
| 116 | reg = <0x3f000 0x1000>; |
| 117 | }; |
| 118 | }; |
| 119 | |
| 120 | chipid@10000000 { |
| 121 | compatible = "samsung,exynos4210-chipid"; |
| 122 | reg = <0x10000000 0x100>; |
| 123 | }; |
| 124 | |
| 125 | sys_reg: syscon@10010000 { |
| 126 | compatible = "samsung,exynos3-sysreg", "syscon"; |
| 127 | reg = <0x10010000 0x400>; |
| 128 | }; |
| 129 | |
Chanwoo Choi | 2502392 | 2014-05-31 02:17:22 +0900 | [diff] [blame] | 130 | pmu_system_controller: system-controller@10020000 { |
| 131 | compatible = "samsung,exynos3250-pmu", "syscon"; |
| 132 | reg = <0x10020000 0x4000>; |
Marc Zyngier | 8b283c0 | 2015-03-11 15:44:52 +0000 | [diff] [blame^] | 133 | interrupt-controller; |
| 134 | #interrupt-cells = <3>; |
| 135 | interrupt-parent = <&gic>; |
Chanwoo Choi | 2502392 | 2014-05-31 02:17:22 +0900 | [diff] [blame] | 136 | }; |
| 137 | |
Inki Dae | 9fab9d6 | 2014-08-13 20:46:12 +0900 | [diff] [blame] | 138 | mipi_phy: video-phy@10020710 { |
| 139 | compatible = "samsung,s5pv210-mipi-video-phy"; |
| 140 | reg = <0x10020710 8>; |
| 141 | #phy-cells = <1>; |
| 142 | }; |
| 143 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 144 | pd_cam: cam-power-domain@10023C00 { |
| 145 | compatible = "samsung,exynos4210-pd"; |
| 146 | reg = <0x10023C00 0x20>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 147 | #power-domain-cells = <0>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 148 | }; |
| 149 | |
| 150 | pd_mfc: mfc-power-domain@10023C40 { |
| 151 | compatible = "samsung,exynos4210-pd"; |
| 152 | reg = <0x10023C40 0x20>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 153 | #power-domain-cells = <0>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 154 | }; |
| 155 | |
| 156 | pd_g3d: g3d-power-domain@10023C60 { |
| 157 | compatible = "samsung,exynos4210-pd"; |
| 158 | reg = <0x10023C60 0x20>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 159 | #power-domain-cells = <0>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 160 | }; |
| 161 | |
| 162 | pd_lcd0: lcd0-power-domain@10023C80 { |
| 163 | compatible = "samsung,exynos4210-pd"; |
| 164 | reg = <0x10023C80 0x20>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 165 | #power-domain-cells = <0>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 166 | }; |
| 167 | |
| 168 | pd_isp: isp-power-domain@10023CA0 { |
| 169 | compatible = "samsung,exynos4210-pd"; |
| 170 | reg = <0x10023CA0 0x20>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 171 | #power-domain-cells = <0>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 172 | }; |
| 173 | |
| 174 | cmu: clock-controller@10030000 { |
| 175 | compatible = "samsung,exynos3250-cmu"; |
| 176 | reg = <0x10030000 0x20000>; |
| 177 | #clock-cells = <1>; |
| 178 | }; |
| 179 | |
Krzysztof Kozlowski | d0e73ea | 2014-09-02 15:21:16 +0200 | [diff] [blame] | 180 | cmu_dmc: clock-controller@105C0000 { |
| 181 | compatible = "samsung,exynos3250-cmu-dmc"; |
| 182 | reg = <0x105C0000 0x2000>; |
| 183 | #clock-cells = <1>; |
| 184 | }; |
| 185 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 186 | rtc: rtc@10070000 { |
Chanwoo Choi | 7823047 | 2014-10-13 15:52:37 -0700 | [diff] [blame] | 187 | compatible = "samsung,exynos3250-rtc"; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 188 | reg = <0x10070000 0x100>; |
| 189 | interrupts = <0 73 0>, <0 74 0>; |
Marc Zyngier | 8b283c0 | 2015-03-11 15:44:52 +0000 | [diff] [blame^] | 190 | interrupt-parent = <&pmu_system_controller>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 191 | status = "disabled"; |
| 192 | }; |
| 193 | |
Chanwoo Choi | 9dfb334 | 2014-07-30 07:57:24 +0900 | [diff] [blame] | 194 | tmu: tmu@100C0000 { |
| 195 | compatible = "samsung,exynos3250-tmu"; |
| 196 | reg = <0x100C0000 0x100>; |
| 197 | interrupts = <0 216 0>; |
| 198 | clocks = <&cmu CLK_TMU_APBIF>; |
| 199 | clock-names = "tmu_apbif"; |
| 200 | status = "disabled"; |
| 201 | }; |
| 202 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 203 | gic: interrupt-controller@10481000 { |
| 204 | compatible = "arm,cortex-a15-gic"; |
| 205 | #interrupt-cells = <3>; |
| 206 | interrupt-controller; |
| 207 | reg = <0x10481000 0x1000>, |
| 208 | <0x10482000 0x1000>, |
| 209 | <0x10484000 0x2000>, |
| 210 | <0x10486000 0x2000>; |
| 211 | interrupts = <1 9 0xf04>; |
| 212 | }; |
| 213 | |
| 214 | mct@10050000 { |
| 215 | compatible = "samsung,exynos4210-mct"; |
| 216 | reg = <0x10050000 0x800>; |
| 217 | interrupts = <0 218 0>, <0 219 0>, <0 220 0>, <0 221 0>, |
| 218 | <0 223 0>, <0 226 0>, <0 227 0>, <0 228 0>; |
| 219 | clocks = <&cmu CLK_FIN_PLL>, <&cmu CLK_MCT>; |
| 220 | clock-names = "fin_pll", "mct"; |
| 221 | }; |
| 222 | |
| 223 | pinctrl_1: pinctrl@11000000 { |
| 224 | compatible = "samsung,exynos3250-pinctrl"; |
| 225 | reg = <0x11000000 0x1000>; |
| 226 | interrupts = <0 225 0>; |
| 227 | |
| 228 | wakeup-interrupt-controller { |
| 229 | compatible = "samsung,exynos4210-wakeup-eint"; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 230 | interrupts = <0 48 0>; |
| 231 | }; |
| 232 | }; |
| 233 | |
| 234 | pinctrl_0: pinctrl@11400000 { |
| 235 | compatible = "samsung,exynos3250-pinctrl"; |
| 236 | reg = <0x11400000 0x1000>; |
| 237 | interrupts = <0 240 0>; |
| 238 | }; |
| 239 | |
Inki Dae | 03b86c79 | 2014-08-13 20:37:53 +0900 | [diff] [blame] | 240 | fimd: fimd@11c00000 { |
| 241 | compatible = "samsung,exynos3250-fimd"; |
| 242 | reg = <0x11c00000 0x30000>; |
| 243 | interrupt-names = "fifo", "vsync", "lcd_sys"; |
| 244 | interrupts = <0 84 0>, <0 85 0>, <0 86 0>; |
| 245 | clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>; |
| 246 | clock-names = "sclk_fimd", "fimd"; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 247 | power-domains = <&pd_lcd0>; |
Inki Dae | 03b86c79 | 2014-08-13 20:37:53 +0900 | [diff] [blame] | 248 | samsung,sysreg = <&sys_reg>; |
| 249 | status = "disabled"; |
| 250 | }; |
| 251 | |
Inki Dae | 025d8e1 | 2014-08-13 20:53:47 +0900 | [diff] [blame] | 252 | dsi_0: dsi@11C80000 { |
| 253 | compatible = "samsung,exynos3250-mipi-dsi"; |
| 254 | reg = <0x11C80000 0x10000>; |
| 255 | interrupts = <0 83 0>; |
| 256 | samsung,phy-type = <0>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 257 | power-domains = <&pd_lcd0>; |
Inki Dae | 025d8e1 | 2014-08-13 20:53:47 +0900 | [diff] [blame] | 258 | phys = <&mipi_phy 1>; |
| 259 | phy-names = "dsim"; |
| 260 | clocks = <&cmu CLK_DSIM0>, <&cmu CLK_SCLK_MIPI0>; |
| 261 | clock-names = "bus_clk", "pll_clk"; |
| 262 | #address-cells = <1>; |
| 263 | #size-cells = <0>; |
| 264 | status = "disabled"; |
| 265 | }; |
| 266 | |
Jaewon Kim | e0c6e92 | 2015-01-12 17:54:54 +0900 | [diff] [blame] | 267 | hsotg: hsotg@12480000 { |
| 268 | compatible = "snps,dwc2"; |
| 269 | reg = <0x12480000 0x20000>; |
| 270 | interrupts = <0 141 0>; |
| 271 | clocks = <&cmu CLK_USBOTG>; |
| 272 | clock-names = "otg"; |
| 273 | phys = <&exynos_usbphy 0>; |
| 274 | phy-names = "usb2-phy"; |
| 275 | status = "disabled"; |
| 276 | }; |
| 277 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 278 | mshc_0: mshc@12510000 { |
| 279 | compatible = "samsung,exynos5250-dw-mshc"; |
| 280 | reg = <0x12510000 0x1000>; |
| 281 | interrupts = <0 142 0>; |
| 282 | clocks = <&cmu CLK_SDMMC0>, <&cmu CLK_SCLK_MMC0>; |
| 283 | clock-names = "biu", "ciu"; |
| 284 | fifo-depth = <0x80>; |
| 285 | #address-cells = <1>; |
| 286 | #size-cells = <0>; |
| 287 | status = "disabled"; |
| 288 | }; |
| 289 | |
| 290 | mshc_1: mshc@12520000 { |
| 291 | compatible = "samsung,exynos5250-dw-mshc"; |
| 292 | reg = <0x12520000 0x1000>; |
| 293 | interrupts = <0 143 0>; |
| 294 | clocks = <&cmu CLK_SDMMC1>, <&cmu CLK_SCLK_MMC1>; |
| 295 | clock-names = "biu", "ciu"; |
| 296 | fifo-depth = <0x80>; |
| 297 | #address-cells = <1>; |
| 298 | #size-cells = <0>; |
| 299 | status = "disabled"; |
| 300 | }; |
| 301 | |
Jaewon Kim | 11ab02b | 2015-01-12 17:54:54 +0900 | [diff] [blame] | 302 | exynos_usbphy: exynos-usbphy@125B0000 { |
| 303 | compatible = "samsung,exynos3250-usb2-phy"; |
| 304 | reg = <0x125B0000 0x100>; |
| 305 | samsung,pmureg-phandle = <&pmu_system_controller>; |
| 306 | clocks = <&cmu CLK_USBOTG>, <&cmu CLK_SCLK_UPLL>; |
| 307 | clock-names = "phy", "ref"; |
| 308 | #phy-cells = <1>; |
| 309 | status = "disabled"; |
| 310 | }; |
| 311 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 312 | amba { |
| 313 | compatible = "arm,amba-bus"; |
| 314 | #address-cells = <1>; |
| 315 | #size-cells = <1>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 316 | ranges; |
| 317 | |
| 318 | pdma0: pdma@12680000 { |
| 319 | compatible = "arm,pl330", "arm,primecell"; |
| 320 | reg = <0x12680000 0x1000>; |
| 321 | interrupts = <0 138 0>; |
| 322 | clocks = <&cmu CLK_PDMA0>; |
| 323 | clock-names = "apb_pclk"; |
| 324 | #dma-cells = <1>; |
| 325 | #dma-channels = <8>; |
| 326 | #dma-requests = <32>; |
| 327 | }; |
| 328 | |
| 329 | pdma1: pdma@12690000 { |
| 330 | compatible = "arm,pl330", "arm,primecell"; |
| 331 | reg = <0x12690000 0x1000>; |
| 332 | interrupts = <0 139 0>; |
| 333 | clocks = <&cmu CLK_PDMA1>; |
| 334 | clock-names = "apb_pclk"; |
| 335 | #dma-cells = <1>; |
| 336 | #dma-channels = <8>; |
| 337 | #dma-requests = <32>; |
| 338 | }; |
| 339 | }; |
| 340 | |
| 341 | adc: adc@126C0000 { |
Chanwoo Choi | e6ca2d8 | 2014-07-22 03:04:00 +0100 | [diff] [blame] | 342 | compatible = "samsung,exynos3250-adc", |
| 343 | "samsung,exynos-adc-v2"; |
Naveen Krishna Chatradhi | db9bf4d | 2014-09-16 09:58:00 +0100 | [diff] [blame] | 344 | reg = <0x126C0000 0x100>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 345 | interrupts = <0 137 0>; |
Chanwoo Choi | e6ca2d8 | 2014-07-22 03:04:00 +0100 | [diff] [blame] | 346 | clock-names = "adc", "sclk"; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 347 | clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>; |
| 348 | #io-channel-cells = <1>; |
| 349 | io-channel-ranges; |
Naveen Krishna Chatradhi | db9bf4d | 2014-09-16 09:58:00 +0100 | [diff] [blame] | 350 | samsung,syscon-phandle = <&pmu_system_controller>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 351 | status = "disabled"; |
| 352 | }; |
| 353 | |
Jacek Anaszewski | 752d3a2 | 2014-09-24 01:33:23 +0900 | [diff] [blame] | 354 | mfc: codec@13400000 { |
| 355 | compatible = "samsung,mfc-v7"; |
| 356 | reg = <0x13400000 0x10000>; |
| 357 | interrupts = <0 102 0>; |
| 358 | clock-names = "mfc", "sclk_mfc"; |
| 359 | clocks = <&cmu CLK_MFC>, <&cmu CLK_SCLK_MFC>; |
Marek Szyprowski | 0da6587 | 2015-01-24 13:16:15 +0900 | [diff] [blame] | 360 | power-domains = <&pd_mfc>; |
Jacek Anaszewski | 752d3a2 | 2014-09-24 01:33:23 +0900 | [diff] [blame] | 361 | status = "disabled"; |
| 362 | }; |
| 363 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 364 | serial_0: serial@13800000 { |
| 365 | compatible = "samsung,exynos4210-uart"; |
| 366 | reg = <0x13800000 0x100>; |
| 367 | interrupts = <0 109 0>; |
| 368 | clocks = <&cmu CLK_UART0>, <&cmu CLK_SCLK_UART0>; |
| 369 | clock-names = "uart", "clk_uart_baud0"; |
Chanwoo Choi | a9408a6 | 2014-07-30 07:57:32 +0900 | [diff] [blame] | 370 | pinctrl-names = "default"; |
| 371 | pinctrl-0 = <&uart0_data &uart0_fctl>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 372 | status = "disabled"; |
| 373 | }; |
| 374 | |
| 375 | serial_1: serial@13810000 { |
| 376 | compatible = "samsung,exynos4210-uart"; |
| 377 | reg = <0x13810000 0x100>; |
| 378 | interrupts = <0 110 0>; |
| 379 | clocks = <&cmu CLK_UART1>, <&cmu CLK_SCLK_UART1>; |
| 380 | clock-names = "uart", "clk_uart_baud0"; |
Chanwoo Choi | a9408a6 | 2014-07-30 07:57:32 +0900 | [diff] [blame] | 381 | pinctrl-names = "default"; |
| 382 | pinctrl-0 = <&uart1_data>; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 383 | status = "disabled"; |
| 384 | }; |
| 385 | |
| 386 | i2c_0: i2c@13860000 { |
| 387 | #address-cells = <1>; |
| 388 | #size-cells = <0>; |
| 389 | compatible = "samsung,s3c2440-i2c"; |
| 390 | reg = <0x13860000 0x100>; |
| 391 | interrupts = <0 113 0>; |
| 392 | clocks = <&cmu CLK_I2C0>; |
| 393 | clock-names = "i2c"; |
| 394 | pinctrl-names = "default"; |
| 395 | pinctrl-0 = <&i2c0_bus>; |
| 396 | status = "disabled"; |
| 397 | }; |
| 398 | |
| 399 | i2c_1: i2c@13870000 { |
| 400 | #address-cells = <1>; |
| 401 | #size-cells = <0>; |
| 402 | compatible = "samsung,s3c2440-i2c"; |
| 403 | reg = <0x13870000 0x100>; |
| 404 | interrupts = <0 114 0>; |
| 405 | clocks = <&cmu CLK_I2C1>; |
| 406 | clock-names = "i2c"; |
| 407 | pinctrl-names = "default"; |
| 408 | pinctrl-0 = <&i2c1_bus>; |
| 409 | status = "disabled"; |
| 410 | }; |
| 411 | |
| 412 | i2c_2: i2c@13880000 { |
| 413 | #address-cells = <1>; |
| 414 | #size-cells = <0>; |
| 415 | compatible = "samsung,s3c2440-i2c"; |
| 416 | reg = <0x13880000 0x100>; |
| 417 | interrupts = <0 115 0>; |
| 418 | clocks = <&cmu CLK_I2C2>; |
| 419 | clock-names = "i2c"; |
| 420 | pinctrl-names = "default"; |
| 421 | pinctrl-0 = <&i2c2_bus>; |
| 422 | status = "disabled"; |
| 423 | }; |
| 424 | |
| 425 | i2c_3: i2c@13890000 { |
| 426 | #address-cells = <1>; |
| 427 | #size-cells = <0>; |
| 428 | compatible = "samsung,s3c2440-i2c"; |
| 429 | reg = <0x13890000 0x100>; |
| 430 | interrupts = <0 116 0>; |
| 431 | clocks = <&cmu CLK_I2C3>; |
| 432 | clock-names = "i2c"; |
| 433 | pinctrl-names = "default"; |
| 434 | pinctrl-0 = <&i2c3_bus>; |
| 435 | status = "disabled"; |
| 436 | }; |
| 437 | |
| 438 | i2c_4: i2c@138A0000 { |
| 439 | #address-cells = <1>; |
| 440 | #size-cells = <0>; |
| 441 | compatible = "samsung,s3c2440-i2c"; |
| 442 | reg = <0x138A0000 0x100>; |
| 443 | interrupts = <0 117 0>; |
| 444 | clocks = <&cmu CLK_I2C4>; |
| 445 | clock-names = "i2c"; |
| 446 | pinctrl-names = "default"; |
| 447 | pinctrl-0 = <&i2c4_bus>; |
| 448 | status = "disabled"; |
| 449 | }; |
| 450 | |
| 451 | i2c_5: i2c@138B0000 { |
| 452 | #address-cells = <1>; |
| 453 | #size-cells = <0>; |
| 454 | compatible = "samsung,s3c2440-i2c"; |
| 455 | reg = <0x138B0000 0x100>; |
| 456 | interrupts = <0 118 0>; |
| 457 | clocks = <&cmu CLK_I2C5>; |
| 458 | clock-names = "i2c"; |
| 459 | pinctrl-names = "default"; |
| 460 | pinctrl-0 = <&i2c5_bus>; |
| 461 | status = "disabled"; |
| 462 | }; |
| 463 | |
| 464 | i2c_6: i2c@138C0000 { |
| 465 | #address-cells = <1>; |
| 466 | #size-cells = <0>; |
| 467 | compatible = "samsung,s3c2440-i2c"; |
| 468 | reg = <0x138C0000 0x100>; |
| 469 | interrupts = <0 119 0>; |
| 470 | clocks = <&cmu CLK_I2C6>; |
| 471 | clock-names = "i2c"; |
| 472 | pinctrl-names = "default"; |
| 473 | pinctrl-0 = <&i2c6_bus>; |
| 474 | status = "disabled"; |
| 475 | }; |
| 476 | |
| 477 | i2c_7: i2c@138D0000 { |
| 478 | #address-cells = <1>; |
| 479 | #size-cells = <0>; |
| 480 | compatible = "samsung,s3c2440-i2c"; |
| 481 | reg = <0x138D0000 0x100>; |
| 482 | interrupts = <0 120 0>; |
| 483 | clocks = <&cmu CLK_I2C7>; |
| 484 | clock-names = "i2c"; |
| 485 | pinctrl-names = "default"; |
| 486 | pinctrl-0 = <&i2c7_bus>; |
| 487 | status = "disabled"; |
| 488 | }; |
| 489 | |
| 490 | spi_0: spi@13920000 { |
| 491 | compatible = "samsung,exynos4210-spi"; |
| 492 | reg = <0x13920000 0x100>; |
| 493 | interrupts = <0 121 0>; |
| 494 | dmas = <&pdma0 7>, <&pdma0 6>; |
| 495 | dma-names = "tx", "rx"; |
| 496 | #address-cells = <1>; |
| 497 | #size-cells = <0>; |
| 498 | clocks = <&cmu CLK_SPI0>, <&cmu CLK_SCLK_SPI0>; |
| 499 | clock-names = "spi", "spi_busclk0"; |
| 500 | samsung,spi-src-clk = <0>; |
| 501 | pinctrl-names = "default"; |
| 502 | pinctrl-0 = <&spi0_bus>; |
| 503 | status = "disabled"; |
| 504 | }; |
| 505 | |
| 506 | spi_1: spi@13930000 { |
| 507 | compatible = "samsung,exynos4210-spi"; |
| 508 | reg = <0x13930000 0x100>; |
| 509 | interrupts = <0 122 0>; |
| 510 | dmas = <&pdma1 7>, <&pdma1 6>; |
| 511 | dma-names = "tx", "rx"; |
| 512 | #address-cells = <1>; |
| 513 | #size-cells = <0>; |
| 514 | clocks = <&cmu CLK_SPI1>, <&cmu CLK_SCLK_SPI1>; |
| 515 | clock-names = "spi", "spi_busclk0"; |
| 516 | samsung,spi-src-clk = <0>; |
| 517 | pinctrl-names = "default"; |
| 518 | pinctrl-0 = <&spi1_bus>; |
| 519 | status = "disabled"; |
| 520 | }; |
| 521 | |
Tomasz Figa | ccaba45 | 2014-07-19 04:10:44 +0900 | [diff] [blame] | 522 | i2s2: i2s@13970000 { |
| 523 | compatible = "samsung,s3c6410-i2s"; |
| 524 | reg = <0x13970000 0x100>; |
| 525 | interrupts = <0 126 0>; |
| 526 | clocks = <&cmu CLK_I2S>, <&cmu CLK_SCLK_I2S>; |
| 527 | clock-names = "iis", "i2s_opclk0"; |
| 528 | dmas = <&pdma0 14>, <&pdma0 13>; |
| 529 | dma-names = "tx", "rx"; |
| 530 | pinctrl-0 = <&i2s2_bus>; |
| 531 | pinctrl-names = "default"; |
| 532 | status = "disabled"; |
| 533 | }; |
| 534 | |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 535 | pwm: pwm@139D0000 { |
| 536 | compatible = "samsung,exynos4210-pwm"; |
| 537 | reg = <0x139D0000 0x1000>; |
| 538 | interrupts = <0 104 0>, <0 105 0>, <0 106 0>, |
| 539 | <0 107 0>, <0 108 0>; |
| 540 | #pwm-cells = <3>; |
| 541 | status = "disabled"; |
| 542 | }; |
| 543 | |
| 544 | pmu { |
| 545 | compatible = "arm,cortex-a7-pmu"; |
| 546 | interrupts = <0 18 0>, <0 19 0>; |
| 547 | }; |
Chanwoo Choi | e450236 | 2015-02-04 08:10:58 +0900 | [diff] [blame] | 548 | |
| 549 | ppmu_dmc0: ppmu_dmc0@106a0000 { |
| 550 | compatible = "samsung,exynos-ppmu"; |
| 551 | reg = <0x106a0000 0x2000>; |
| 552 | status = "disabled"; |
| 553 | }; |
| 554 | |
| 555 | ppmu_dmc1: ppmu_dmc1@106b0000 { |
| 556 | compatible = "samsung,exynos-ppmu"; |
| 557 | reg = <0x106b0000 0x2000>; |
| 558 | status = "disabled"; |
| 559 | }; |
| 560 | |
| 561 | ppmu_cpu: ppmu_cpu@106c0000 { |
| 562 | compatible = "samsung,exynos-ppmu"; |
| 563 | reg = <0x106c0000 0x2000>; |
| 564 | status = "disabled"; |
| 565 | }; |
| 566 | |
| 567 | ppmu_rightbus: ppmu_rightbus@112a0000 { |
| 568 | compatible = "samsung,exynos-ppmu"; |
| 569 | reg = <0x112a0000 0x2000>; |
| 570 | clocks = <&cmu CLK_PPMURIGHT>; |
| 571 | clock-names = "ppmu"; |
| 572 | status = "disabled"; |
| 573 | }; |
| 574 | |
| 575 | ppmu_leftbus: ppmu_leftbus0@116a0000 { |
| 576 | compatible = "samsung,exynos-ppmu"; |
| 577 | reg = <0x116a0000 0x2000>; |
| 578 | clocks = <&cmu CLK_PPMULEFT>; |
| 579 | clock-names = "ppmu"; |
| 580 | status = "disabled"; |
| 581 | }; |
| 582 | |
| 583 | ppmu_camif: ppmu_camif@11ac0000 { |
| 584 | compatible = "samsung,exynos-ppmu"; |
| 585 | reg = <0x11ac0000 0x2000>; |
| 586 | clocks = <&cmu CLK_PPMUCAMIF>; |
| 587 | clock-names = "ppmu"; |
| 588 | status = "disabled"; |
| 589 | }; |
| 590 | |
| 591 | ppmu_lcd0: ppmu_lcd0@11e40000 { |
| 592 | compatible = "samsung,exynos-ppmu"; |
| 593 | reg = <0x11e40000 0x2000>; |
| 594 | clocks = <&cmu CLK_PPMULCD0>; |
| 595 | clock-names = "ppmu"; |
| 596 | status = "disabled"; |
| 597 | }; |
| 598 | |
| 599 | ppmu_fsys: ppmu_fsys@12630000 { |
| 600 | compatible = "samsung,exynos-ppmu"; |
| 601 | reg = <0x12630000 0x2000>; |
| 602 | clocks = <&cmu CLK_PPMUFILE>; |
| 603 | clock-names = "ppmu"; |
| 604 | status = "disabled"; |
| 605 | }; |
| 606 | |
| 607 | ppmu_g3d: ppmu_g3d@13220000 { |
| 608 | compatible = "samsung,exynos-ppmu"; |
| 609 | reg = <0x13220000 0x2000>; |
| 610 | clocks = <&cmu CLK_PPMUG3D>; |
| 611 | clock-names = "ppmu"; |
| 612 | status = "disabled"; |
| 613 | }; |
| 614 | |
| 615 | ppmu_mfc: ppmu_mfc@13660000 { |
| 616 | compatible = "samsung,exynos-ppmu"; |
| 617 | reg = <0x13660000 0x2000>; |
| 618 | clocks = <&cmu CLK_PPMUMFC_L>; |
| 619 | clock-names = "ppmu"; |
| 620 | status = "disabled"; |
| 621 | }; |
Tomasz Figa | 5a992a9 | 2014-05-15 06:01:27 +0900 | [diff] [blame] | 622 | }; |
| 623 | }; |
| 624 | |
| 625 | #include "exynos3250-pinctrl.dtsi" |