Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client
[cascardo/linux.git] / arch / arm / boot / dts / sun8i-a23-a33.dtsi
1 /*
2  * Copyright 2014 Chen-Yu Tsai
3  *
4  * Chen-Yu Tsai <wens@csie.org>
5  *
6  * This file is dual-licensed: you can use it either under the terms
7  * of the GPL or the X11 license, at your option. Note that this dual
8  * licensing only applies to this file, and not this project as a
9  * whole.
10  *
11  *  a) This file is free software; you can redistribute it and/or
12  *     modify it under the terms of the GNU General Public License as
13  *     published by the Free Software Foundation; either version 2 of the
14  *     License, or (at your option) any later version.
15  *
16  *     This file is distributed in the hope that it will be useful,
17  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *     GNU General Public License for more details.
20  *
21  * Or, alternatively,
22  *
23  *  b) Permission is hereby granted, free of charge, to any person
24  *     obtaining a copy of this software and associated documentation
25  *     files (the "Software"), to deal in the Software without
26  *     restriction, including without limitation the rights to use,
27  *     copy, modify, merge, publish, distribute, sublicense, and/or
28  *     sell copies of the Software, and to permit persons to whom the
29  *     Software is furnished to do so, subject to the following
30  *     conditions:
31  *
32  *     The above copyright notice and this permission notice shall be
33  *     included in all copies or substantial portions of the Software.
34  *
35  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42  *     OTHER DEALINGS IN THE SOFTWARE.
43  */
44
45 #include "skeleton.dtsi"
46
47 #include <dt-bindings/interrupt-controller/arm-gic.h>
48
49 #include <dt-bindings/clock/sun8i-a23-a33-ccu.h>
50 #include <dt-bindings/pinctrl/sun4i-a10.h>
51 #include <dt-bindings/reset/sun8i-a23-a33-ccu.h>
52
53 / {
54         interrupt-parent = <&gic>;
55
56         chosen {
57                 #address-cells = <1>;
58                 #size-cells = <1>;
59                 ranges;
60
61                 simplefb_lcd: framebuffer@0 {
62                         compatible = "allwinner,simple-framebuffer",
63                                      "simple-framebuffer";
64                         allwinner,pipeline = "de_be0-lcd0";
65                         clocks = <&ccu CLK_BUS_LCD>, <&ccu CLK_BUS_DE_BE>,
66                                  <&ccu CLK_LCD_CH0>, <&ccu CLK_DE_BE>,
67                                  <&ccu CLK_DRAM_DE_BE>, <&ccu CLK_DRC>;
68                         status = "disabled";
69                 };
70         };
71
72         timer {
73                 compatible = "arm,armv7-timer";
74                 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
75                              <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
76                              <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
77                              <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
78                 clock-frequency = <24000000>;
79                 arm,cpu-registers-not-fw-configured;
80         };
81
82         cpus {
83                 enable-method = "allwinner,sun8i-a23";
84                 #address-cells = <1>;
85                 #size-cells = <0>;
86
87                 cpu@0 {
88                         compatible = "arm,cortex-a7";
89                         device_type = "cpu";
90                         reg = <0>;
91                 };
92
93                 cpu@1 {
94                         compatible = "arm,cortex-a7";
95                         device_type = "cpu";
96                         reg = <1>;
97                 };
98         };
99
100         clocks {
101                 #address-cells = <1>;
102                 #size-cells = <1>;
103                 ranges;
104
105                 osc24M: osc24M_clk {
106                         #clock-cells = <0>;
107                         compatible = "fixed-clock";
108                         clock-frequency = <24000000>;
109                         clock-output-names = "osc24M";
110                 };
111
112                 osc32k: osc32k_clk {
113                         #clock-cells = <0>;
114                         compatible = "fixed-clock";
115                         clock-frequency = <32768>;
116                         clock-output-names = "osc32k";
117                 };
118         };
119
120         soc@01c00000 {
121                 compatible = "simple-bus";
122                 #address-cells = <1>;
123                 #size-cells = <1>;
124                 ranges;
125
126                 dma: dma-controller@01c02000 {
127                         compatible = "allwinner,sun8i-a23-dma";
128                         reg = <0x01c02000 0x1000>;
129                         interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
130                         clocks = <&ccu CLK_BUS_DMA>;
131                         resets = <&ccu RST_BUS_DMA>;
132                         #dma-cells = <1>;
133                 };
134
135                 mmc0: mmc@01c0f000 {
136                         compatible = "allwinner,sun7i-a20-mmc";
137                         reg = <0x01c0f000 0x1000>;
138                         clocks = <&ccu CLK_BUS_MMC0>,
139                                  <&ccu CLK_MMC0>,
140                                  <&ccu CLK_MMC0_OUTPUT>,
141                                  <&ccu CLK_MMC0_SAMPLE>;
142                         clock-names = "ahb",
143                                       "mmc",
144                                       "output",
145                                       "sample";
146                         resets = <&ccu RST_BUS_MMC0>;
147                         reset-names = "ahb";
148                         interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
149                         status = "disabled";
150                         #address-cells = <1>;
151                         #size-cells = <0>;
152                 };
153
154                 mmc1: mmc@01c10000 {
155                         compatible = "allwinner,sun7i-a20-mmc";
156                         reg = <0x01c10000 0x1000>;
157                         clocks = <&ccu CLK_BUS_MMC1>,
158                                  <&ccu CLK_MMC1>,
159                                  <&ccu CLK_MMC1_OUTPUT>,
160                                  <&ccu CLK_MMC1_SAMPLE>;
161                         clock-names = "ahb",
162                                       "mmc",
163                                       "output",
164                                       "sample";
165                         resets = <&ccu RST_BUS_MMC1>;
166                         reset-names = "ahb";
167                         interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
168                         status = "disabled";
169                         #address-cells = <1>;
170                         #size-cells = <0>;
171                 };
172
173                 mmc2: mmc@01c11000 {
174                         compatible = "allwinner,sun7i-a20-mmc";
175                         reg = <0x01c11000 0x1000>;
176                         clocks = <&ccu CLK_BUS_MMC2>,
177                                  <&ccu CLK_MMC2>,
178                                  <&ccu CLK_MMC2_OUTPUT>,
179                                  <&ccu CLK_MMC2_SAMPLE>;
180                         clock-names = "ahb",
181                                       "mmc",
182                                       "output",
183                                       "sample";
184                         resets = <&ccu RST_BUS_MMC2>;
185                         reset-names = "ahb";
186                         interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
187                         status = "disabled";
188                         #address-cells = <1>;
189                         #size-cells = <0>;
190                 };
191
192                 nfc: nand@01c03000 {
193                         compatible = "allwinner,sun4i-a10-nand";
194                         reg = <0x01c03000 0x1000>;
195                         interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
196                         clocks = <&ccu CLK_BUS_NAND>, <&ccu CLK_NAND>;
197                         clock-names = "ahb", "mod";
198                         resets = <&ccu RST_BUS_NAND>;
199                         reset-names = "ahb";
200                         status = "disabled";
201                         #address-cells = <1>;
202                         #size-cells = <0>;
203                 };
204
205                 usb_otg: usb@01c19000 {
206                         /* compatible gets set in SoC specific dtsi file */
207                         reg = <0x01c19000 0x0400>;
208                         clocks = <&ccu CLK_BUS_OTG>;
209                         resets = <&ccu RST_BUS_OTG>;
210                         interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
211                         interrupt-names = "mc";
212                         phys = <&usbphy 0>;
213                         phy-names = "usb";
214                         extcon = <&usbphy 0>;
215                         status = "disabled";
216                 };
217
218                 usbphy: phy@01c19400 {
219                         /*
220                          * compatible and address regions get set in
221                          * SoC specific dtsi file
222                          */
223                         clocks = <&ccu CLK_USB_PHY0>,
224                                  <&ccu CLK_USB_PHY1>;
225                         clock-names = "usb0_phy",
226                                       "usb1_phy";
227                         resets = <&ccu RST_USB_PHY0>,
228                                  <&ccu RST_USB_PHY1>;
229                         reset-names = "usb0_reset",
230                                       "usb1_reset";
231                         status = "disabled";
232                         #phy-cells = <1>;
233                 };
234
235                 ehci0: usb@01c1a000 {
236                         compatible = "allwinner,sun8i-a23-ehci", "generic-ehci";
237                         reg = <0x01c1a000 0x100>;
238                         interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
239                         clocks = <&ccu CLK_BUS_EHCI>;
240                         resets = <&ccu RST_BUS_EHCI>;
241                         phys = <&usbphy 1>;
242                         phy-names = "usb";
243                         status = "disabled";
244                 };
245
246                 ohci0: usb@01c1a400 {
247                         compatible = "allwinner,sun8i-a23-ohci", "generic-ohci";
248                         reg = <0x01c1a400 0x100>;
249                         interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
250                         clocks = <&ccu CLK_BUS_OHCI>, <&ccu CLK_USB_OHCI>;
251                         resets = <&ccu RST_BUS_OHCI>;
252                         phys = <&usbphy 1>;
253                         phy-names = "usb";
254                         status = "disabled";
255                 };
256
257                 ccu: clock@01c20000 {
258                         reg = <0x01c20000 0x400>;
259                         clocks = <&osc24M>, <&osc32k>;
260                         clock-names = "hosc", "losc";
261                         #clock-cells = <1>;
262                         #reset-cells = <1>;
263                 };
264
265                 pio: pinctrl@01c20800 {
266                         /* compatible gets set in SoC specific dtsi file */
267                         reg = <0x01c20800 0x400>;
268                         /* interrupts get set in SoC specific dtsi file */
269                         clocks = <&ccu CLK_BUS_PIO>;
270                         gpio-controller;
271                         interrupt-controller;
272                         #interrupt-cells = <3>;
273                         #gpio-cells = <3>;
274
275                         uart0_pins_a: uart0@0 {
276                                 allwinner,pins = "PF2", "PF4";
277                                 allwinner,function = "uart0";
278                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
279                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
280                         };
281
282                         uart1_pins_a: uart1@0 {
283                                 allwinner,pins = "PG6", "PG7";
284                                 allwinner,function = "uart1";
285                         };
286
287                         uart1_pins_cts_rts_a: uart1-cts-rts@0 {
288                                 allwinner,pins = "PG8", "PG9";
289                                 allwinner,function = "uart1";
290                         };
291
292                         mmc0_pins_a: mmc0@0 {
293                                 allwinner,pins = "PF0", "PF1", "PF2",
294                                                  "PF3", "PF4", "PF5";
295                                 allwinner,function = "mmc0";
296                                 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
297                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
298                         };
299
300                         mmc1_pins_a: mmc1@0 {
301                                 allwinner,pins = "PG0", "PG1", "PG2",
302                                                  "PG3", "PG4", "PG5";
303                                 allwinner,function = "mmc1";
304                                 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
305                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
306                         };
307
308                         mmc2_8bit_pins: mmc2_8bit {
309                                 allwinner,pins = "PC5", "PC6", "PC8",
310                                                  "PC9", "PC10", "PC11",
311                                                  "PC12", "PC13", "PC14",
312                                                  "PC15", "PC16";
313                                 allwinner,function = "mmc2";
314                                 allwinner,drive = <SUN4I_PINCTRL_30_MA>;
315                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
316                         };
317
318                         pwm0_pins: pwm0 {
319                                 allwinner,pins = "PH0";
320                                 allwinner,function = "pwm0";
321                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
322                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
323                         };
324
325                         i2c0_pins_a: i2c0@0 {
326                                 allwinner,pins = "PH2", "PH3";
327                                 allwinner,function = "i2c0";
328                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
329                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
330                         };
331
332                         i2c1_pins_a: i2c1@0 {
333                                 allwinner,pins = "PH4", "PH5";
334                                 allwinner,function = "i2c1";
335                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
336                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
337                         };
338
339                         i2c2_pins_a: i2c2@0 {
340                                 allwinner,pins = "PE12", "PE13";
341                                 allwinner,function = "i2c2";
342                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
343                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
344                         };
345
346                         lcd_rgb666_pins: lcd-rgb666@0 {
347                                 allwinner,pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7",
348                                                  "PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
349                                                  "PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
350                                                  "PD24", "PD25", "PD26", "PD27";
351                                 allwinner,function = "lcd0";
352                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
353                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
354                         };
355                 };
356
357                 timer@01c20c00 {
358                         compatible = "allwinner,sun4i-a10-timer";
359                         reg = <0x01c20c00 0xa0>;
360                         interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
361                                      <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
362                         clocks = <&osc24M>;
363                 };
364
365                 wdt0: watchdog@01c20ca0 {
366                         compatible = "allwinner,sun6i-a31-wdt";
367                         reg = <0x01c20ca0 0x20>;
368                         interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
369                 };
370
371                 pwm: pwm@01c21400 {
372                         compatible = "allwinner,sun7i-a20-pwm";
373                         reg = <0x01c21400 0xc>;
374                         clocks = <&osc24M>;
375                         #pwm-cells = <3>;
376                         status = "disabled";
377                 };
378
379                 lradc: lradc@01c22800 {
380                         compatible = "allwinner,sun4i-a10-lradc-keys";
381                         reg = <0x01c22800 0x100>;
382                         interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
383                         status = "disabled";
384                 };
385
386                 uart0: serial@01c28000 {
387                         compatible = "snps,dw-apb-uart";
388                         reg = <0x01c28000 0x400>;
389                         interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
390                         reg-shift = <2>;
391                         reg-io-width = <4>;
392                         clocks = <&ccu CLK_BUS_UART0>;
393                         resets = <&ccu RST_BUS_UART0>;
394                         dmas = <&dma 6>, <&dma 6>;
395                         dma-names = "rx", "tx";
396                         status = "disabled";
397                 };
398
399                 uart1: serial@01c28400 {
400                         compatible = "snps,dw-apb-uart";
401                         reg = <0x01c28400 0x400>;
402                         interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
403                         reg-shift = <2>;
404                         reg-io-width = <4>;
405                         clocks = <&ccu CLK_BUS_UART1>;
406                         resets = <&ccu RST_BUS_UART1>;
407                         dmas = <&dma 7>, <&dma 7>;
408                         dma-names = "rx", "tx";
409                         status = "disabled";
410                 };
411
412                 uart2: serial@01c28800 {
413                         compatible = "snps,dw-apb-uart";
414                         reg = <0x01c28800 0x400>;
415                         interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
416                         reg-shift = <2>;
417                         reg-io-width = <4>;
418                         clocks = <&ccu CLK_BUS_UART2>;
419                         resets = <&ccu RST_BUS_UART2>;
420                         dmas = <&dma 8>, <&dma 8>;
421                         dma-names = "rx", "tx";
422                         status = "disabled";
423                 };
424
425                 uart3: serial@01c28c00 {
426                         compatible = "snps,dw-apb-uart";
427                         reg = <0x01c28c00 0x400>;
428                         interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
429                         reg-shift = <2>;
430                         reg-io-width = <4>;
431                         clocks = <&ccu CLK_BUS_UART3>;
432                         resets = <&ccu RST_BUS_UART3>;
433                         dmas = <&dma 9>, <&dma 9>;
434                         dma-names = "rx", "tx";
435                         status = "disabled";
436                 };
437
438                 uart4: serial@01c29000 {
439                         compatible = "snps,dw-apb-uart";
440                         reg = <0x01c29000 0x400>;
441                         interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
442                         reg-shift = <2>;
443                         reg-io-width = <4>;
444                         clocks = <&ccu CLK_BUS_UART4>;
445                         resets = <&ccu RST_BUS_UART4>;
446                         dmas = <&dma 10>, <&dma 10>;
447                         dma-names = "rx", "tx";
448                         status = "disabled";
449                 };
450
451                 i2c0: i2c@01c2ac00 {
452                         compatible = "allwinner,sun6i-a31-i2c";
453                         reg = <0x01c2ac00 0x400>;
454                         interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
455                         clocks = <&ccu CLK_BUS_I2C0>;
456                         resets = <&ccu RST_BUS_I2C0>;
457                         status = "disabled";
458                         #address-cells = <1>;
459                         #size-cells = <0>;
460                 };
461
462                 i2c1: i2c@01c2b000 {
463                         compatible = "allwinner,sun6i-a31-i2c";
464                         reg = <0x01c2b000 0x400>;
465                         interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
466                         clocks = <&ccu CLK_BUS_I2C1>;
467                         resets = <&ccu RST_BUS_I2C1>;
468                         status = "disabled";
469                         #address-cells = <1>;
470                         #size-cells = <0>;
471                 };
472
473                 i2c2: i2c@01c2b400 {
474                         compatible = "allwinner,sun6i-a31-i2c";
475                         reg = <0x01c2b400 0x400>;
476                         interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
477                         clocks = <&ccu CLK_BUS_I2C2>;
478                         resets = <&ccu RST_BUS_I2C2>;
479                         status = "disabled";
480                         #address-cells = <1>;
481                         #size-cells = <0>;
482                 };
483
484                 gic: interrupt-controller@01c81000 {
485                         compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
486                         reg = <0x01c81000 0x1000>,
487                               <0x01c82000 0x1000>,
488                               <0x01c84000 0x2000>,
489                               <0x01c86000 0x2000>;
490                         interrupt-controller;
491                         #interrupt-cells = <3>;
492                         interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
493                 };
494
495                 rtc: rtc@01f00000 {
496                         compatible = "allwinner,sun6i-a31-rtc";
497                         reg = <0x01f00000 0x54>;
498                         interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
499                                      <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
500                 };
501
502                 nmi_intc: interrupt-controller@01f00c0c {
503                         compatible = "allwinner,sun6i-a31-sc-nmi";
504                         interrupt-controller;
505                         #interrupt-cells = <2>;
506                         reg = <0x01f00c0c 0x38>;
507                         interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
508                 };
509
510                 prcm@01f01400 {
511                         compatible = "allwinner,sun8i-a23-prcm";
512                         reg = <0x01f01400 0x200>;
513
514                         ar100: ar100_clk {
515                                 compatible = "fixed-factor-clock";
516                                 #clock-cells = <0>;
517                                 clock-div = <1>;
518                                 clock-mult = <1>;
519                                 clocks = <&osc24M>;
520                                 clock-output-names = "ar100";
521                         };
522
523                         ahb0: ahb0_clk {
524                                 compatible = "fixed-factor-clock";
525                                 #clock-cells = <0>;
526                                 clock-div = <1>;
527                                 clock-mult = <1>;
528                                 clocks = <&ar100>;
529                                 clock-output-names = "ahb0";
530                         };
531
532                         apb0: apb0_clk {
533                                 compatible = "allwinner,sun8i-a23-apb0-clk";
534                                 #clock-cells = <0>;
535                                 clocks = <&ahb0>;
536                                 clock-output-names = "apb0";
537                         };
538
539                         apb0_gates: apb0_gates_clk {
540                                 compatible = "allwinner,sun8i-a23-apb0-gates-clk";
541                                 #clock-cells = <1>;
542                                 clocks = <&apb0>;
543                                 clock-output-names = "apb0_pio", "apb0_timer",
544                                                 "apb0_rsb", "apb0_uart",
545                                                 "apb0_i2c";
546                         };
547
548                         apb0_rst: apb0_rst {
549                                 compatible = "allwinner,sun6i-a31-clock-reset";
550                                 #reset-cells = <1>;
551                         };
552                 };
553
554                 cpucfg@01f01c00 {
555                         compatible = "allwinner,sun8i-a23-cpuconfig";
556                         reg = <0x01f01c00 0x300>;
557                 };
558
559                 r_uart: serial@01f02800 {
560                         compatible = "snps,dw-apb-uart";
561                         reg = <0x01f02800 0x400>;
562                         interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
563                         reg-shift = <2>;
564                         reg-io-width = <4>;
565                         clocks = <&apb0_gates 4>;
566                         resets = <&apb0_rst 4>;
567                         status = "disabled";
568                 };
569
570                 r_pio: pinctrl@01f02c00 {
571                         compatible = "allwinner,sun8i-a23-r-pinctrl";
572                         reg = <0x01f02c00 0x400>;
573                         interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
574                         clocks = <&apb0_gates 0>;
575                         resets = <&apb0_rst 0>;
576                         gpio-controller;
577                         interrupt-controller;
578                         #interrupt-cells = <3>;
579                         #address-cells = <1>;
580                         #size-cells = <0>;
581                         #gpio-cells = <3>;
582
583                         r_rsb_pins: r_rsb {
584                                 allwinner,pins = "PL0", "PL1";
585                                 allwinner,function = "s_rsb";
586                                 allwinner,drive = <SUN4I_PINCTRL_20_MA>;
587                                 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
588                         };
589
590                         r_uart_pins_a: r_uart@0 {
591                                 allwinner,pins = "PL2", "PL3";
592                                 allwinner,function = "s_uart";
593                                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
594                                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
595                         };
596                 };
597
598                 r_rsb: rsb@01f03400 {
599                         compatible = "allwinner,sun8i-a23-rsb";
600                         reg = <0x01f03400 0x400>;
601                         interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
602                         clocks = <&apb0_gates 3>;
603                         clock-frequency = <3000000>;
604                         resets = <&apb0_rst 3>;
605                         pinctrl-names = "default";
606                         pinctrl-0 = <&r_rsb_pins>;
607                         status = "disabled";
608                         #address-cells = <1>;
609                         #size-cells = <0>;
610                 };
611         };
612 };