input:ir:add remotectl support
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3036.dtsi
1 #include <dt-bindings/interrupt-controller/arm-gic.h>
2
3 #include "skeleton.dtsi"
4 #include "rk3036-clocks.dtsi"
5 #include "rk3036-pinctrl.dtsi"
6
7 / {
8         compatible = "rockchip,rk3036";
9         rockchip,sram = <&sram>;
10         interrupt-parent = <&gic>;
11
12         aliases {
13                 serial0 = &uart0;
14                 serial1 = &uart1;
15                 serial2 = &uart2;
16                 i2c0 = &i2c0;
17                 i2c1 = &i2c1;
18                 i2c2 = &i2c2;
19                 spi0 = &spi0;
20         };
21
22         cpus {
23                 #address-cells = <1>;
24                 #size-cells = <0>;
25
26                 cpu@0 {
27                         device_type = "cpu";
28                         compatible = "arm,cortex-a7";
29                         reg = <0xf00>;
30                 };
31                 cpu@1 {
32                         device_type = "cpu";
33                         compatible = "arm,cortex-a7";
34                         reg = <0xf01>;
35                 };
36         };
37
38         gic: interrupt-controller@10139000 {
39                 compatible = "arm,cortex-a15-gic";
40                 interrupt-controller;
41                 #interrupt-cells = <3>;
42                 #address-cells = <0>;
43                 reg = <0x10139000 0x1000>,
44                       <0x1013a000 0x1000>;
45         };
46
47         arm-pmu {
48                 compatible = "arm,cortex-a7-pmu";
49                 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
50                              <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
51         };
52
53         cpu_axi_bus: cpu_axi_bus {
54                 compatible = "rockchip,cpu_axi_bus";
55                 #address-cells = <1>;
56                 #size-cells = <1>;
57                 ranges;
58
59                 qos {
60                         #address-cells = <1>;
61                         #size-cells = <1>;
62                         ranges;
63
64                         core {
65                                 reg = <0x1012a000 0x20>;
66                                 rockchip,priority = <3 2>;
67                         };
68                         peri {
69                                 reg = <0x1012c000 0x20>;
70                         };
71                         gpu {
72                                 reg = <0x1012d000 0x20>;
73                         };
74                         vpu {
75                                 reg = <0x1012e000 0x20>;
76                         };
77                         hevc {
78                                 reg = <0x1012e080 0x20>;
79                         };
80                         vio {
81                                 reg = <0x1012f000 0x20>;
82                                 rockchip,priority = <3 3>;
83                         };
84                 };
85
86                 msch {
87                         #address-cells = <1>;
88                         #size-cells = <1>;
89                         ranges;
90
91                         msch@10128000 {
92                                 reg = <0x10128000 0x40>;
93                                 rockchip,read-latency = <0x80>;
94                         };
95                 };
96         };
97
98         sram: sram@10080000 {
99                 compatible = "mmio-sram";
100                 reg = <0x10080000 0x2000>;
101                 map-exec;
102         };
103
104         timer {
105                 compatible = "arm,armv7-timer";
106                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
107                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
108                 clock-frequency = <24000000>;
109         };
110
111         watchdog: wdt@2004c000 {
112                 compatible = "rockchip,watch dog";
113                 reg = <0x2004c000 0x100>;
114                 clocks = <&clk_gates7 15>;
115                 clock-names = "pclk_wdt";
116                 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
117                 rockchip,irq = <1>;
118                 rockchip,timeout = <60>;
119                 rockchip,atboot = <1>;
120                 rockchip,debug = <0>;
121                 status = "disabled";
122         };
123
124         amba {
125                 #address-cells = <1>;
126                 #size-cells = <1>;
127                 compatible = "arm,amba-bus";
128                 interrupt-parent = <&gic>;
129                 ranges;
130
131                 pdma: pdma@20078000 {
132                         compatible = "arm,pl330", "arm,primecell";
133                         reg = <0x20078000 0x4000>;
134                         interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
135                                      <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
136                         #dma-cells = <1>;
137                 };
138         };
139
140         reset: reset@20000110{
141                 compatible = "rockchip,reset";
142                 reg = <0x20000110 0x24>;
143                 rockchip,reset-flag = <ROCKCHIP_RESET_HIWORD_MASK>;
144                 #reset-cells = <1>;
145         };
146
147         nandc: nandc@10500000 {
148                 compatible = "rockchip,rk-nandc";
149                 reg = <0x10500000 0x4000>;
150                 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
151                 //pinctrl-names = "default";
152                 //pinctrl-0 = <&nandc_ale &nandc_cle &nandc_wrn &nandc_rdn &nandc_rdy &nandc_cs0 &nandc_data>;
153                 nandc_id = <0>;
154                 clocks = <&clk_nandc>, <&clk_gates5 9>, <&clk_gates10 4>;
155                 clock-names = "clk_nandc", "g_clk_nandc", "hclk_nandc";
156         };
157         
158         nandc0reg: nandc0@10500000 {
159                 compatible = "rockchip,rk-nandc";
160                 reg = <0x10500000 0x4000>;
161         };
162
163         spi0: spi@20074000 {
164                 compatible = "rockchip,rockchip-spi";
165                 reg = <0x20074000 0x1000>;
166                 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
167                 #address-cells = <1>;
168                 #size-cells = <0>;
169                 pinctrl-names = "default";
170                 pinctrl-0 = <&spi0_txd &spi0_rxd &spi0_clk &spi0_cs0 &spi0_cs1>;
171                 rockchip,spi-src-clk = <0>;
172                 num-cs = <2>;
173                 clocks =<&clk_spi0>, <&clk_gates2 9>;
174                 clock-names = "spi","pclk_spi0";
175                 dmas = <&pdma 8>, <&pdma 9>;
176                 #dma-cells = <2>;
177                 dma-names = "tx", "rx";
178                 status = "disabled";
179         };
180
181         uart0: serial@20060000 {
182                 compatible = "rockchip,serial";
183                 reg = <0x20060000 0x100>;
184                 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
185                 clock-frequency = <24000000>;
186                 clocks = <&clk_uart0>, <&clk_gates8 0>;
187                 clock-names = "sclk_uart", "pclk_uart";
188                 reg-shift = <2>;
189                 reg-io-width = <4>;
190                 dmas = <&pdma 2>, <&pdma 3>;
191                 #dma-cells = <2>;
192                 pinctrl-names = "default";
193                 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
194                 status = "disabled";
195         };
196
197         uart1: serial@20064000 {
198                 compatible = "rockchip,serial";
199                 reg = <0x20064000 0x100>;
200                 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
201                 clock-frequency = <24000000>;
202                 clocks = <&clk_uart1>, <&clk_gates8 1>;
203                 clock-names = "sclk_uart", "pclk_uart";
204                 reg-shift = <2>;
205                 reg-io-width = <4>;
206                 dmas = <&pdma 4>, <&pdma 5>;
207                 #dma-cells = <2>;
208                 pinctrl-names = "default";
209                 pinctrl-0 = <&uart1_xfer>;
210                 status = "disabled";
211         };
212
213         uart2: serial@20068000 {
214                 compatible = "rockchip,serial";
215                 reg = <0x20068000 0x100>;
216                 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
217                 clock-frequency = <24000000>;
218                 clocks = <&clk_uart2>, <&clk_gates8 2>;
219                 clock-names = "sclk_uart", "pclk_uart";
220                 reg-shift = <2>;
221                 reg-io-width = <4>;
222                 dmas = <&pdma 6>, <&pdma 7>;
223                 #dma-cells = <2>;
224                 pinctrl-names = "default";
225                 pinctrl-0 = <&uart2_xfer>;
226                 status = "disabled";
227         };
228
229         fiq-debugger {
230                 compatible = "rockchip,fiq-debugger";
231                 rockchip,serial-id = <2>;
232                 rockchip,signal-irq = <106>;
233                 rockchip,wake-irq = <0>;
234                 status = "disabled";
235         };
236
237         clocks-init{
238                 compatible = "rockchip,clocks-init";
239                 rockchip,clocks-init-parent =
240                         <&clk_core &clk_apll>, <&aclk_cpu_pre &clk_gpll>,
241                         <&aclk_peri_pre &clk_gpll>, <&clk_uart_pll &clk_gpll>,  
242                         <&clk_i2s_pll &clk_gpll>, <&clk_spdif_pll &clk_gpll>,
243                         <&aclk_vcodec_pre &clk_gpll>, <&clk_hevc_core &clk_gpll>,
244                         <&aclk_vio_pre &clk_gpll>, <&clk_mac_pll &clk_apll>;
245                 rockchip,clocks-init-rate =
246                         <&clk_core 1000000000>, <&clk_gpll 594000000>,
247                         <&aclk_cpu_pre 150000000>, <&hclk_cpu_pre 75000000>,    
248                         <&pclk_cpu_pre 75000000>,        <&aclk_peri_pre 150000000>,
249                         <&hclk_peri_pre 75000000>, <&pclk_peri_pre 75000000>,
250                         <&clk_gpu_pre 300000000>,        <&aclk_vio_pre 300000000>,
251                         <&hclk_vio_pre 150000000>, <&aclk_vcodec_pre 300000000>,
252                         <&clk_hevc_core 200000000>, <&clk_mac_pll_div 50000000>,
253                         <&clk_mac_ref_div 50000000>;
254         /*      rockchip,clocks-uboot-has-init =
255                         <&aclk_vio1>;*/
256         };
257
258         clocks-enable {
259                 compatible = "rockchip,clocks-enable";
260                 clocks =
261                                 /*PD_CORE*/
262                                 <&clk_gates0 0>, <&clk_gates0 7>,
263
264                                 /*PD_CPU*/
265                                 <&clk_gates0 3>, <&clk_gates0 4>,
266                                 <&clk_gates0 5>,
267
268                                 /*TIMER*/
269                                 <&clk_gates1 0>, <&clk_gates1 1>,
270                                 <&clk_gates2 4>, <&clk_gates2 5>,
271
272                                 /*PD_PERI*/
273                                 <&clk_gates2 0>, <&hclk_peri_pre>,
274                                 <&pclk_peri_pre>, <&clk_gates2 1>,
275
276                                 /*aclk_cpu_pre*/
277                                 <&clk_gates4 12>,/*aclk_intmem*/
278                                 <&clk_gates4 10>,/*aclk_strc_sys*/
279                         
280                                 /*hclk_cpu_pre*/
281                                 <&clk_gates5 6>,/*hclk_rom*/
282
283                                 /*pclk_cpu_pre*/
284                                 <&clk_gates5 4>,/*pclk_grf*/
285                                 <&clk_gates5 7>,/*pclk_ddrupctl*/
286                                 <&clk_gates5 14>,/*pclk_acodec*/
287                                 <&clk_gates3 8>,/*pclk_hdmi*/
288
289                                 /*aclk_peri_pre*/
290                                 <&clk_gates4 3>,/*aclk_peri_axi_matrix*/
291                                 <&clk_gates5 1>,/*aclk_dmac2*/
292                                 <&clk_gates9 15>,/*aclk_peri_niu*/
293                                 <&clk_gates4 2>,/*aclk_cpu_peri*/
294                                 
295                                 /*hclk_peri_pre*/
296                                 <&clk_gates4 0>,/*hclk_peri_matrix*/
297                                 <&clk_gates9 13>,/*hclk_usb_peri*/
298                                 <&clk_gates9 14>,/*hclk_peri_arbi*/     
299
300                                 /*pclk_peri_pre*/
301                                 <&clk_gates4 1>,/*pclk_peri_axi_matrix*/
302
303                                 /*hclk_vio_pre*/
304                                 <&clk_gates6 12>,/*hclk_vio_bus*/
305                                 <&clk_gates9 5>,/*hclk_lcdc*/
306
307                                 /*aclk_vio_pre*/
308                                 <&clk_gates6 13>,/*aclk_vio*/
309                                 <&clk_gates9 6>,/*aclk_lcdc*/
310
311                                 /*UART*/
312                                 <&clk_gates1 12>,
313                                 <&clk_gates1 13>,
314                                 <&clk_gates8 2>,/*pclk_uart2*/
315
316                                 <&clk_gpu_pre>,
317
318                                 /*jtag*/
319                                 <&clk_gates1 3>;/*clk_jtag*/
320         };
321
322         i2c0: i2c@20072000 {
323                 compatible = "rockchip,rk30-i2c";
324                 reg = <0x20072000 0x1000>;
325                 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
326                 #address-cells = <1>;
327                 #size-cells = <0>;
328                 pinctrl-names = "default", "gpio";
329                 pinctrl-0 = <&i2c0_sda &i2c0_scl>;
330                 pinctrl-1 = <&i2c0_gpio>;
331                 gpios = <&gpio0 GPIO_A1 GPIO_ACTIVE_LOW>, <&gpio0 GPIO_A0 GPIO_ACTIVE_LOW>;
332                 clocks = <&clk_gates8 4>;
333                 rockchip,check-idle = <1>;
334                 status = "disabled";
335         };
336
337         i2c1: i2c@20056000 {
338                 compatible = "rockchip,rk30-i2c";
339                 reg = <0x20056000 0x1000>;
340                 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
341                 #address-cells = <1>;
342                 #size-cells = <0>;
343                 pinctrl-names = "default", "gpio";
344                 pinctrl-0 = <&i2c1_sda &i2c1_scl>;
345                 pinctrl-1 = <&i2c1_gpio>;
346                 gpios = <&gpio0 GPIO_A3 GPIO_ACTIVE_LOW>, <&gpio0 GPIO_A2 GPIO_ACTIVE_LOW>;
347                 clocks = <&clk_gates8 5>;
348                 rockchip,check-idle = <1>;
349                 status = "disabled";
350         };
351
352         i2c2: i2c@2005a000 {
353                 compatible = "rockchip,rk30-i2c";
354                 reg = <0x2005a000 0x1000>;
355                 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
356                 #address-cells = <1>;
357                 #size-cells = <0>;
358                 pinctrl-names = "default", "gpio";
359                 pinctrl-0 = <&i2c2_sda &i2c2_scl>;
360                 pinctrl-1 = <&i2c2_gpio>;
361                 gpios = <&gpio2 GPIO_C4 GPIO_ACTIVE_LOW>, <&gpio2 GPIO_C5 GPIO_ACTIVE_LOW>;
362                 clocks = <&clk_gates8 6>;
363                 rockchip,check-idle = <1>;
364                 status = "disabled";
365         };
366
367         i2s: i2s@10220000 {
368                 compatible = "rockchip-i2s";
369                 reg = <0x10220000 0x1000>;
370                 i2s-id = <0>;
371                 clocks = <&clk_i2s>, <&clk_i2s_out>, <&clk_gates7 2>;
372                 clock-names = "i2s_clk","i2s_mclk", "i2s_hclk";
373                 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
374                 dmas = <&pdma 0>, <&pdma 1>;
375                 //#dma-cells = <2>;
376                 dma-names = "tx", "rx";
377                 //pinctrl-names = "default", "sleep";
378                 //pinctrl-0 = <&i2s_mclk &i2s_sclk &i2s_lrckrx &i2s_lrcktx &i2s_sdi &i2s_sdo0 &i2s_sdo1 &i2s_sdo2 &i2s_sdo3>;
379                 //pinctrl-1 = <&i2s_gpio>;
380         };
381
382         spdif: spdif@10204000 {
383                 compatible = "rockchip-spdif";
384                 reg = <0x10204000 0x1000>;
385                 clocks = <&clk_spdif>;
386                 clock-names = "spdif_mclk";
387                 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
388                 dmas = <&pdma 13>;
389                 //#dma-cells = <1>;
390                 dma-names = "tx";
391                 //pinctrl-names = "default";
392                 //pinctrl-0 = <&spdif_tx>;
393         };
394
395         pwm0: pwm@20050000 {
396                 compatible = "rockchip,rk-pwm";
397                 reg = <0x20050000 0x10>;
398                 #pwm-cells = <2>;
399                 pinctrl-names = "default";
400                 pinctrl-0 = <&pwm0_pin>;
401                 clocks = <&clk_gates7 10>;
402                 clock-names = "pclk_pwm";
403                 status = "disabled";
404         };
405
406         pwm1: pwm@20050010 {
407                 compatible = "rockchip,rk-pwm";
408                 reg = <0x20050010 0x10>;
409                 #pwm-cells = <2>;
410                 pinctrl-names = "default";
411                 pinctrl-0 = <&pwm1_pin>;
412                 clocks = <&clk_gates7 10>;
413                 clock-names = "pclk_pwm";
414                 status = "disabled";
415         };
416
417         pwm2: pwm@20050020 {
418                 compatible = "rockchip,rk-pwm";
419                 reg = <0x20050020 0x10>;
420                 #pwm-cells = <2>;
421                 pinctrl-names = "default";
422                 pinctrl-0 = <&pwm2_pin>;
423                 clocks = <&clk_gates7 10>;
424                 clock-names = "pclk_pwm";
425                 status = "disabled";
426         };
427
428         pwm3: pwm@20050030 {
429                 compatible = "rockchip,rk-pwm";
430                 reg = <0x20050030 0x10>;
431                 #pwm-cells = <2>;
432                 pinctrl-names = "default";
433                 pinctrl-0 = <&pwm3_pin>;
434                 clocks = <&clk_gates7 10>;
435                 clock-names = "pclk_pwm";
436                 status = "disabled";
437         };
438         
439         remotectl: pwm@20050030 {
440                 compatible = "rockchip,remotectl-pwm";
441                 reg = <0x20050030 0x10>;
442                 #pwm-cells = <2>;
443                 pinctrl-names = "default";
444                 pinctrl-0 = <&pwm3_pin>;
445                 clocks = <&clk_gates7 10>;
446                 clock-names = "pclk_pwm";
447                 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
448                 status = "okay";
449         };
450
451         emmc: rksdmmc@1021c000 {
452                 compatible = "rockchip,rk_mmc", "rockchip,rk3036-sdmmc";
453                 reg = <0x1021c000 0x4000>;
454                 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
455                 #address-cells = <1>;
456                 #size-cells = <0>;
457                 //pinctrl-names = "default",,"suspend";
458                 //pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_cd &sd0_wp &sd0_pwr &sd0_bus1 &sd0_bus4>;
459                 clocks = <&clk_emmc>, <&clk_gates7 0>;
460                 clock-names = "clk_mmc", "hclk_mmc";
461                 dmas = <&pdma 12>;
462                 dma-names = "dw_mci";
463                 num-slots = <1>;
464                 fifo-depth = <0x100>;
465                 bus-width = <8>;
466         };
467
468
469         sdmmc: rksdmmc@10214000 {
470                 compatible = "rockchip,rk_mmc", "rockchip,rk3036-sdmmc";
471                 reg = <0x10214000 0x4000>;
472                 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
473                 #address-cells = <1>;
474                 #size-cells = <0>;
475                 pinctrl-names = "default", "idle";
476                 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
477                 pinctrl-1 = <&sdmmc0_gpio>;
478                 cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
479                 clocks = <&clk_sdmmc0>, <&clk_gates5 10>;
480                 clock-names = "clk_mmc", "hclk_mmc";
481                 dmas = <&pdma 10>;
482                 dma-names = "dw_mci";
483                 num-slots = <1>;
484                 fifo-depth = <0x100>;
485                 bus-width = <4>;
486         };
487
488         sdio: rksdmmc@10218000 {
489                 compatible = "rockchip,rk_mmc", "rockchip,rk3036-sdmmc";
490                 reg = <0x10218000 0x4000>;
491                 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
492                 #address-cells = <1>;
493                 #size-cells = <0>;
494                 pinctrl-names = "default","idle";
495                 pinctrl-0 = <&sdio0_clk &sdio0_cmd  &sdio0_bus4>;
496                 pinctrl-1 = <&sdio0_gpio>;
497                 clocks = <&clk_sdio>, <&clk_gates5 11>;
498                 clock-names = "clk_mmc", "hclk_mmc";
499                 dmas = <&pdma 11>;
500                 dma-names = "dw_mci";
501                 num-slots = <1>;
502                 fifo-depth = <0x100>;
503                 bus-width = <4>;
504         };
505         gpu {
506                 compatible = "arm,mali400";
507                 reg = <0x10091000 0x200>,
508                           <0x10090000 0x100>,
509                           <0x10093000 0x100>,
510                           <0x10098000 0x1100>,
511                           <0x10094000 0x100>;
512                 reg-names = "Mali_L2",
513                                         "Mali_GP",
514                                         "Mali_GP_MMU",
515                                         "Mali_PP0",
516                                         "Mali_PP0_MMU";
517
518             interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
519                      <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
520                                      <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
521                      <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
522             interrupt-names = "Mali_GP_IRQ", 
523                                                   "Mali_GP_MMU_IRQ", 
524                                                   "Mali_PP0_IRQ",
525                                                   "Mali_PP0_MMU_IRQ";
526           };
527         dwc_control_usb: dwc-control-usb@20008000 {
528                 compatible = "rockchip,rk3036-dwc-control-usb";
529                 reg = <0x20008000 0x4>;
530                 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
531                 interrupt-names = "otg_bvalid";
532                 clocks = <&clk_gates9 13>;
533                 clock-names = "hclk_usb_peri";
534                 rockchip,remote_wakeup;
535                 rockchip,usb_irq_wakeup;
536                 resets = <&reset RK3036_RST_USBPOR>;
537                 reset-names = "usbphy_por";
538                 usb_bc{
539                         compatible = "rockchip,ctrl";
540                         rk_usb,bvalid   = <0x14c 8 1>;
541                         rk_usb,iddig    = <0x14c 11 1>;
542                         rk_usb,line     = <0x14c 9 2>;
543                         rk_usb,softctrl = <0x17c 0 1>;
544                         rk_usb,opmode   = <0x17c 2 2>;
545                         rk_usb,xcvrsel  = <0x17c 4 2>;
546                         rk_usb,termsel  = <0x17c 6 1>;
547                 };
548         };
549         usb0: usb@10180000 {
550                 compatible = "rockchip,rk3036_usb20_otg";
551                 reg = <0x10180000 0x40000>;
552                 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
553                 clocks = <&clk_gates1 5>, <&clk_gates5 13>;
554                 clock-names = "clk_usbphy0", "hclk_usb0";
555                 resets = <&reset RK3036_RST_USBOTG0>, <&reset RK3036_RST_UTMI0>,
556                                 <&reset RK3036_RST_OTGC0>;
557                 reset-names = "otg_ahb", "otg_phy", "otg_controller";
558                 /*0 - Normal, 1 - Force Host, 2 - Force Device*/
559                 rockchip,usb-mode = <0>;
560         };
561
562         usb1: usb@101c0000 {
563                 compatible = "rockchip,rk3036_usb20_host";
564                 reg = <0x101c0000 0x40000>;
565                 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
566                 clocks = <&clk_gates1 6>, <&clk_gates7 3>;
567                 clock-names = "clk_usbphy1", "hclk_usb1";
568                 resets = <&reset RK3036_RST_USBOTG1>, <&reset RK3036_RST_UTMI1>,
569                                 <&reset RK3036_RST_OTGC1>;
570                 reset-names = "host_ahb", "host_phy", "host_controller";
571         };
572         
573         fb: fb{
574                 compatible = "rockchip,rk-fb";
575                 rockchip,disp-mode = <NO_DUAL>;
576         };
577
578         rk_screen: rk_screen{
579                 compatible = "rockchip,screen";
580         };
581         
582         lcdc: lcdc@10118000 {
583                 compatible = "rockchip,rk3036-lcdc";
584                 reg = <0x10118000 0x200>;
585                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
586                 status = "disabled";
587                 clocks = <&clk_gates9 6>, <&dclk_lcdc1>, <&clk_gates9 5>;
588                 clock-names = "aclk_lcdc", "dclk_lcdc", "hclk_lcdc";
589                 rockchip,iommu-enabled = <0>;
590         };
591         
592         hdmi: hdmi@20034000 {
593                 compatible = "rockchip,rk3036-hdmi";
594                 reg = <0x20034000 0x4000>;
595                 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
596                 rockchip,hdmi_lcdc_source = <0>;
597                 pinctrl-names = "default", "gpio";
598                 pinctrl-0 = <&hdmi_cec &hdmi_sda &hdmi_scl &hdmi_hpd>;
599                 pinctrl-1 = <&hdmi_gpio>;
600                 clocks = <&clk_gates3 8>;
601                 clock-names = "pclk_hdmi";      
602                 status = "disabled";
603         };
604
605         tve: tve{
606                 compatible = "rockchip,rk3036-tve";
607                 reg = <0x10118200 0x100>;
608                 status = "disabled";
609         };
610
611         ion {
612                 compatible = "rockchip,ion";
613                 #address-cells = <1>;
614                 #size-cells = <0>;
615
616                 ion_cma: rockchip,ion-heap@1 { /* CMA HEAP */
617                         compatible = "rockchip,ion-reserve";
618                         rockchip,ion_heap = <1>;
619                         reg = <0x00000000 0x10000000>; /* 256MB */
620                 };
621                 rockchip,ion-heap@3 { /* VMALLOC HEAP */
622                         rockchip,ion_heap = <3>;
623                 };
624         };
625         
626         vpu: vpu_service@10108000 {
627                 compatible = "vpu_service";
628                 reg = <0x10108000 0x800>;
629                 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
630                 interrupt-names = "irq_dec";
631                 clocks = <&aclk_vcodec_pre>, <&clk_gates3 12>;
632                 clock-names = "aclk_vcodec", "hclk_vcodec";
633                 name = "vpu_service";
634                 status = "okay";
635         };
636
637         hevc: hevc_service@1010c000 {
638                 compatible = "rockchip,hevc_service";
639                 reg = <0x1010c000 0x400>;
640                 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
641                 interrupt-names = "irq_dec";
642                 clocks = <&aclk_vcodec_pre>, <&clk_gates3 12>, <&clk_hevc_core>;
643                 clock-names = "aclk_vcodec", "hclk_vcodec", "clk_core";
644                 name = "hevc_service";
645                 status = "okay";
646         };
647         
648         vop_mmu {
649                 dbgname = "vop";
650                 compatible = "iommu,vop_mmu";
651                 reg = <0x10118300 0x100>;
652                 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
653                 interrupt-names = "vop_mmu";
654         };
655
656         hevc_mmu {
657                 dbgname = "hevc";
658                 compatible = "iommu,hevc_mmu";
659                 reg = <0x1010c440 0x100>,
660                       <0x1010c480 0x100>;
661                 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
662                 interrupt-names = "hevc_mmu";
663         };
664
665         vpu_mmu {
666                 dbgname = "vpu";
667                 compatible = "iommu,vpu_mmu";
668                 reg = <0x10108800 0x100>;
669                 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
670                 interrupt-names = "vpu_mmu";
671         };
672 };