Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 1 | /* |
| 2 | * This program is free software; you can redistribute it and/or modify |
| 3 | * it under the terms of the GNU General Public License as published by |
| 4 | * the Free Software Foundation; either version 2 of the License, or |
| 5 | * (at your option) any later version. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | #include <dt-bindings/gpio/gpio.h> |
| 14 | #include <dt-bindings/interrupt-controller/irq.h> |
| 15 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
| 16 | #include <dt-bindings/pinctrl/rockchip.h> |
| 17 | #include <dt-bindings/clock/rk3288-cru.h> |
Caesar Wang | b67d6bc | 2014-11-24 12:59:01 +0800 | [diff] [blame] | 18 | #include <dt-bindings/thermal/thermal.h> |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 19 | #include "skeleton.dtsi" |
| 20 | |
| 21 | / { |
| 22 | compatible = "rockchip,rk3288"; |
| 23 | |
| 24 | interrupt-parent = <&gic>; |
| 25 | |
| 26 | aliases { |
| 27 | i2c0 = &i2c0; |
| 28 | i2c1 = &i2c1; |
| 29 | i2c2 = &i2c2; |
| 30 | i2c3 = &i2c3; |
| 31 | i2c4 = &i2c4; |
| 32 | i2c5 = &i2c5; |
Doug Anderson | d7f9a38 | 2014-09-03 16:05:23 -0700 | [diff] [blame] | 33 | mshc0 = &emmc; |
| 34 | mshc1 = &sdmmc; |
| 35 | mshc2 = &sdio0; |
| 36 | mshc3 = &sdio1; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 37 | serial0 = &uart0; |
| 38 | serial1 = &uart1; |
| 39 | serial2 = &uart2; |
| 40 | serial3 = &uart3; |
| 41 | serial4 = &uart4; |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 42 | spi0 = &spi0; |
| 43 | spi1 = &spi1; |
| 44 | spi2 = &spi2; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 45 | }; |
| 46 | |
| 47 | cpus { |
| 48 | #address-cells = <1>; |
| 49 | #size-cells = <0>; |
Olof Johansson | 08bcc75 | 2014-12-04 23:33:38 -0800 | [diff] [blame^] | 50 | enable-method = "rockchip,rk3066-smp"; |
Kever Yang | fbdbc73 | 2014-10-15 10:23:02 -0700 | [diff] [blame] | 51 | rockchip,pmu = <&pmu>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 52 | |
Heiko Stuebner | be8a77c | 2014-09-13 00:34:29 +0200 | [diff] [blame] | 53 | cpu0: cpu@500 { |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 54 | device_type = "cpu"; |
| 55 | compatible = "arm,cortex-a12"; |
| 56 | reg = <0x500>; |
Kever Yang | 044542a | 2014-10-15 10:23:05 -0700 | [diff] [blame] | 57 | resets = <&cru SRST_CORE0>; |
Heiko Stuebner | be8a77c | 2014-09-13 00:34:29 +0200 | [diff] [blame] | 58 | operating-points = < |
| 59 | /* KHz uV */ |
| 60 | 1608000 1350000 |
| 61 | 1512000 1300000 |
| 62 | 1416000 1200000 |
| 63 | 1200000 1100000 |
| 64 | 1008000 1050000 |
| 65 | 816000 1000000 |
| 66 | 696000 950000 |
| 67 | 600000 900000 |
| 68 | 408000 900000 |
| 69 | 312000 900000 |
| 70 | 216000 900000 |
| 71 | 126000 900000 |
| 72 | >; |
Caesar Wang | b67d6bc | 2014-11-24 12:59:01 +0800 | [diff] [blame] | 73 | #cooling-cells = <2>; /* min followed by max */ |
Heiko Stuebner | be8a77c | 2014-09-13 00:34:29 +0200 | [diff] [blame] | 74 | clock-latency = <40000>; |
| 75 | clocks = <&cru ARMCLK>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 76 | }; |
| 77 | cpu@501 { |
| 78 | device_type = "cpu"; |
| 79 | compatible = "arm,cortex-a12"; |
| 80 | reg = <0x501>; |
Kever Yang | 044542a | 2014-10-15 10:23:05 -0700 | [diff] [blame] | 81 | resets = <&cru SRST_CORE1>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 82 | }; |
| 83 | cpu@502 { |
| 84 | device_type = "cpu"; |
| 85 | compatible = "arm,cortex-a12"; |
| 86 | reg = <0x502>; |
Kever Yang | 044542a | 2014-10-15 10:23:05 -0700 | [diff] [blame] | 87 | resets = <&cru SRST_CORE2>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 88 | }; |
| 89 | cpu@503 { |
| 90 | device_type = "cpu"; |
| 91 | compatible = "arm,cortex-a12"; |
| 92 | reg = <0x503>; |
Kever Yang | 044542a | 2014-10-15 10:23:05 -0700 | [diff] [blame] | 93 | resets = <&cru SRST_CORE3>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 94 | }; |
| 95 | }; |
| 96 | |
Heiko Stübner | 982891c | 2014-08-14 23:01:25 +0200 | [diff] [blame] | 97 | amba { |
| 98 | compatible = "arm,amba-bus"; |
| 99 | #address-cells = <1>; |
| 100 | #size-cells = <1>; |
| 101 | ranges; |
| 102 | |
| 103 | dmac_peri: dma-controller@ff250000 { |
| 104 | compatible = "arm,pl330", "arm,primecell"; |
| 105 | reg = <0xff250000 0x4000>; |
| 106 | interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, |
| 107 | <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; |
| 108 | #dma-cells = <1>; |
| 109 | clocks = <&cru ACLK_DMAC2>; |
| 110 | clock-names = "apb_pclk"; |
| 111 | }; |
| 112 | |
| 113 | dmac_bus_ns: dma-controller@ff600000 { |
| 114 | compatible = "arm,pl330", "arm,primecell"; |
| 115 | reg = <0xff600000 0x4000>; |
| 116 | interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, |
| 117 | <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; |
| 118 | #dma-cells = <1>; |
| 119 | clocks = <&cru ACLK_DMAC1>; |
| 120 | clock-names = "apb_pclk"; |
| 121 | status = "disabled"; |
| 122 | }; |
| 123 | |
| 124 | dmac_bus_s: dma-controller@ffb20000 { |
| 125 | compatible = "arm,pl330", "arm,primecell"; |
| 126 | reg = <0xffb20000 0x4000>; |
| 127 | interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, |
| 128 | <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; |
| 129 | #dma-cells = <1>; |
| 130 | clocks = <&cru ACLK_DMAC1>; |
| 131 | clock-names = "apb_pclk"; |
| 132 | }; |
| 133 | }; |
| 134 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 135 | xin24m: oscillator { |
| 136 | compatible = "fixed-clock"; |
| 137 | clock-frequency = <24000000>; |
| 138 | clock-output-names = "xin24m"; |
| 139 | #clock-cells = <0>; |
| 140 | }; |
| 141 | |
| 142 | timer { |
| 143 | compatible = "arm,armv7-timer"; |
| 144 | interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, |
| 145 | <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, |
| 146 | <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, |
| 147 | <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
| 148 | clock-frequency = <24000000>; |
| 149 | }; |
| 150 | |
Doug Anderson | 85095bf | 2014-08-12 16:21:13 -0700 | [diff] [blame] | 151 | sdmmc: dwmmc@ff0c0000 { |
| 152 | compatible = "rockchip,rk3288-dw-mshc"; |
| 153 | clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>; |
| 154 | clock-names = "biu", "ciu"; |
| 155 | fifo-depth = <0x100>; |
| 156 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; |
| 157 | reg = <0xff0c0000 0x4000>; |
| 158 | status = "disabled"; |
| 159 | }; |
| 160 | |
Addy Ke | f1a0723 | 2014-08-19 18:21:08 +0800 | [diff] [blame] | 161 | sdio0: dwmmc@ff0d0000 { |
| 162 | compatible = "rockchip,rk3288-dw-mshc"; |
| 163 | clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>; |
| 164 | clock-names = "biu", "ciu"; |
| 165 | fifo-depth = <0x100>; |
| 166 | interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; |
| 167 | reg = <0xff0d0000 0x4000>; |
| 168 | status = "disabled"; |
| 169 | }; |
| 170 | |
| 171 | sdio1: dwmmc@ff0e0000 { |
| 172 | compatible = "rockchip,rk3288-dw-mshc"; |
| 173 | clocks = <&cru HCLK_SDIO1>, <&cru SCLK_SDIO1>; |
| 174 | clock-names = "biu", "ciu"; |
| 175 | fifo-depth = <0x100>; |
| 176 | interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; |
| 177 | reg = <0xff0e0000 0x4000>; |
| 178 | status = "disabled"; |
| 179 | }; |
| 180 | |
Doug Anderson | 85095bf | 2014-08-12 16:21:13 -0700 | [diff] [blame] | 181 | emmc: dwmmc@ff0f0000 { |
| 182 | compatible = "rockchip,rk3288-dw-mshc"; |
| 183 | clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>; |
| 184 | clock-names = "biu", "ciu"; |
| 185 | fifo-depth = <0x100>; |
| 186 | interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; |
| 187 | reg = <0xff0f0000 0x4000>; |
| 188 | status = "disabled"; |
| 189 | }; |
| 190 | |
Heiko Stübner | f23a617 | 2014-08-20 21:09:24 +0200 | [diff] [blame] | 191 | saradc: saradc@ff100000 { |
| 192 | compatible = "rockchip,saradc"; |
| 193 | reg = <0xff100000 0x100>; |
| 194 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; |
| 195 | #io-channel-cells = <1>; |
| 196 | clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>; |
| 197 | clock-names = "saradc", "apb_pclk"; |
| 198 | status = "disabled"; |
| 199 | }; |
| 200 | |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 201 | spi0: spi@ff110000 { |
| 202 | compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi"; |
| 203 | clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>; |
| 204 | clock-names = "spiclk", "apb_pclk"; |
Doug Anderson | 11bd57b | 2014-10-24 14:42:06 -0700 | [diff] [blame] | 205 | dmas = <&dmac_peri 11>, <&dmac_peri 12>; |
| 206 | dma-names = "tx", "rx"; |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 207 | interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; |
| 208 | pinctrl-names = "default"; |
| 209 | pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>; |
| 210 | reg = <0xff110000 0x1000>; |
| 211 | #address-cells = <1>; |
| 212 | #size-cells = <0>; |
| 213 | status = "disabled"; |
| 214 | }; |
| 215 | |
| 216 | spi1: spi@ff120000 { |
| 217 | compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi"; |
| 218 | clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>; |
| 219 | clock-names = "spiclk", "apb_pclk"; |
Doug Anderson | 11bd57b | 2014-10-24 14:42:06 -0700 | [diff] [blame] | 220 | dmas = <&dmac_peri 13>, <&dmac_peri 14>; |
| 221 | dma-names = "tx", "rx"; |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 222 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; |
| 223 | pinctrl-names = "default"; |
| 224 | pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>; |
| 225 | reg = <0xff120000 0x1000>; |
| 226 | #address-cells = <1>; |
| 227 | #size-cells = <0>; |
| 228 | status = "disabled"; |
| 229 | }; |
| 230 | |
| 231 | spi2: spi@ff130000 { |
| 232 | compatible = "rockchip,rk3288-spi", "rockchip,rk3066-spi"; |
| 233 | clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>; |
| 234 | clock-names = "spiclk", "apb_pclk"; |
Doug Anderson | 11bd57b | 2014-10-24 14:42:06 -0700 | [diff] [blame] | 235 | dmas = <&dmac_peri 15>, <&dmac_peri 16>; |
| 236 | dma-names = "tx", "rx"; |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 237 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
| 238 | pinctrl-names = "default"; |
| 239 | pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>; |
| 240 | reg = <0xff130000 0x1000>; |
| 241 | #address-cells = <1>; |
| 242 | #size-cells = <0>; |
| 243 | status = "disabled"; |
| 244 | }; |
| 245 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 246 | i2c1: i2c@ff140000 { |
| 247 | compatible = "rockchip,rk3288-i2c"; |
| 248 | reg = <0xff140000 0x1000>; |
| 249 | interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>; |
| 250 | #address-cells = <1>; |
| 251 | #size-cells = <0>; |
| 252 | clock-names = "i2c"; |
| 253 | clocks = <&cru PCLK_I2C1>; |
| 254 | pinctrl-names = "default"; |
| 255 | pinctrl-0 = <&i2c1_xfer>; |
| 256 | status = "disabled"; |
| 257 | }; |
| 258 | |
| 259 | i2c3: i2c@ff150000 { |
| 260 | compatible = "rockchip,rk3288-i2c"; |
| 261 | reg = <0xff150000 0x1000>; |
| 262 | interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; |
| 263 | #address-cells = <1>; |
| 264 | #size-cells = <0>; |
| 265 | clock-names = "i2c"; |
| 266 | clocks = <&cru PCLK_I2C3>; |
| 267 | pinctrl-names = "default"; |
| 268 | pinctrl-0 = <&i2c3_xfer>; |
| 269 | status = "disabled"; |
| 270 | }; |
| 271 | |
| 272 | i2c4: i2c@ff160000 { |
| 273 | compatible = "rockchip,rk3288-i2c"; |
| 274 | reg = <0xff160000 0x1000>; |
| 275 | interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>; |
| 276 | #address-cells = <1>; |
| 277 | #size-cells = <0>; |
| 278 | clock-names = "i2c"; |
| 279 | clocks = <&cru PCLK_I2C4>; |
| 280 | pinctrl-names = "default"; |
| 281 | pinctrl-0 = <&i2c4_xfer>; |
| 282 | status = "disabled"; |
| 283 | }; |
| 284 | |
| 285 | i2c5: i2c@ff170000 { |
| 286 | compatible = "rockchip,rk3288-i2c"; |
| 287 | reg = <0xff170000 0x1000>; |
| 288 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; |
| 289 | #address-cells = <1>; |
| 290 | #size-cells = <0>; |
| 291 | clock-names = "i2c"; |
| 292 | clocks = <&cru PCLK_I2C5>; |
| 293 | pinctrl-names = "default"; |
| 294 | pinctrl-0 = <&i2c5_xfer>; |
| 295 | status = "disabled"; |
| 296 | }; |
| 297 | |
| 298 | uart0: serial@ff180000 { |
| 299 | compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; |
| 300 | reg = <0xff180000 0x100>; |
| 301 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
| 302 | reg-shift = <2>; |
| 303 | reg-io-width = <4>; |
| 304 | clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>; |
| 305 | clock-names = "baudclk", "apb_pclk"; |
| 306 | pinctrl-names = "default"; |
| 307 | pinctrl-0 = <&uart0_xfer>; |
| 308 | status = "disabled"; |
| 309 | }; |
| 310 | |
| 311 | uart1: serial@ff190000 { |
| 312 | compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; |
| 313 | reg = <0xff190000 0x100>; |
| 314 | interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; |
| 315 | reg-shift = <2>; |
| 316 | reg-io-width = <4>; |
| 317 | clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>; |
| 318 | clock-names = "baudclk", "apb_pclk"; |
| 319 | pinctrl-names = "default"; |
| 320 | pinctrl-0 = <&uart1_xfer>; |
| 321 | status = "disabled"; |
| 322 | }; |
| 323 | |
| 324 | uart2: serial@ff690000 { |
| 325 | compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; |
| 326 | reg = <0xff690000 0x100>; |
| 327 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
| 328 | reg-shift = <2>; |
| 329 | reg-io-width = <4>; |
| 330 | clocks = <&cru SCLK_UART2>, <&cru PCLK_UART2>; |
| 331 | clock-names = "baudclk", "apb_pclk"; |
| 332 | pinctrl-names = "default"; |
| 333 | pinctrl-0 = <&uart2_xfer>; |
| 334 | status = "disabled"; |
| 335 | }; |
| 336 | |
| 337 | uart3: serial@ff1b0000 { |
| 338 | compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; |
| 339 | reg = <0xff1b0000 0x100>; |
| 340 | interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>; |
| 341 | reg-shift = <2>; |
| 342 | reg-io-width = <4>; |
| 343 | clocks = <&cru SCLK_UART3>, <&cru PCLK_UART3>; |
| 344 | clock-names = "baudclk", "apb_pclk"; |
| 345 | pinctrl-names = "default"; |
| 346 | pinctrl-0 = <&uart3_xfer>; |
| 347 | status = "disabled"; |
| 348 | }; |
| 349 | |
| 350 | uart4: serial@ff1c0000 { |
| 351 | compatible = "rockchip,rk3288-uart", "snps,dw-apb-uart"; |
| 352 | reg = <0xff1c0000 0x100>; |
| 353 | interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; |
| 354 | reg-shift = <2>; |
| 355 | reg-io-width = <4>; |
| 356 | clocks = <&cru SCLK_UART4>, <&cru PCLK_UART4>; |
| 357 | clock-names = "baudclk", "apb_pclk"; |
| 358 | pinctrl-names = "default"; |
| 359 | pinctrl-0 = <&uart4_xfer>; |
| 360 | status = "disabled"; |
| 361 | }; |
| 362 | |
Caesar Wang | b67d6bc | 2014-11-24 12:59:01 +0800 | [diff] [blame] | 363 | thermal-zones { |
| 364 | #include "rk3288-thermal.dtsi" |
| 365 | }; |
| 366 | |
| 367 | tsadc: tsadc@ff280000 { |
| 368 | compatible = "rockchip,rk3288-tsadc"; |
| 369 | reg = <0xff280000 0x100>; |
| 370 | interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; |
| 371 | clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>; |
| 372 | clock-names = "tsadc", "apb_pclk"; |
| 373 | resets = <&cru SRST_TSADC>; |
| 374 | reset-names = "tsadc-apb"; |
| 375 | pinctrl-names = "default"; |
| 376 | pinctrl-0 = <&otp_out>; |
| 377 | #thermal-sensor-cells = <1>; |
| 378 | rockchip,hw-tshut-temp = <95000>; |
| 379 | status = "disabled"; |
| 380 | }; |
| 381 | |
Doug Anderson | c9c32c5 | 2014-08-07 17:44:19 +0200 | [diff] [blame] | 382 | usb_host0_ehci: usb@ff500000 { |
| 383 | compatible = "generic-ehci"; |
| 384 | reg = <0xff500000 0x100>; |
| 385 | interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; |
| 386 | clocks = <&cru HCLK_USBHOST0>; |
| 387 | clock-names = "usbhost"; |
| 388 | status = "disabled"; |
| 389 | }; |
| 390 | |
| 391 | /* NOTE: ohci@ff520000 doesn't actually work on hardware */ |
| 392 | |
Kever Yang | 12dd365 | 2014-08-08 11:55:58 +0800 | [diff] [blame] | 393 | usb_host1: usb@ff540000 { |
| 394 | compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb", |
| 395 | "snps,dwc2"; |
| 396 | reg = <0xff540000 0x40000>; |
| 397 | interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; |
| 398 | clocks = <&cru HCLK_USBHOST1>; |
| 399 | clock-names = "otg"; |
| 400 | status = "disabled"; |
| 401 | }; |
| 402 | |
| 403 | usb_otg: usb@ff580000 { |
| 404 | compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb", |
| 405 | "snps,dwc2"; |
| 406 | reg = <0xff580000 0x40000>; |
| 407 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
| 408 | clocks = <&cru HCLK_OTG0>; |
| 409 | clock-names = "otg"; |
| 410 | status = "disabled"; |
| 411 | }; |
| 412 | |
Doug Anderson | c9c32c5 | 2014-08-07 17:44:19 +0200 | [diff] [blame] | 413 | usb_hsic: usb@ff5c0000 { |
| 414 | compatible = "generic-ehci"; |
| 415 | reg = <0xff5c0000 0x100>; |
| 416 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; |
| 417 | clocks = <&cru HCLK_HSIC>; |
| 418 | clock-names = "usbhost"; |
| 419 | status = "disabled"; |
| 420 | }; |
| 421 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 422 | i2c0: i2c@ff650000 { |
| 423 | compatible = "rockchip,rk3288-i2c"; |
| 424 | reg = <0xff650000 0x1000>; |
| 425 | interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; |
| 426 | #address-cells = <1>; |
| 427 | #size-cells = <0>; |
| 428 | clock-names = "i2c"; |
| 429 | clocks = <&cru PCLK_I2C0>; |
| 430 | pinctrl-names = "default"; |
| 431 | pinctrl-0 = <&i2c0_xfer>; |
| 432 | status = "disabled"; |
| 433 | }; |
| 434 | |
| 435 | i2c2: i2c@ff660000 { |
| 436 | compatible = "rockchip,rk3288-i2c"; |
| 437 | reg = <0xff660000 0x1000>; |
| 438 | interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; |
| 439 | #address-cells = <1>; |
| 440 | #size-cells = <0>; |
| 441 | clock-names = "i2c"; |
| 442 | clocks = <&cru PCLK_I2C2>; |
| 443 | pinctrl-names = "default"; |
| 444 | pinctrl-0 = <&i2c2_xfer>; |
| 445 | status = "disabled"; |
| 446 | }; |
| 447 | |
Doug Anderson | df542df | 2014-08-25 15:59:26 -0700 | [diff] [blame] | 448 | pwm0: pwm@ff680000 { |
| 449 | compatible = "rockchip,rk3288-pwm"; |
| 450 | reg = <0xff680000 0x10>; |
| 451 | #pwm-cells = <3>; |
| 452 | pinctrl-names = "default"; |
| 453 | pinctrl-0 = <&pwm0_pin>; |
| 454 | clocks = <&cru PCLK_PWM>; |
| 455 | clock-names = "pwm"; |
| 456 | status = "disabled"; |
| 457 | }; |
| 458 | |
| 459 | pwm1: pwm@ff680010 { |
| 460 | compatible = "rockchip,rk3288-pwm"; |
| 461 | reg = <0xff680010 0x10>; |
| 462 | #pwm-cells = <3>; |
| 463 | pinctrl-names = "default"; |
| 464 | pinctrl-0 = <&pwm1_pin>; |
| 465 | clocks = <&cru PCLK_PWM>; |
| 466 | clock-names = "pwm"; |
| 467 | status = "disabled"; |
| 468 | }; |
| 469 | |
| 470 | pwm2: pwm@ff680020 { |
| 471 | compatible = "rockchip,rk3288-pwm"; |
| 472 | reg = <0xff680020 0x10>; |
| 473 | #pwm-cells = <3>; |
| 474 | pinctrl-names = "default"; |
| 475 | pinctrl-0 = <&pwm2_pin>; |
| 476 | clocks = <&cru PCLK_PWM>; |
| 477 | clock-names = "pwm"; |
| 478 | status = "disabled"; |
| 479 | }; |
| 480 | |
| 481 | pwm3: pwm@ff680030 { |
| 482 | compatible = "rockchip,rk3288-pwm"; |
| 483 | reg = <0xff680030 0x10>; |
| 484 | #pwm-cells = <2>; |
| 485 | pinctrl-names = "default"; |
| 486 | pinctrl-0 = <&pwm3_pin>; |
| 487 | clocks = <&cru PCLK_PWM>; |
| 488 | clock-names = "pwm"; |
| 489 | status = "disabled"; |
| 490 | }; |
| 491 | |
Kever Yang | 1123d41 | 2014-10-15 10:23:04 -0700 | [diff] [blame] | 492 | bus_intmem@ff700000 { |
| 493 | compatible = "mmio-sram"; |
| 494 | reg = <0xff700000 0x18000>; |
| 495 | #address-cells = <1>; |
| 496 | #size-cells = <1>; |
| 497 | ranges = <0 0xff700000 0x18000>; |
| 498 | smp-sram@0 { |
| 499 | compatible = "rockchip,rk3066-smp-sram"; |
| 500 | reg = <0x00 0x10>; |
| 501 | }; |
| 502 | }; |
| 503 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 504 | pmu: power-management@ff730000 { |
| 505 | compatible = "rockchip,rk3288-pmu", "syscon"; |
| 506 | reg = <0xff730000 0x100>; |
| 507 | }; |
| 508 | |
| 509 | sgrf: syscon@ff740000 { |
| 510 | compatible = "rockchip,rk3288-sgrf", "syscon"; |
| 511 | reg = <0xff740000 0x1000>; |
| 512 | }; |
| 513 | |
| 514 | cru: clock-controller@ff760000 { |
| 515 | compatible = "rockchip,rk3288-cru"; |
| 516 | reg = <0xff760000 0x1000>; |
| 517 | rockchip,grf = <&grf>; |
| 518 | #clock-cells = <1>; |
| 519 | #reset-cells = <1>; |
Kever Yang | cd78d0c | 2014-10-09 21:50:30 -0700 | [diff] [blame] | 520 | assigned-clocks = <&cru PLL_GPLL>, <&cru PLL_CPLL>, |
| 521 | <&cru PLL_NPLL>, <&cru ACLK_CPU>, |
| 522 | <&cru HCLK_CPU>, <&cru PCLK_CPU>, |
| 523 | <&cru ACLK_PERI>, <&cru HCLK_PERI>, |
| 524 | <&cru PCLK_PERI>; |
| 525 | assigned-clock-rates = <594000000>, <400000000>, |
| 526 | <500000000>, <300000000>, |
| 527 | <150000000>, <75000000>, |
| 528 | <300000000>, <150000000>, |
| 529 | <75000000>; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 530 | }; |
| 531 | |
| 532 | grf: syscon@ff770000 { |
| 533 | compatible = "rockchip,rk3288-grf", "syscon"; |
| 534 | reg = <0xff770000 0x1000>; |
| 535 | }; |
| 536 | |
| 537 | wdt: watchdog@ff800000 { |
| 538 | compatible = "rockchip,rk3288-wdt", "snps,dw-wdt"; |
| 539 | reg = <0xff800000 0x100>; |
| 540 | interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; |
| 541 | status = "disabled"; |
| 542 | }; |
| 543 | |
Jianqun | a0f95e3 | 2014-09-12 18:54:55 +0800 | [diff] [blame] | 544 | i2s: i2s@ff890000 { |
| 545 | compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s"; |
| 546 | reg = <0xff890000 0x10000>; |
| 547 | interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; |
| 548 | #address-cells = <1>; |
| 549 | #size-cells = <0>; |
| 550 | dmas = <&dmac_bus_s 0>, <&dmac_bus_s 1>; |
| 551 | dma-names = "tx", "rx"; |
| 552 | clock-names = "i2s_hclk", "i2s_clk"; |
| 553 | clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>; |
| 554 | pinctrl-names = "default"; |
| 555 | pinctrl-0 = <&i2s0_bus>; |
| 556 | status = "disabled"; |
| 557 | }; |
| 558 | |
Daniel Kurtz | 7cae068 | 2014-11-03 10:53:29 +0800 | [diff] [blame] | 559 | vopb_mmu: iommu@ff930300 { |
| 560 | compatible = "rockchip,iommu"; |
| 561 | reg = <0xff930300 0x100>; |
| 562 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
| 563 | interrupt-names = "vopb_mmu"; |
| 564 | #iommu-cells = <0>; |
| 565 | status = "disabled"; |
| 566 | }; |
| 567 | |
| 568 | vopl_mmu: iommu@ff940300 { |
| 569 | compatible = "rockchip,iommu"; |
| 570 | reg = <0xff940300 0x100>; |
| 571 | interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; |
| 572 | interrupt-names = "vopl_mmu"; |
| 573 | #iommu-cells = <0>; |
| 574 | status = "disabled"; |
| 575 | }; |
| 576 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 577 | gic: interrupt-controller@ffc01000 { |
| 578 | compatible = "arm,gic-400"; |
| 579 | interrupt-controller; |
| 580 | #interrupt-cells = <3>; |
| 581 | #address-cells = <0>; |
| 582 | |
| 583 | reg = <0xffc01000 0x1000>, |
| 584 | <0xffc02000 0x1000>, |
| 585 | <0xffc04000 0x2000>, |
| 586 | <0xffc06000 0x2000>; |
| 587 | interrupts = <GIC_PPI 9 0xf04>; |
| 588 | }; |
| 589 | |
| 590 | pinctrl: pinctrl { |
| 591 | compatible = "rockchip,rk3288-pinctrl"; |
| 592 | rockchip,grf = <&grf>; |
| 593 | rockchip,pmu = <&pmu>; |
| 594 | #address-cells = <1>; |
| 595 | #size-cells = <1>; |
| 596 | ranges; |
| 597 | |
| 598 | gpio0: gpio0@ff750000 { |
| 599 | compatible = "rockchip,gpio-bank"; |
| 600 | reg = <0xff750000 0x100>; |
| 601 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
| 602 | clocks = <&cru PCLK_GPIO0>; |
| 603 | |
| 604 | gpio-controller; |
| 605 | #gpio-cells = <2>; |
| 606 | |
| 607 | interrupt-controller; |
| 608 | #interrupt-cells = <2>; |
| 609 | }; |
| 610 | |
| 611 | gpio1: gpio1@ff780000 { |
| 612 | compatible = "rockchip,gpio-bank"; |
| 613 | reg = <0xff780000 0x100>; |
| 614 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
| 615 | clocks = <&cru PCLK_GPIO1>; |
| 616 | |
| 617 | gpio-controller; |
| 618 | #gpio-cells = <2>; |
| 619 | |
| 620 | interrupt-controller; |
| 621 | #interrupt-cells = <2>; |
| 622 | }; |
| 623 | |
| 624 | gpio2: gpio2@ff790000 { |
| 625 | compatible = "rockchip,gpio-bank"; |
| 626 | reg = <0xff790000 0x100>; |
| 627 | interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; |
| 628 | clocks = <&cru PCLK_GPIO2>; |
| 629 | |
| 630 | gpio-controller; |
| 631 | #gpio-cells = <2>; |
| 632 | |
| 633 | interrupt-controller; |
| 634 | #interrupt-cells = <2>; |
| 635 | }; |
| 636 | |
| 637 | gpio3: gpio3@ff7a0000 { |
| 638 | compatible = "rockchip,gpio-bank"; |
| 639 | reg = <0xff7a0000 0x100>; |
| 640 | interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; |
| 641 | clocks = <&cru PCLK_GPIO3>; |
| 642 | |
| 643 | gpio-controller; |
| 644 | #gpio-cells = <2>; |
| 645 | |
| 646 | interrupt-controller; |
| 647 | #interrupt-cells = <2>; |
| 648 | }; |
| 649 | |
| 650 | gpio4: gpio4@ff7b0000 { |
| 651 | compatible = "rockchip,gpio-bank"; |
| 652 | reg = <0xff7b0000 0x100>; |
| 653 | interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; |
| 654 | clocks = <&cru PCLK_GPIO4>; |
| 655 | |
| 656 | gpio-controller; |
| 657 | #gpio-cells = <2>; |
| 658 | |
| 659 | interrupt-controller; |
| 660 | #interrupt-cells = <2>; |
| 661 | }; |
| 662 | |
| 663 | gpio5: gpio5@ff7c0000 { |
| 664 | compatible = "rockchip,gpio-bank"; |
| 665 | reg = <0xff7c0000 0x100>; |
| 666 | interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; |
| 667 | clocks = <&cru PCLK_GPIO5>; |
| 668 | |
| 669 | gpio-controller; |
| 670 | #gpio-cells = <2>; |
| 671 | |
| 672 | interrupt-controller; |
| 673 | #interrupt-cells = <2>; |
| 674 | }; |
| 675 | |
| 676 | gpio6: gpio6@ff7d0000 { |
| 677 | compatible = "rockchip,gpio-bank"; |
| 678 | reg = <0xff7d0000 0x100>; |
| 679 | interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; |
| 680 | clocks = <&cru PCLK_GPIO6>; |
| 681 | |
| 682 | gpio-controller; |
| 683 | #gpio-cells = <2>; |
| 684 | |
| 685 | interrupt-controller; |
| 686 | #interrupt-cells = <2>; |
| 687 | }; |
| 688 | |
| 689 | gpio7: gpio7@ff7e0000 { |
| 690 | compatible = "rockchip,gpio-bank"; |
| 691 | reg = <0xff7e0000 0x100>; |
| 692 | interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>; |
| 693 | clocks = <&cru PCLK_GPIO7>; |
| 694 | |
| 695 | gpio-controller; |
| 696 | #gpio-cells = <2>; |
| 697 | |
| 698 | interrupt-controller; |
| 699 | #interrupt-cells = <2>; |
| 700 | }; |
| 701 | |
| 702 | gpio8: gpio8@ff7f0000 { |
| 703 | compatible = "rockchip,gpio-bank"; |
| 704 | reg = <0xff7f0000 0x100>; |
| 705 | interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; |
| 706 | clocks = <&cru PCLK_GPIO8>; |
| 707 | |
| 708 | gpio-controller; |
| 709 | #gpio-cells = <2>; |
| 710 | |
| 711 | interrupt-controller; |
| 712 | #interrupt-cells = <2>; |
| 713 | }; |
| 714 | |
| 715 | pcfg_pull_up: pcfg-pull-up { |
| 716 | bias-pull-up; |
| 717 | }; |
| 718 | |
| 719 | pcfg_pull_down: pcfg-pull-down { |
| 720 | bias-pull-down; |
| 721 | }; |
| 722 | |
| 723 | pcfg_pull_none: pcfg-pull-none { |
| 724 | bias-disable; |
| 725 | }; |
| 726 | |
| 727 | i2c0 { |
| 728 | i2c0_xfer: i2c0-xfer { |
| 729 | rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>, |
| 730 | <0 16 RK_FUNC_1 &pcfg_pull_none>; |
| 731 | }; |
| 732 | }; |
| 733 | |
| 734 | i2c1 { |
| 735 | i2c1_xfer: i2c1-xfer { |
| 736 | rockchip,pins = <8 4 RK_FUNC_1 &pcfg_pull_none>, |
| 737 | <8 5 RK_FUNC_1 &pcfg_pull_none>; |
| 738 | }; |
| 739 | }; |
| 740 | |
| 741 | i2c2 { |
| 742 | i2c2_xfer: i2c2-xfer { |
| 743 | rockchip,pins = <6 9 RK_FUNC_1 &pcfg_pull_none>, |
| 744 | <6 10 RK_FUNC_1 &pcfg_pull_none>; |
| 745 | }; |
| 746 | }; |
| 747 | |
| 748 | i2c3 { |
| 749 | i2c3_xfer: i2c3-xfer { |
| 750 | rockchip,pins = <2 16 RK_FUNC_1 &pcfg_pull_none>, |
| 751 | <2 17 RK_FUNC_1 &pcfg_pull_none>; |
| 752 | }; |
| 753 | }; |
| 754 | |
| 755 | i2c4 { |
| 756 | i2c4_xfer: i2c4-xfer { |
| 757 | rockchip,pins = <7 17 RK_FUNC_1 &pcfg_pull_none>, |
| 758 | <7 18 RK_FUNC_1 &pcfg_pull_none>; |
| 759 | }; |
| 760 | }; |
| 761 | |
| 762 | i2c5 { |
| 763 | i2c5_xfer: i2c5-xfer { |
| 764 | rockchip,pins = <7 19 RK_FUNC_1 &pcfg_pull_none>, |
| 765 | <7 20 RK_FUNC_1 &pcfg_pull_none>; |
| 766 | }; |
| 767 | }; |
| 768 | |
Jianqun | a0f95e3 | 2014-09-12 18:54:55 +0800 | [diff] [blame] | 769 | i2s0 { |
| 770 | i2s0_bus: i2s0-bus { |
| 771 | rockchip,pins = <6 0 RK_FUNC_1 &pcfg_pull_none>, |
| 772 | <6 1 RK_FUNC_1 &pcfg_pull_none>, |
| 773 | <6 2 RK_FUNC_1 &pcfg_pull_none>, |
| 774 | <6 3 RK_FUNC_1 &pcfg_pull_none>, |
| 775 | <6 4 RK_FUNC_1 &pcfg_pull_none>, |
| 776 | <6 8 RK_FUNC_1 &pcfg_pull_none>; |
| 777 | }; |
| 778 | }; |
| 779 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 780 | sdmmc { |
| 781 | sdmmc_clk: sdmmc-clk { |
| 782 | rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none>; |
| 783 | }; |
| 784 | |
| 785 | sdmmc_cmd: sdmmc-cmd { |
| 786 | rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up>; |
| 787 | }; |
| 788 | |
| 789 | sdmmc_cd: sdmcc-cd { |
| 790 | rockchip,pins = <6 22 RK_FUNC_1 &pcfg_pull_up>; |
| 791 | }; |
| 792 | |
| 793 | sdmmc_bus1: sdmmc-bus1 { |
| 794 | rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up>; |
| 795 | }; |
| 796 | |
| 797 | sdmmc_bus4: sdmmc-bus4 { |
| 798 | rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up>, |
| 799 | <6 17 RK_FUNC_1 &pcfg_pull_up>, |
| 800 | <6 18 RK_FUNC_1 &pcfg_pull_up>, |
| 801 | <6 19 RK_FUNC_1 &pcfg_pull_up>; |
| 802 | }; |
| 803 | }; |
| 804 | |
Addy Ke | f1a0723 | 2014-08-19 18:21:08 +0800 | [diff] [blame] | 805 | sdio0 { |
| 806 | sdio0_bus1: sdio0-bus1 { |
| 807 | rockchip,pins = <4 20 RK_FUNC_1 &pcfg_pull_up>; |
| 808 | }; |
| 809 | |
| 810 | sdio0_bus4: sdio0-bus4 { |
| 811 | rockchip,pins = <4 20 RK_FUNC_1 &pcfg_pull_up>, |
| 812 | <4 21 RK_FUNC_1 &pcfg_pull_up>, |
| 813 | <4 22 RK_FUNC_1 &pcfg_pull_up>, |
| 814 | <4 23 RK_FUNC_1 &pcfg_pull_up>; |
| 815 | }; |
| 816 | |
| 817 | sdio0_cmd: sdio0-cmd { |
| 818 | rockchip,pins = <4 24 RK_FUNC_1 &pcfg_pull_up>; |
| 819 | }; |
| 820 | |
| 821 | sdio0_clk: sdio0-clk { |
| 822 | rockchip,pins = <4 25 RK_FUNC_1 &pcfg_pull_none>; |
| 823 | }; |
| 824 | |
| 825 | sdio0_cd: sdio0-cd { |
| 826 | rockchip,pins = <4 26 RK_FUNC_1 &pcfg_pull_up>; |
| 827 | }; |
| 828 | |
| 829 | sdio0_wp: sdio0-wp { |
| 830 | rockchip,pins = <4 27 RK_FUNC_1 &pcfg_pull_up>; |
| 831 | }; |
| 832 | |
| 833 | sdio0_pwr: sdio0-pwr { |
| 834 | rockchip,pins = <4 28 RK_FUNC_1 &pcfg_pull_up>; |
| 835 | }; |
| 836 | |
| 837 | sdio0_bkpwr: sdio0-bkpwr { |
| 838 | rockchip,pins = <4 29 RK_FUNC_1 &pcfg_pull_up>; |
| 839 | }; |
| 840 | |
| 841 | sdio0_int: sdio0-int { |
| 842 | rockchip,pins = <4 30 RK_FUNC_1 &pcfg_pull_up>; |
| 843 | }; |
| 844 | }; |
| 845 | |
| 846 | sdio1 { |
| 847 | sdio1_bus1: sdio1-bus1 { |
| 848 | rockchip,pins = <3 24 4 &pcfg_pull_up>; |
| 849 | }; |
| 850 | |
| 851 | sdio1_bus4: sdio1-bus4 { |
| 852 | rockchip,pins = <3 24 4 &pcfg_pull_up>, |
| 853 | <3 25 4 &pcfg_pull_up>, |
| 854 | <3 26 4 &pcfg_pull_up>, |
| 855 | <3 27 4 &pcfg_pull_up>; |
| 856 | }; |
| 857 | |
| 858 | sdio1_cd: sdio1-cd { |
| 859 | rockchip,pins = <3 28 4 &pcfg_pull_up>; |
| 860 | }; |
| 861 | |
| 862 | sdio1_wp: sdio1-wp { |
| 863 | rockchip,pins = <3 29 4 &pcfg_pull_up>; |
| 864 | }; |
| 865 | |
| 866 | sdio1_bkpwr: sdio1-bkpwr { |
| 867 | rockchip,pins = <3 30 4 &pcfg_pull_up>; |
| 868 | }; |
| 869 | |
| 870 | sdio1_int: sdio1-int { |
| 871 | rockchip,pins = <3 31 4 &pcfg_pull_up>; |
| 872 | }; |
| 873 | |
| 874 | sdio1_cmd: sdio1-cmd { |
| 875 | rockchip,pins = <4 6 4 &pcfg_pull_up>; |
| 876 | }; |
| 877 | |
| 878 | sdio1_clk: sdio1-clk { |
| 879 | rockchip,pins = <4 7 4 &pcfg_pull_none>; |
| 880 | }; |
| 881 | |
| 882 | sdio1_pwr: sdio1-pwr { |
| 883 | rockchip,pins = <4 9 4 &pcfg_pull_up>; |
| 884 | }; |
| 885 | }; |
| 886 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 887 | emmc { |
| 888 | emmc_clk: emmc-clk { |
| 889 | rockchip,pins = <3 18 RK_FUNC_2 &pcfg_pull_none>; |
| 890 | }; |
| 891 | |
| 892 | emmc_cmd: emmc-cmd { |
| 893 | rockchip,pins = <3 16 RK_FUNC_2 &pcfg_pull_up>; |
| 894 | }; |
| 895 | |
| 896 | emmc_pwr: emmc-pwr { |
| 897 | rockchip,pins = <3 9 RK_FUNC_2 &pcfg_pull_up>; |
| 898 | }; |
| 899 | |
| 900 | emmc_bus1: emmc-bus1 { |
| 901 | rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>; |
| 902 | }; |
| 903 | |
| 904 | emmc_bus4: emmc-bus4 { |
| 905 | rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>, |
| 906 | <3 1 RK_FUNC_2 &pcfg_pull_up>, |
| 907 | <3 2 RK_FUNC_2 &pcfg_pull_up>, |
| 908 | <3 3 RK_FUNC_2 &pcfg_pull_up>; |
| 909 | }; |
| 910 | |
| 911 | emmc_bus8: emmc-bus8 { |
| 912 | rockchip,pins = <3 0 RK_FUNC_2 &pcfg_pull_up>, |
| 913 | <3 1 RK_FUNC_2 &pcfg_pull_up>, |
| 914 | <3 2 RK_FUNC_2 &pcfg_pull_up>, |
| 915 | <3 3 RK_FUNC_2 &pcfg_pull_up>, |
| 916 | <3 4 RK_FUNC_2 &pcfg_pull_up>, |
| 917 | <3 5 RK_FUNC_2 &pcfg_pull_up>, |
| 918 | <3 6 RK_FUNC_2 &pcfg_pull_up>, |
| 919 | <3 7 RK_FUNC_2 &pcfg_pull_up>; |
| 920 | }; |
| 921 | }; |
| 922 | |
huang lin | 1f53170 | 2014-09-05 09:53:11 -0700 | [diff] [blame] | 923 | spi0 { |
| 924 | spi0_clk: spi0-clk { |
| 925 | rockchip,pins = <5 12 RK_FUNC_1 &pcfg_pull_up>; |
| 926 | }; |
| 927 | spi0_cs0: spi0-cs0 { |
| 928 | rockchip,pins = <5 13 RK_FUNC_1 &pcfg_pull_up>; |
| 929 | }; |
| 930 | spi0_tx: spi0-tx { |
| 931 | rockchip,pins = <5 14 RK_FUNC_1 &pcfg_pull_up>; |
| 932 | }; |
| 933 | spi0_rx: spi0-rx { |
| 934 | rockchip,pins = <5 15 RK_FUNC_1 &pcfg_pull_up>; |
| 935 | }; |
| 936 | spi0_cs1: spi0-cs1 { |
| 937 | rockchip,pins = <5 16 RK_FUNC_1 &pcfg_pull_up>; |
| 938 | }; |
| 939 | }; |
| 940 | spi1 { |
| 941 | spi1_clk: spi1-clk { |
| 942 | rockchip,pins = <7 12 RK_FUNC_2 &pcfg_pull_up>; |
| 943 | }; |
| 944 | spi1_cs0: spi1-cs0 { |
| 945 | rockchip,pins = <7 13 RK_FUNC_2 &pcfg_pull_up>; |
| 946 | }; |
| 947 | spi1_rx: spi1-rx { |
| 948 | rockchip,pins = <7 14 RK_FUNC_2 &pcfg_pull_up>; |
| 949 | }; |
| 950 | spi1_tx: spi1-tx { |
| 951 | rockchip,pins = <7 15 RK_FUNC_2 &pcfg_pull_up>; |
| 952 | }; |
| 953 | }; |
| 954 | |
| 955 | spi2 { |
| 956 | spi2_cs1: spi2-cs1 { |
| 957 | rockchip,pins = <8 3 RK_FUNC_1 &pcfg_pull_up>; |
| 958 | }; |
| 959 | spi2_clk: spi2-clk { |
| 960 | rockchip,pins = <8 6 RK_FUNC_1 &pcfg_pull_up>; |
| 961 | }; |
| 962 | spi2_cs0: spi2-cs0 { |
| 963 | rockchip,pins = <8 7 RK_FUNC_1 &pcfg_pull_up>; |
| 964 | }; |
| 965 | spi2_rx: spi2-rx { |
| 966 | rockchip,pins = <8 8 RK_FUNC_1 &pcfg_pull_up>; |
| 967 | }; |
| 968 | spi2_tx: spi2-tx { |
| 969 | rockchip,pins = <8 9 RK_FUNC_1 &pcfg_pull_up>; |
| 970 | }; |
| 971 | }; |
| 972 | |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 973 | uart0 { |
| 974 | uart0_xfer: uart0-xfer { |
| 975 | rockchip,pins = <4 16 RK_FUNC_1 &pcfg_pull_up>, |
| 976 | <4 17 RK_FUNC_1 &pcfg_pull_none>; |
| 977 | }; |
| 978 | |
| 979 | uart0_cts: uart0-cts { |
| 980 | rockchip,pins = <4 18 RK_FUNC_1 &pcfg_pull_none>; |
| 981 | }; |
| 982 | |
| 983 | uart0_rts: uart0-rts { |
| 984 | rockchip,pins = <4 19 RK_FUNC_1 &pcfg_pull_none>; |
| 985 | }; |
| 986 | }; |
| 987 | |
| 988 | uart1 { |
| 989 | uart1_xfer: uart1-xfer { |
| 990 | rockchip,pins = <5 8 RK_FUNC_1 &pcfg_pull_up>, |
| 991 | <5 9 RK_FUNC_1 &pcfg_pull_none>; |
| 992 | }; |
| 993 | |
| 994 | uart1_cts: uart1-cts { |
| 995 | rockchip,pins = <5 10 RK_FUNC_1 &pcfg_pull_none>; |
| 996 | }; |
| 997 | |
| 998 | uart1_rts: uart1-rts { |
| 999 | rockchip,pins = <5 11 RK_FUNC_1 &pcfg_pull_none>; |
| 1000 | }; |
| 1001 | }; |
| 1002 | |
| 1003 | uart2 { |
| 1004 | uart2_xfer: uart2-xfer { |
| 1005 | rockchip,pins = <7 22 RK_FUNC_1 &pcfg_pull_up>, |
| 1006 | <7 23 RK_FUNC_1 &pcfg_pull_none>; |
| 1007 | }; |
| 1008 | /* no rts / cts for uart2 */ |
| 1009 | }; |
| 1010 | |
| 1011 | uart3 { |
| 1012 | uart3_xfer: uart3-xfer { |
| 1013 | rockchip,pins = <7 7 RK_FUNC_1 &pcfg_pull_up>, |
| 1014 | <7 8 RK_FUNC_1 &pcfg_pull_none>; |
| 1015 | }; |
| 1016 | |
| 1017 | uart3_cts: uart3-cts { |
| 1018 | rockchip,pins = <7 9 RK_FUNC_1 &pcfg_pull_none>; |
| 1019 | }; |
| 1020 | |
| 1021 | uart3_rts: uart3-rts { |
| 1022 | rockchip,pins = <7 10 RK_FUNC_1 &pcfg_pull_none>; |
| 1023 | }; |
| 1024 | }; |
| 1025 | |
| 1026 | uart4 { |
| 1027 | uart4_xfer: uart4-xfer { |
| 1028 | rockchip,pins = <5 12 3 &pcfg_pull_up>, |
| 1029 | <5 13 3 &pcfg_pull_none>; |
| 1030 | }; |
| 1031 | |
| 1032 | uart4_cts: uart4-cts { |
| 1033 | rockchip,pins = <5 14 3 &pcfg_pull_none>; |
| 1034 | }; |
| 1035 | |
| 1036 | uart4_rts: uart4-rts { |
| 1037 | rockchip,pins = <5 15 3 &pcfg_pull_none>; |
| 1038 | }; |
| 1039 | }; |
Doug Anderson | df542df | 2014-08-25 15:59:26 -0700 | [diff] [blame] | 1040 | |
Caesar Wang | b67d6bc | 2014-11-24 12:59:01 +0800 | [diff] [blame] | 1041 | tsadc { |
| 1042 | otp_out: otp-out { |
| 1043 | rockchip,pins = <0 10 RK_FUNC_1 &pcfg_pull_none>; |
| 1044 | }; |
| 1045 | }; |
| 1046 | |
Doug Anderson | df542df | 2014-08-25 15:59:26 -0700 | [diff] [blame] | 1047 | pwm0 { |
| 1048 | pwm0_pin: pwm0-pin { |
| 1049 | rockchip,pins = <7 0 RK_FUNC_1 &pcfg_pull_none>; |
| 1050 | }; |
| 1051 | }; |
| 1052 | |
| 1053 | pwm1 { |
| 1054 | pwm1_pin: pwm1-pin { |
| 1055 | rockchip,pins = <7 1 RK_FUNC_1 &pcfg_pull_none>; |
| 1056 | }; |
| 1057 | }; |
| 1058 | |
| 1059 | pwm2 { |
| 1060 | pwm2_pin: pwm2-pin { |
| 1061 | rockchip,pins = <7 22 3 &pcfg_pull_none>; |
| 1062 | }; |
| 1063 | }; |
| 1064 | |
| 1065 | pwm3 { |
| 1066 | pwm3_pin: pwm3-pin { |
| 1067 | rockchip,pins = <7 23 3 &pcfg_pull_none>; |
| 1068 | }; |
| 1069 | }; |
Heiko Stuebner | 2ab557b | 2014-07-15 20:16:19 +0200 | [diff] [blame] | 1070 | }; |
| 1071 | }; |