Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2013 MundoReader S.L. |
| 3 | * Author: Heiko Stuebner <heiko@sntech.de> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation; either version 2 of the License, or |
| 8 | * (at your option) any later version. |
| 9 | * |
| 10 | * This program is distributed in the hope that it will be useful, |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | * GNU General Public License for more details. |
| 14 | */ |
| 15 | |
| 16 | #include <dt-bindings/gpio/gpio.h> |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 17 | #include <dt-bindings/pinctrl/rockchip.h> |
Heiko Stuebner | b13d2a7 | 2014-04-15 01:16:44 +0200 | [diff] [blame] | 18 | #include <dt-bindings/clock/rk3066a-cru.h> |
Heiko Stuebner | f75efdd | 2013-09-29 13:25:08 +0200 | [diff] [blame] | 19 | #include "rk3xxx.dtsi" |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 20 | |
| 21 | / { |
| 22 | compatible = "rockchip,rk3066a"; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 23 | |
| 24 | cpus { |
| 25 | #address-cells = <1>; |
| 26 | #size-cells = <0>; |
Heiko Stübner | 26ab69c | 2014-03-27 01:06:32 +0100 | [diff] [blame] | 27 | enable-method = "rockchip,rk3066-smp"; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 28 | |
| 29 | cpu@0 { |
| 30 | device_type = "cpu"; |
| 31 | compatible = "arm,cortex-a9"; |
| 32 | next-level-cache = <&L2>; |
| 33 | reg = <0x0>; |
| 34 | }; |
| 35 | cpu@1 { |
| 36 | device_type = "cpu"; |
| 37 | compatible = "arm,cortex-a9"; |
| 38 | next-level-cache = <&L2>; |
| 39 | reg = <0x1>; |
| 40 | }; |
| 41 | }; |
| 42 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 43 | timer@20038000 { |
| 44 | compatible = "snps,dw-apb-timer-osc"; |
| 45 | reg = <0x20038000 0x100>; |
| 46 | interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; |
| 47 | clocks = <&cru SCLK_TIMER0>, <&cru PCLK_TIMER0>; |
| 48 | clock-names = "timer", "pclk"; |
| 49 | }; |
| 50 | |
| 51 | timer@2003a000 { |
| 52 | compatible = "snps,dw-apb-timer-osc"; |
| 53 | reg = <0x2003a000 0x100>; |
| 54 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; |
| 55 | clocks = <&cru SCLK_TIMER1>, <&cru PCLK_TIMER1>; |
| 56 | clock-names = "timer", "pclk"; |
| 57 | }; |
| 58 | |
| 59 | timer@2000e000 { |
| 60 | compatible = "snps,dw-apb-timer-osc"; |
| 61 | reg = <0x2000e000 0x100>; |
| 62 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
| 63 | clocks = <&cru SCLK_TIMER2>, <&cru PCLK_TIMER2>; |
| 64 | clock-names = "timer", "pclk"; |
| 65 | }; |
| 66 | |
| 67 | sram: sram@10080000 { |
| 68 | compatible = "mmio-sram"; |
| 69 | reg = <0x10080000 0x10000>; |
| 70 | #address-cells = <1>; |
| 71 | #size-cells = <1>; |
| 72 | ranges = <0 0x10080000 0x10000>; |
| 73 | |
| 74 | smp-sram@0 { |
| 75 | compatible = "rockchip,rk3066-smp-sram"; |
| 76 | reg = <0x0 0x50>; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | cru: clock-controller@20000000 { |
| 81 | compatible = "rockchip,rk3066a-cru"; |
| 82 | reg = <0x20000000 0x1000>; |
| 83 | rockchip,grf = <&grf>; |
| 84 | |
| 85 | #clock-cells = <1>; |
| 86 | #reset-cells = <1>; |
| 87 | }; |
| 88 | |
Heiko Stuebner | e40b43d | 2014-07-26 18:53:07 +0200 | [diff] [blame] | 89 | pinctrl: pinctrl@20008000 { |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 90 | compatible = "rockchip,rk3066a-pinctrl"; |
| 91 | rockchip,grf = <&grf>; |
| 92 | #address-cells = <1>; |
| 93 | #size-cells = <1>; |
| 94 | ranges; |
| 95 | |
| 96 | gpio0: gpio0@20034000 { |
| 97 | compatible = "rockchip,gpio-bank"; |
| 98 | reg = <0x20034000 0x100>; |
| 99 | interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>; |
| 100 | clocks = <&cru PCLK_GPIO0>; |
| 101 | |
| 102 | gpio-controller; |
| 103 | #gpio-cells = <2>; |
| 104 | |
| 105 | interrupt-controller; |
| 106 | #interrupt-cells = <2>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 107 | }; |
| 108 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 109 | gpio1: gpio1@2003c000 { |
| 110 | compatible = "rockchip,gpio-bank"; |
| 111 | reg = <0x2003c000 0x100>; |
| 112 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
| 113 | clocks = <&cru PCLK_GPIO1>; |
| 114 | |
| 115 | gpio-controller; |
| 116 | #gpio-cells = <2>; |
| 117 | |
| 118 | interrupt-controller; |
| 119 | #interrupt-cells = <2>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 120 | }; |
| 121 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 122 | gpio2: gpio2@2003e000 { |
| 123 | compatible = "rockchip,gpio-bank"; |
| 124 | reg = <0x2003e000 0x100>; |
| 125 | interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; |
| 126 | clocks = <&cru PCLK_GPIO2>; |
| 127 | |
| 128 | gpio-controller; |
| 129 | #gpio-cells = <2>; |
| 130 | |
| 131 | interrupt-controller; |
| 132 | #interrupt-cells = <2>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 133 | }; |
| 134 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 135 | gpio3: gpio3@20080000 { |
| 136 | compatible = "rockchip,gpio-bank"; |
| 137 | reg = <0x20080000 0x100>; |
| 138 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
| 139 | clocks = <&cru PCLK_GPIO3>; |
Heiko Stuebner | de18e01 | 2013-06-17 22:08:31 +0200 | [diff] [blame] | 140 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 141 | gpio-controller; |
| 142 | #gpio-cells = <2>; |
| 143 | |
| 144 | interrupt-controller; |
| 145 | #interrupt-cells = <2>; |
| 146 | }; |
| 147 | |
| 148 | gpio4: gpio4@20084000 { |
| 149 | compatible = "rockchip,gpio-bank"; |
| 150 | reg = <0x20084000 0x100>; |
| 151 | interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>; |
| 152 | clocks = <&cru PCLK_GPIO4>; |
| 153 | |
| 154 | gpio-controller; |
| 155 | #gpio-cells = <2>; |
| 156 | |
| 157 | interrupt-controller; |
| 158 | #interrupt-cells = <2>; |
| 159 | }; |
| 160 | |
| 161 | gpio6: gpio6@2000a000 { |
| 162 | compatible = "rockchip,gpio-bank"; |
| 163 | reg = <0x2000a000 0x100>; |
| 164 | interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; |
| 165 | clocks = <&cru PCLK_GPIO6>; |
| 166 | |
| 167 | gpio-controller; |
| 168 | #gpio-cells = <2>; |
| 169 | |
| 170 | interrupt-controller; |
| 171 | #interrupt-cells = <2>; |
| 172 | }; |
| 173 | |
| 174 | pcfg_pull_default: pcfg_pull_default { |
| 175 | bias-pull-pin-default; |
| 176 | }; |
| 177 | |
| 178 | pcfg_pull_none: pcfg_pull_none { |
| 179 | bias-disable; |
| 180 | }; |
| 181 | |
| 182 | uart0 { |
| 183 | uart0_xfer: uart0-xfer { |
| 184 | rockchip,pins = <RK_GPIO1 0 RK_FUNC_1 &pcfg_pull_default>, |
| 185 | <RK_GPIO1 1 RK_FUNC_1 &pcfg_pull_default>; |
| 186 | }; |
| 187 | |
| 188 | uart0_cts: uart0-cts { |
| 189 | rockchip,pins = <RK_GPIO1 2 RK_FUNC_1 &pcfg_pull_default>; |
| 190 | }; |
| 191 | |
| 192 | uart0_rts: uart0-rts { |
| 193 | rockchip,pins = <RK_GPIO1 3 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | de18e01 | 2013-06-17 22:08:31 +0200 | [diff] [blame] | 194 | }; |
| 195 | }; |
| 196 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 197 | uart1 { |
| 198 | uart1_xfer: uart1-xfer { |
| 199 | rockchip,pins = <RK_GPIO1 4 RK_FUNC_1 &pcfg_pull_default>, |
| 200 | <RK_GPIO1 5 RK_FUNC_1 &pcfg_pull_default>; |
| 201 | }; |
Heiko Stuebner | b13d2a7 | 2014-04-15 01:16:44 +0200 | [diff] [blame] | 202 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 203 | uart1_cts: uart1-cts { |
| 204 | rockchip,pins = <RK_GPIO1 6 RK_FUNC_1 &pcfg_pull_default>; |
| 205 | }; |
| 206 | |
| 207 | uart1_rts: uart1-rts { |
| 208 | rockchip,pins = <RK_GPIO1 7 RK_FUNC_1 &pcfg_pull_default>; |
| 209 | }; |
Heiko Stuebner | b13d2a7 | 2014-04-15 01:16:44 +0200 | [diff] [blame] | 210 | }; |
| 211 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 212 | uart2 { |
| 213 | uart2_xfer: uart2-xfer { |
| 214 | rockchip,pins = <RK_GPIO1 8 RK_FUNC_1 &pcfg_pull_default>, |
| 215 | <RK_GPIO1 9 RK_FUNC_1 &pcfg_pull_default>; |
| 216 | }; |
| 217 | /* no rts / cts for uart2 */ |
| 218 | }; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 219 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 220 | uart3 { |
| 221 | uart3_xfer: uart3-xfer { |
| 222 | rockchip,pins = <RK_GPIO3 27 RK_FUNC_1 &pcfg_pull_default>, |
| 223 | <RK_GPIO3 28 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 224 | }; |
| 225 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 226 | uart3_cts: uart3-cts { |
| 227 | rockchip,pins = <RK_GPIO3 29 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 228 | }; |
| 229 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 230 | uart3_rts: uart3-rts { |
| 231 | rockchip,pins = <RK_GPIO3 30 RK_FUNC_1 &pcfg_pull_default>; |
| 232 | }; |
| 233 | }; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 234 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 235 | sd0 { |
| 236 | sd0_clk: sd0-clk { |
| 237 | rockchip,pins = <RK_GPIO3 8 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 238 | }; |
| 239 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 240 | sd0_cmd: sd0-cmd { |
| 241 | rockchip,pins = <RK_GPIO3 9 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 242 | }; |
| 243 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 244 | sd0_cd: sd0-cd { |
| 245 | rockchip,pins = <RK_GPIO3 14 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 246 | }; |
| 247 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 248 | sd0_wp: sd0-wp { |
| 249 | rockchip,pins = <RK_GPIO3 15 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 250 | }; |
| 251 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 252 | sd0_bus1: sd0-bus-width1 { |
| 253 | rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 254 | }; |
| 255 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 256 | sd0_bus4: sd0-bus-width4 { |
| 257 | rockchip,pins = <RK_GPIO3 10 RK_FUNC_1 &pcfg_pull_default>, |
| 258 | <RK_GPIO3 11 RK_FUNC_1 &pcfg_pull_default>, |
| 259 | <RK_GPIO3 12 RK_FUNC_1 &pcfg_pull_default>, |
| 260 | <RK_GPIO3 13 RK_FUNC_1 &pcfg_pull_default>; |
| 261 | }; |
| 262 | }; |
| 263 | |
| 264 | sd1 { |
| 265 | sd1_clk: sd1-clk { |
| 266 | rockchip,pins = <RK_GPIO3 21 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 267 | }; |
| 268 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 269 | sd1_cmd: sd1-cmd { |
| 270 | rockchip,pins = <RK_GPIO3 16 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 271 | }; |
| 272 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 273 | sd1_cd: sd1-cd { |
| 274 | rockchip,pins = <RK_GPIO3 22 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 275 | }; |
| 276 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 277 | sd1_wp: sd1-wp { |
| 278 | rockchip,pins = <RK_GPIO3 23 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 279 | }; |
| 280 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 281 | sd1_bus1: sd1-bus-width1 { |
| 282 | rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 283 | }; |
| 284 | |
Heiko Stuebner | c3030d3 | 2014-07-26 18:44:35 +0200 | [diff] [blame] | 285 | sd1_bus4: sd1-bus-width4 { |
| 286 | rockchip,pins = <RK_GPIO3 17 RK_FUNC_1 &pcfg_pull_default>, |
| 287 | <RK_GPIO3 18 RK_FUNC_1 &pcfg_pull_default>, |
| 288 | <RK_GPIO3 19 RK_FUNC_1 &pcfg_pull_default>, |
| 289 | <RK_GPIO3 20 RK_FUNC_1 &pcfg_pull_default>; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 290 | }; |
| 291 | }; |
Heiko Stuebner | d63dc05 | 2013-06-02 23:09:41 +0200 | [diff] [blame] | 292 | }; |
| 293 | }; |
Heiko Stuebner | fcbbf96 | 2014-07-26 23:08:06 +0200 | [diff] [blame^] | 294 | |
| 295 | &mmc0 { |
| 296 | pinctrl-names = "default"; |
| 297 | pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_bus4>; |
| 298 | }; |
| 299 | |
| 300 | &mmc1 { |
| 301 | pinctrl-names = "default"; |
| 302 | pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_cd &sd1_bus4>; |
| 303 | }; |
| 304 | |
| 305 | &uart0 { |
| 306 | pinctrl-names = "default"; |
| 307 | pinctrl-0 = <&uart0_xfer>; |
| 308 | }; |
| 309 | |
| 310 | &uart1 { |
| 311 | pinctrl-names = "default"; |
| 312 | pinctrl-0 = <&uart1_xfer>; |
| 313 | }; |
| 314 | |
| 315 | &uart2 { |
| 316 | pinctrl-names = "default"; |
| 317 | pinctrl-0 = <&uart2_xfer>; |
| 318 | }; |
| 319 | |
| 320 | &uart3 { |
| 321 | pinctrl-names = "default"; |
| 322 | pinctrl-0 = <&uart3_xfer>; |
| 323 | }; |