sun6i-a31.dtsi 31.1 KB
Newer Older
1 2 3 4 5
/*
 * Copyright 2013 Maxime Ripard
 *
 * Maxime Ripard <maxime.ripard@free-electrons.com>
 *
6 7 8 9
 * This file is dual-licensed: you can use it either under the terms
 * of the GPL or the X11 license, at your option. Note that this dual
 * licensing only applies to this file, and not this project as a
 * whole.
10
 *
M
Maxime Ripard 已提交
11
 *  a) This file is free software; you can redistribute it and/or
12 13 14 15
 *     modify it under the terms of the GNU General Public License as
 *     published by the Free Software Foundation; either version 2 of the
 *     License, or (at your option) any later version.
 *
M
Maxime Ripard 已提交
16
 *     This file is distributed in the hope that it will be useful,
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 * Or, alternatively,
 *
 *  b) Permission is hereby granted, free of charge, to any person
 *     obtaining a copy of this software and associated documentation
 *     files (the "Software"), to deal in the Software without
 *     restriction, including without limitation the rights to use,
 *     copy, modify, merge, publish, distribute, sublicense, and/or
 *     sell copies of the Software, and to permit persons to whom the
 *     Software is furnished to do so, subject to the following
 *     conditions:
 *
 *     The above copyright notice and this permission notice shall be
 *     included in all copies or substantial portions of the Software.
 *
 *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 *     OTHER DEALINGS IN THE SOFTWARE.
43 44
 */

45
#include "skeleton.dtsi"
46

47
#include <dt-bindings/interrupt-controller/arm-gic.h>
48
#include <dt-bindings/thermal/thermal.h>
49

50 51
#include <dt-bindings/clock/sun6i-a31-ccu.h>
#include <dt-bindings/reset/sun6i-a31-ccu.h>
52 53 54 55

/ {
	interrupt-parent = <&gic>;

56
	aliases {
57
		ethernet0 = &gmac;
58 59
	};

H
Hans de Goede 已提交
60 61 62 63 64
	chosen {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

65
		simplefb_hdmi: framebuffer@0 {
66 67
			compatible = "allwinner,simple-framebuffer",
				     "simple-framebuffer";
68
			allwinner,pipeline = "de_be0-lcd0-hdmi";
69 70 71 72
			clocks = <&ccu CLK_AHB1_BE0>, <&ccu CLK_AHB1_LCD0>,
				 <&ccu CLK_AHB1_HDMI>, <&ccu CLK_DRAM_BE0>,
				 <&ccu CLK_IEP_DRC0>, <&ccu CLK_BE0>,
				 <&ccu CLK_LCD0_CH1>, <&ccu CLK_HDMI>;
H
Hans de Goede 已提交
73 74
			status = "disabled";
		};
75

76
		simplefb_lcd: framebuffer@1 {
77 78 79
			compatible = "allwinner,simple-framebuffer",
				     "simple-framebuffer";
			allwinner,pipeline = "de_be0-lcd0";
80 81 82
			clocks = <&ccu CLK_AHB1_BE0>, <&ccu CLK_AHB1_LCD0>,
				 <&ccu CLK_DRAM_BE0>, <&ccu CLK_IEP_DRC0>,
				 <&ccu CLK_BE0>, <&ccu CLK_LCD0_CH0>;
83 84
			status = "disabled";
		};
H
Hans de Goede 已提交
85
	};
86

87 88 89 90 91 92 93 94
	timer {
		compatible = "arm,armv7-timer";
		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
			     <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
			     <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
		clock-frequency = <24000000>;
		arm,cpu-registers-not-fw-configured;
H
Hans de Goede 已提交
95
	};
96

97
	cpus {
98
		enable-method = "allwinner,sun6i-a31";
99 100 101
		#address-cells = <1>;
		#size-cells = <0>;

102
		cpu0: cpu@0 {
103 104 105
			compatible = "arm,cortex-a7";
			device_type = "cpu";
			reg = <0>;
106
			clocks = <&ccu CLK_CPU>;
107 108
			clock-latency = <244144>; /* 8 32k periods */
			operating-points = <
109
				/* kHz	  uV */
110
				1008000	1200000
111 112 113
				864000	1200000
				720000	1100000
				480000	1000000
114 115 116 117
				>;
			#cooling-cells = <2>;
			cooling-min-level = <0>;
			cooling-max-level = <3>;
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
		};

		cpu@1 {
			compatible = "arm,cortex-a7";
			device_type = "cpu";
			reg = <1>;
		};

		cpu@2 {
			compatible = "arm,cortex-a7";
			device_type = "cpu";
			reg = <2>;
		};

		cpu@3 {
			compatible = "arm,cortex-a7";
			device_type = "cpu";
			reg = <3>;
		};
	};

139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
	thermal-zones {
		cpu_thermal {
			/* milliseconds */
			polling-delay-passive = <250>;
			polling-delay = <1000>;
			thermal-sensors = <&rtp>;

			cooling-maps {
				map0 {
					trip = <&cpu_alert0>;
					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
				};
			};

			trips {
				cpu_alert0: cpu_alert0 {
					/* milliCelsius */
					temperature = <70000>;
					hysteresis = <2000>;
					type = "passive";
				};

				cpu_crit: cpu_crit {
					/* milliCelsius */
					temperature = <100000>;
					hysteresis = <2000>;
					type = "critical";
				};
			};
		};
	};

171 172 173 174
	memory {
		reg = <0x40000000 0x80000000>;
	};

175 176
	pmu {
		compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
177 178 179 180
		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
			     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>;
181 182
	};

183 184
	clocks {
		#address-cells = <1>;
185 186
		#size-cells = <1>;
		ranges;
187

188
		osc24M: osc24M {
189 190 191 192
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <24000000>;
		};
193

194
		osc32k: clk@0 {
195 196 197
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <32768>;
198
			clock-output-names = "osc32k";
199 200
		};

201
		/*
202 203 204 205 206 207 208
		 * The following two are dummy clocks, placeholders
		 * used in the gmac_tx clock. The gmac driver will
		 * choose one parent depending on the PHY interface
		 * mode, using clk_set_rate auto-reparenting.
		 *
		 * The actual TX clock rate is not controlled by the
		 * gmac_tx clock.
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
		 */
		mii_phy_tx_clk: clk@1 {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <25000000>;
			clock-output-names = "mii_phy_tx";
		};

		gmac_int_tx_clk: clk@2 {
			#clock-cells = <0>;
			compatible = "fixed-clock";
			clock-frequency = <125000000>;
			clock-output-names = "gmac_int_tx";
		};

		gmac_tx_clk: clk@01c200d0 {
			#clock-cells = <0>;
			compatible = "allwinner,sun7i-a20-gmac-clk";
			reg = <0x01c200d0 0x4>;
			clocks = <&mii_phy_tx_clk>, <&gmac_int_tx_clk>;
			clock-output-names = "gmac_tx";
		};
231 232
	};

233 234
	de: display-engine {
		compatible = "allwinner,sun6i-a31-display-engine";
235
		allwinner,pipelines = <&fe0>, <&fe1>;
236
		status = "disabled";
237 238
	};

239 240 241 242 243 244
	soc@01c00000 {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

245 246 247
		dma: dma-controller@01c02000 {
			compatible = "allwinner,sun6i-a31-dma";
			reg = <0x01c02000 0x1000>;
248
			interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
249 250
			clocks = <&ccu CLK_AHB1_DMA>;
			resets = <&ccu RST_AHB1_DMA>;
251 252 253
			#dma-cells = <1>;
		};

254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
		tcon0: lcd-controller@01c0c000 {
			compatible = "allwinner,sun6i-a31-tcon";
			reg = <0x01c0c000 0x1000>;
			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
			resets = <&ccu RST_AHB1_LCD0>;
			reset-names = "lcd";
			clocks = <&ccu CLK_AHB1_LCD0>,
				 <&ccu CLK_LCD0_CH0>,
				 <&ccu CLK_LCD0_CH1>;
			clock-names = "ahb",
				      "tcon-ch0",
				      "tcon-ch1";
			clock-output-names = "tcon0-pixel-clock";

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				tcon0_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					tcon0_in_drc0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&drc0_out_tcon0>;
					};
				};

				tcon0_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;
				};
			};
		};

291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327
		tcon1: lcd-controller@01c0d000 {
			compatible = "allwinner,sun6i-a31-tcon";
			reg = <0x01c0d000 0x1000>;
			interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
			resets = <&ccu RST_AHB1_LCD1>;
			reset-names = "lcd";
			clocks = <&ccu CLK_AHB1_LCD1>,
				 <&ccu CLK_LCD1_CH0>,
				 <&ccu CLK_LCD1_CH1>;
			clock-names = "ahb",
				      "tcon-ch0",
				      "tcon-ch1";
			clock-output-names = "tcon1-pixel-clock";

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				tcon1_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					tcon1_in_drc1: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&drc1_out_tcon1>;
					};
				};

				tcon1_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;
				};
			};
		};

328
		mmc0: mmc@01c0f000 {
329
			compatible = "allwinner,sun7i-a20-mmc";
330
			reg = <0x01c0f000 0x1000>;
331 332 333 334
			clocks = <&ccu CLK_AHB1_MMC0>,
				 <&ccu CLK_MMC0>,
				 <&ccu CLK_MMC0_OUTPUT>,
				 <&ccu CLK_MMC0_SAMPLE>;
335 336 337 338
			clock-names = "ahb",
				      "mmc",
				      "output",
				      "sample";
339
			resets = <&ccu RST_AHB1_MMC0>;
340
			reset-names = "ahb";
341
			interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
342
			status = "disabled";
343 344
			#address-cells = <1>;
			#size-cells = <0>;
345 346 347
		};

		mmc1: mmc@01c10000 {
348
			compatible = "allwinner,sun7i-a20-mmc";
349
			reg = <0x01c10000 0x1000>;
350 351 352 353
			clocks = <&ccu CLK_AHB1_MMC1>,
				 <&ccu CLK_MMC1>,
				 <&ccu CLK_MMC1_OUTPUT>,
				 <&ccu CLK_MMC1_SAMPLE>;
354 355 356 357
			clock-names = "ahb",
				      "mmc",
				      "output",
				      "sample";
358
			resets = <&ccu RST_AHB1_MMC1>;
359
			reset-names = "ahb";
360
			interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
361
			status = "disabled";
362 363
			#address-cells = <1>;
			#size-cells = <0>;
364 365 366
		};

		mmc2: mmc@01c11000 {
367
			compatible = "allwinner,sun7i-a20-mmc";
368
			reg = <0x01c11000 0x1000>;
369 370 371 372
			clocks = <&ccu CLK_AHB1_MMC2>,
				 <&ccu CLK_MMC2>,
				 <&ccu CLK_MMC2_OUTPUT>,
				 <&ccu CLK_MMC2_SAMPLE>;
373 374 375 376
			clock-names = "ahb",
				      "mmc",
				      "output",
				      "sample";
377
			resets = <&ccu RST_AHB1_MMC2>;
378
			reset-names = "ahb";
379
			interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
380
			status = "disabled";
381 382
			#address-cells = <1>;
			#size-cells = <0>;
383 384 385
		};

		mmc3: mmc@01c12000 {
386
			compatible = "allwinner,sun7i-a20-mmc";
387
			reg = <0x01c12000 0x1000>;
388 389 390 391
			clocks = <&ccu CLK_AHB1_MMC3>,
				 <&ccu CLK_MMC3>,
				 <&ccu CLK_MMC3_OUTPUT>,
				 <&ccu CLK_MMC3_SAMPLE>;
392 393 394 395
			clock-names = "ahb",
				      "mmc",
				      "output",
				      "sample";
396
			resets = <&ccu RST_AHB1_MMC3>;
397
			reset-names = "ahb";
398
			interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
399
			status = "disabled";
400 401
			#address-cells = <1>;
			#size-cells = <0>;
402 403
		};

404 405 406
		usb_otg: usb@01c19000 {
			compatible = "allwinner,sun6i-a31-musb";
			reg = <0x01c19000 0x0400>;
407 408
			clocks = <&ccu CLK_AHB1_OTG>;
			resets = <&ccu RST_AHB1_OTG>;
409 410 411 412 413 414 415 416
			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
			interrupt-names = "mc";
			phys = <&usbphy 0>;
			phy-names = "usb";
			extcon = <&usbphy 0>;
			status = "disabled";
		};

417 418 419 420 421 422 423 424
		usbphy: phy@01c19400 {
			compatible = "allwinner,sun6i-a31-usb-phy";
			reg = <0x01c19400 0x10>,
			      <0x01c1a800 0x4>,
			      <0x01c1b800 0x4>;
			reg-names = "phy_ctrl",
				    "pmu1",
				    "pmu2";
425 426 427
			clocks = <&ccu CLK_USB_PHY0>,
				 <&ccu CLK_USB_PHY1>,
				 <&ccu CLK_USB_PHY2>;
428 429 430
			clock-names = "usb0_phy",
				      "usb1_phy",
				      "usb2_phy";
431 432 433
			resets = <&ccu RST_USB_PHY0>,
				 <&ccu RST_USB_PHY1>,
				 <&ccu RST_USB_PHY2>;
434 435 436 437 438 439 440 441 442 443
			reset-names = "usb0_reset",
				      "usb1_reset",
				      "usb2_reset";
			status = "disabled";
			#phy-cells = <1>;
		};

		ehci0: usb@01c1a000 {
			compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
			reg = <0x01c1a000 0x100>;
444
			interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
445 446
			clocks = <&ccu CLK_AHB1_EHCI0>;
			resets = <&ccu RST_AHB1_EHCI0>;
447 448 449 450 451 452 453 454
			phys = <&usbphy 1>;
			phy-names = "usb";
			status = "disabled";
		};

		ohci0: usb@01c1a400 {
			compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
			reg = <0x01c1a400 0x100>;
455
			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
456 457
			clocks = <&ccu CLK_AHB1_OHCI0>, <&ccu CLK_USB_OHCI0>;
			resets = <&ccu RST_AHB1_OHCI0>;
458 459 460 461 462 463 464 465
			phys = <&usbphy 1>;
			phy-names = "usb";
			status = "disabled";
		};

		ehci1: usb@01c1b000 {
			compatible = "allwinner,sun6i-a31-ehci", "generic-ehci";
			reg = <0x01c1b000 0x100>;
466
			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
467 468
			clocks = <&ccu CLK_AHB1_EHCI1>;
			resets = <&ccu RST_AHB1_EHCI1>;
469 470 471 472 473 474 475 476
			phys = <&usbphy 2>;
			phy-names = "usb";
			status = "disabled";
		};

		ohci1: usb@01c1b400 {
			compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
			reg = <0x01c1b400 0x100>;
477
			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
478 479
			clocks = <&ccu CLK_AHB1_OHCI1>, <&ccu CLK_USB_OHCI1>;
			resets = <&ccu RST_AHB1_OHCI1>;
480 481 482 483 484
			phys = <&usbphy 2>;
			phy-names = "usb";
			status = "disabled";
		};

M
Maxime Ripard 已提交
485
		ohci2: usb@01c1c400 {
486 487
			compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
			reg = <0x01c1c400 0x100>;
488
			interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
489 490
			clocks = <&ccu CLK_AHB1_OHCI2>, <&ccu CLK_USB_OHCI2>;
			resets = <&ccu RST_AHB1_OHCI2>;
491 492 493
			status = "disabled";
		};

494 495 496 497 498 499 500 501 502
		ccu: clock@01c20000 {
			compatible = "allwinner,sun6i-a31-ccu";
			reg = <0x01c20000 0x400>;
			clocks = <&osc24M>, <&osc32k>;
			clock-names = "hosc", "losc";
			#clock-cells = <1>;
			#reset-cells = <1>;
		};

503 504 505
		pio: pinctrl@01c20800 {
			compatible = "allwinner,sun6i-a31-pinctrl";
			reg = <0x01c20800 0x400>;
506 507 508 509
			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
510 511
			clocks = <&ccu CLK_APB1_PIO>, <&osc24M>, <&osc32k>;
			clock-names = "apb", "hosc", "losc";
512 513
			gpio-controller;
			interrupt-controller;
514
			#interrupt-cells = <3>;
515
			#gpio-cells = <3>;
516

517
			gmac_pins_gmii_a: gmac_gmii@0 {
518
				pins = "PA0", "PA1", "PA2", "PA3",
519 520 521 522 523 524
						"PA4", "PA5", "PA6", "PA7",
						"PA8", "PA9", "PA10", "PA11",
						"PA12", "PA13", "PA14",	"PA15",
						"PA16", "PA17", "PA18", "PA19",
						"PA20", "PA21", "PA22", "PA23",
						"PA24", "PA25", "PA26", "PA27";
525
				function = "gmac";
526 527 528 529
				/*
				 * data lines in GMII mode run at 125MHz and
				 * might need a higher signal drive strength
				 */
530
				drive-strength = <30>;
531 532 533
			};

			gmac_pins_mii_a: gmac_mii@0 {
534
				pins = "PA0", "PA1", "PA2", "PA3",
535 536 537 538
						"PA8", "PA9", "PA11",
						"PA12", "PA13", "PA14", "PA19",
						"PA20", "PA21", "PA22", "PA23",
						"PA24", "PA26", "PA27";
539
				function = "gmac";
540
			};
541

542
			gmac_pins_rgmii_a: gmac_rgmii@0 {
543
				pins = "PA0", "PA1", "PA2", "PA3",
544 545 546
						"PA9", "PA10", "PA11",
						"PA12", "PA13", "PA14", "PA19",
						"PA20", "PA25", "PA26", "PA27";
547
				function = "gmac";
548 549 550 551
				/*
				 * data lines in RGMII mode use DDR mode
				 * and need a higher signal drive strength
				 */
552
				drive-strength = <40>;
553 554
			};

555
			i2c0_pins_a: i2c0@0 {
556 557
				pins = "PH14", "PH15";
				function = "i2c0";
558 559 560
			};

			i2c1_pins_a: i2c1@0 {
561 562
				pins = "PH16", "PH17";
				function = "i2c1";
563 564 565
			};

			i2c2_pins_a: i2c2@0 {
566 567
				pins = "PH18", "PH19";
				function = "i2c2";
568
			};
569

570
			lcd0_rgb888_pins: lcd0_rgb888 {
571
				pins = "PD0", "PD1", "PD2", "PD3",
572 573 574 575 576 577
						 "PD4", "PD5", "PD6", "PD7",
						 "PD8", "PD9", "PD10", "PD11",
						 "PD12", "PD13", "PD14", "PD15",
						 "PD16", "PD17", "PD18", "PD19",
						 "PD20", "PD21", "PD22", "PD23",
						 "PD24", "PD25", "PD26", "PD27";
578
				function = "lcd0";
579 580
			};

581
			mmc0_pins_a: mmc0@0 {
582
				pins = "PF0", "PF1", "PF2",
583
						 "PF3", "PF4", "PF5";
584 585
				function = "mmc0";
				drive-strength = <30>;
586
				bias-pull-up;
587
			};
588

589
			mmc1_pins_a: mmc1@0 {
590
				pins = "PG0", "PG1", "PG2", "PG3",
591
						 "PG4", "PG5";
592 593
				function = "mmc1";
				drive-strength = <30>;
594
				bias-pull-up;
595 596
			};

597
			mmc2_pins_a: mmc2@0 {
598
				pins = "PC6", "PC7", "PC8", "PC9",
599
						 "PC10", "PC11";
600 601 602
				function = "mmc2";
				drive-strength = <30>;
				bias-pull-up;
603 604 605
			};

			mmc2_8bit_emmc_pins: mmc2@1 {
606
				pins = "PC6", "PC7", "PC8", "PC9",
607 608 609
						 "PC10", "PC11", "PC12",
						 "PC13", "PC14", "PC15",
						 "PC24";
610 611
				function = "mmc2";
				drive-strength = <30>;
612
				bias-pull-up;
613 614
			};

615
			mmc3_8bit_emmc_pins: mmc3@1 {
616
				pins = "PC6", "PC7", "PC8", "PC9",
617 618 619
						 "PC10", "PC11", "PC12",
						 "PC13", "PC14", "PC15",
						 "PC24";
620 621
				function = "mmc3";
				drive-strength = <40>;
622
				bias-pull-up;
623 624
			};

625 626 627
			spdif_pins_a: spdif@0 {
				pins = "PH28";
				function = "spdif";
628 629
			};

630
			uart0_pins_a: uart0@0 {
631 632
				pins = "PH20", "PH21";
				function = "uart0";
633
			};
634 635
		};

636
		timer@01c20c00 {
637
			compatible = "allwinner,sun4i-a10-timer";
638
			reg = <0x01c20c00 0xa0>;
639 640 641 642 643
			interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
644
			clocks = <&osc24M>;
645 646 647
		};

		wdt1: watchdog@01c20ca0 {
648
			compatible = "allwinner,sun6i-a31-wdt";
649 650
			reg = <0x01c20ca0 0x20>;
		};
C
Chen-Yu Tsai 已提交
651

652 653 654 655 656 657 658 659 660 661 662 663 664
		spdif: spdif@01c21000 {
			#sound-dai-cells = <0>;
			compatible = "allwinner,sun6i-a31-spdif";
			reg = <0x01c21000 0x400>;
			interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_APB1_SPDIF>, <&ccu CLK_SPDIF>;
			resets = <&ccu RST_APB1_SPDIF>;
			clock-names = "apb", "spdif";
			dmas = <&dma 2>, <&dma 2>;
			dma-names = "rx", "tx";
			status = "disabled";
		};

C
Chen-Yu Tsai 已提交
665 666 667 668 669 670
		lradc: lradc@01c22800 {
			compatible = "allwinner,sun4i-a10-lradc-keys";
			reg = <0x01c22800 0x100>;
			interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
			status = "disabled";
		};
671

672 673 674 675 676 677 678
		rtp: rtp@01c25000 {
			compatible = "allwinner,sun6i-a31-ts";
			reg = <0x01c25000 0x100>;
			interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
			#thermal-sensor-cells = <0>;
		};

679 680 681
		uart0: serial@01c28000 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c28000 0x400>;
682
			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
683 684
			reg-shift = <2>;
			reg-io-width = <4>;
685 686
			clocks = <&ccu CLK_APB2_UART0>;
			resets = <&ccu RST_APB2_UART0>;
687 688
			dmas = <&dma 6>, <&dma 6>;
			dma-names = "rx", "tx";
689 690 691 692 693 694
			status = "disabled";
		};

		uart1: serial@01c28400 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c28400 0x400>;
695
			interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
696 697
			reg-shift = <2>;
			reg-io-width = <4>;
698 699
			clocks = <&ccu CLK_APB2_UART1>;
			resets = <&ccu RST_APB2_UART1>;
700 701
			dmas = <&dma 7>, <&dma 7>;
			dma-names = "rx", "tx";
702 703 704 705 706 707
			status = "disabled";
		};

		uart2: serial@01c28800 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c28800 0x400>;
708
			interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
709 710
			reg-shift = <2>;
			reg-io-width = <4>;
711 712
			clocks = <&ccu CLK_APB2_UART2>;
			resets = <&ccu RST_APB2_UART2>;
713 714
			dmas = <&dma 8>, <&dma 8>;
			dma-names = "rx", "tx";
715 716 717 718 719 720
			status = "disabled";
		};

		uart3: serial@01c28c00 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c28c00 0x400>;
721
			interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
722 723
			reg-shift = <2>;
			reg-io-width = <4>;
724 725
			clocks = <&ccu CLK_APB2_UART3>;
			resets = <&ccu RST_APB2_UART3>;
726 727
			dmas = <&dma 9>, <&dma 9>;
			dma-names = "rx", "tx";
728 729 730 731 732 733
			status = "disabled";
		};

		uart4: serial@01c29000 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c29000 0x400>;
734
			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
735 736
			reg-shift = <2>;
			reg-io-width = <4>;
737 738
			clocks = <&ccu CLK_APB2_UART4>;
			resets = <&ccu RST_APB2_UART4>;
739 740
			dmas = <&dma 10>, <&dma 10>;
			dma-names = "rx", "tx";
741 742 743 744 745 746
			status = "disabled";
		};

		uart5: serial@01c29400 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c29400 0x400>;
747
			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
748 749
			reg-shift = <2>;
			reg-io-width = <4>;
750 751
			clocks = <&ccu CLK_APB2_UART5>;
			resets = <&ccu RST_APB2_UART5>;
752 753
			dmas = <&dma 22>, <&dma 22>;
			dma-names = "rx", "tx";
754 755 756
			status = "disabled";
		};

757 758 759
		i2c0: i2c@01c2ac00 {
			compatible = "allwinner,sun6i-a31-i2c";
			reg = <0x01c2ac00 0x400>;
760
			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
761 762
			clocks = <&ccu CLK_APB2_I2C0>;
			resets = <&ccu RST_APB2_I2C0>;
763
			status = "disabled";
764 765
			#address-cells = <1>;
			#size-cells = <0>;
766 767 768 769 770
		};

		i2c1: i2c@01c2b000 {
			compatible = "allwinner,sun6i-a31-i2c";
			reg = <0x01c2b000 0x400>;
771
			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
772 773
			clocks = <&ccu CLK_APB2_I2C1>;
			resets = <&ccu RST_APB2_I2C1>;
774
			status = "disabled";
775 776
			#address-cells = <1>;
			#size-cells = <0>;
777 778 779 780 781
		};

		i2c2: i2c@01c2b400 {
			compatible = "allwinner,sun6i-a31-i2c";
			reg = <0x01c2b400 0x400>;
782
			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
783 784
			clocks = <&ccu CLK_APB2_I2C2>;
			resets = <&ccu RST_APB2_I2C2>;
785
			status = "disabled";
786 787
			#address-cells = <1>;
			#size-cells = <0>;
788 789 790 791 792
		};

		i2c3: i2c@01c2b800 {
			compatible = "allwinner,sun6i-a31-i2c";
			reg = <0x01c2b800 0x400>;
793
			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
794 795
			clocks = <&ccu CLK_APB2_I2C3>;
			resets = <&ccu RST_APB2_I2C3>;
796
			status = "disabled";
797 798
			#address-cells = <1>;
			#size-cells = <0>;
799 800
		};

801 802 803
		gmac: ethernet@01c30000 {
			compatible = "allwinner,sun7i-a20-gmac";
			reg = <0x01c30000 0x1054>;
804
			interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
805
			interrupt-names = "macirq";
806
			clocks = <&ccu CLK_AHB1_EMAC>, <&gmac_tx_clk>;
807
			clock-names = "stmmaceth", "allwinner_gmac_tx";
808
			resets = <&ccu RST_AHB1_EMAC>;
809 810 811 812 813 814 815 816 817
			reset-names = "stmmaceth";
			snps,pbl = <2>;
			snps,fixed-burst;
			snps,force_sf_dma_mode;
			status = "disabled";
			#address-cells = <1>;
			#size-cells = <0>;
		};

818
		crypto: crypto-engine@01c15000 {
819 820
			compatible = "allwinner,sun6i-a31-crypto",
				     "allwinner,sun4i-a10-crypto";
821 822
			reg = <0x01c15000 0x1000>;
			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
823
			clocks = <&ccu CLK_AHB1_SS>, <&ccu CLK_SS>;
824
			clock-names = "ahb", "mod";
825
			resets = <&ccu RST_AHB1_SS>;
826 827 828
			reset-names = "ahb";
		};

829 830 831 832 833 834 835 836 837 838 839 840 841
		codec: codec@01c22c00 {
			#sound-dai-cells = <0>;
			compatible = "allwinner,sun6i-a31-codec";
			reg = <0x01c22c00 0x400>;
			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_APB1_CODEC>, <&ccu CLK_CODEC>;
			clock-names = "apb", "codec";
			resets = <&ccu RST_APB1_CODEC>;
			dmas = <&dma 15>, <&dma 15>;
			dma-names = "rx", "tx";
			status = "disabled";
		};

842
		timer@01c60000 {
843 844
			compatible = "allwinner,sun6i-a31-hstimer",
				     "allwinner,sun7i-a20-hstimer";
845
			reg = <0x01c60000 0x1000>;
846 847 848 849
			interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
850 851
			clocks = <&ccu CLK_AHB1_HSTIMER>;
			resets = <&ccu RST_AHB1_HSTIMER>;
852 853
		};

854 855 856
		spi0: spi@01c68000 {
			compatible = "allwinner,sun6i-a31-spi";
			reg = <0x01c68000 0x1000>;
857
			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
858
			clocks = <&ccu CLK_AHB1_SPI0>, <&ccu CLK_SPI0>;
859
			clock-names = "ahb", "mod";
860 861
			dmas = <&dma 23>, <&dma 23>;
			dma-names = "rx", "tx";
862
			resets = <&ccu RST_AHB1_SPI0>;
863 864 865 866 867 868
			status = "disabled";
		};

		spi1: spi@01c69000 {
			compatible = "allwinner,sun6i-a31-spi";
			reg = <0x01c69000 0x1000>;
869
			interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
870
			clocks = <&ccu CLK_AHB1_SPI1>, <&ccu CLK_SPI1>;
871
			clock-names = "ahb", "mod";
872 873
			dmas = <&dma 24>, <&dma 24>;
			dma-names = "rx", "tx";
874
			resets = <&ccu RST_AHB1_SPI1>;
875 876 877 878 879 880
			status = "disabled";
		};

		spi2: spi@01c6a000 {
			compatible = "allwinner,sun6i-a31-spi";
			reg = <0x01c6a000 0x1000>;
881
			interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
882
			clocks = <&ccu CLK_AHB1_SPI2>, <&ccu CLK_SPI2>;
883
			clock-names = "ahb", "mod";
884 885
			dmas = <&dma 25>, <&dma 25>;
			dma-names = "rx", "tx";
886
			resets = <&ccu RST_AHB1_SPI2>;
887 888 889 890 891 892
			status = "disabled";
		};

		spi3: spi@01c6b000 {
			compatible = "allwinner,sun6i-a31-spi";
			reg = <0x01c6b000 0x1000>;
893
			interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
894
			clocks = <&ccu CLK_AHB1_SPI3>, <&ccu CLK_SPI3>;
895
			clock-names = "ahb", "mod";
896 897
			dmas = <&dma 26>, <&dma 26>;
			dma-names = "rx", "tx";
898
			resets = <&ccu RST_AHB1_SPI3>;
899 900 901
			status = "disabled";
		};

902 903 904
		gic: interrupt-controller@01c81000 {
			compatible = "arm,cortex-a7-gic", "arm,cortex-a15-gic";
			reg = <0x01c81000 0x1000>,
905
			      <0x01c82000 0x2000>,
906 907 908 909
			      <0x01c84000 0x2000>,
			      <0x01c86000 0x2000>;
			interrupt-controller;
			#interrupt-cells = <3>;
910
			interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
911
		};
912

913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935
		fe0: display-frontend@01e00000 {
			compatible = "allwinner,sun6i-a31-display-frontend";
			reg = <0x01e00000 0x20000>;
			interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_FE0>, <&ccu CLK_FE0>,
				 <&ccu CLK_DRAM_FE0>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_FE0>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				fe0_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					fe0_out_be0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&be0_in_fe0>;
					};
936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059

					fe0_out_be1: endpoint@1 {
						reg = <1>;
						remote-endpoint = <&be1_in_fe0>;
					};
				};
			};
		};

		fe1: display-frontend@01e20000 {
			compatible = "allwinner,sun6i-a31-display-frontend";
			reg = <0x01e20000 0x20000>;
			interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_FE1>, <&ccu CLK_FE1>,
				 <&ccu CLK_DRAM_FE1>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_FE1>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				fe1_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					fe1_out_be0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&be0_in_fe1>;
					};

					fe1_out_be1: endpoint@1 {
						reg = <1>;
						remote-endpoint = <&be1_in_fe1>;
					};
				};
			};
		};

		be1: display-backend@01e40000 {
			compatible = "allwinner,sun6i-a31-display-backend";
			reg = <0x01e40000 0x10000>;
			interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_BE1>, <&ccu CLK_BE1>,
				 <&ccu CLK_DRAM_BE1>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_BE1>;

			assigned-clocks = <&ccu CLK_BE1>;
			assigned-clock-rates = <300000000>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				be1_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					be1_in_fe0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&fe0_out_be1>;
					};

					be1_in_fe1: endpoint@1 {
						reg = <1>;
						remote-endpoint = <&fe1_out_be1>;
					};
				};

				be1_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					be1_out_drc1: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&drc1_in_be1>;
					};
				};
			};
		};

		drc1: drc@01e50000 {
			compatible = "allwinner,sun6i-a31-drc";
			reg = <0x01e50000 0x10000>;
			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_DRC1>, <&ccu CLK_IEP_DRC1>,
				 <&ccu CLK_DRAM_DRC1>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_DRC1>;

			assigned-clocks = <&ccu CLK_IEP_DRC1>;
			assigned-clock-rates = <300000000>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				drc1_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					drc1_in_be1: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&be1_out_drc1>;
					};
				};

				drc1_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					drc1_out_tcon1: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&tcon1_in_drc1>;
					};
1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089
				};
			};
		};

		be0: display-backend@01e60000 {
			compatible = "allwinner,sun6i-a31-display-backend";
			reg = <0x01e60000 0x10000>;
			interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_BE0>, <&ccu CLK_BE0>,
				 <&ccu CLK_DRAM_BE0>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_BE0>;

			assigned-clocks = <&ccu CLK_BE0>;
			assigned-clock-rates = <300000000>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				be0_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					be0_in_fe0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&fe0_out_be0>;
					};
1090 1091 1092 1093 1094

					be0_in_fe1: endpoint@1 {
						reg = <1>;
						remote-endpoint = <&fe1_out_be0>;
					};
1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150
				};

				be0_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					be0_out_drc0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&drc0_in_be0>;
					};
				};
			};
		};

		drc0: drc@01e70000 {
			compatible = "allwinner,sun6i-a31-drc";
			reg = <0x01e70000 0x10000>;
			interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_AHB1_DRC0>, <&ccu CLK_IEP_DRC0>,
				 <&ccu CLK_DRAM_DRC0>;
			clock-names = "ahb", "mod",
				      "ram";
			resets = <&ccu RST_AHB1_DRC0>;

			assigned-clocks = <&ccu CLK_IEP_DRC0>;
			assigned-clock-rates = <300000000>;

			ports {
				#address-cells = <1>;
				#size-cells = <0>;

				drc0_in: port@0 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					drc0_in_be0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&be0_out_drc0>;
					};
				};

				drc0_out: port@1 {
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <1>;

					drc0_out_tcon0: endpoint@0 {
						reg = <0>;
						remote-endpoint = <&tcon0_in_drc0>;
					};
				};
			};
		};

1151 1152 1153
		rtc: rtc@01f00000 {
			compatible = "allwinner,sun6i-a31-rtc";
			reg = <0x01f00000 0x54>;
1154 1155
			interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
1156 1157
		};

1158 1159
		nmi_intc: interrupt-controller@1f00c00 {
			compatible = "allwinner,sun6i-a31-r-intc";
1160 1161
			interrupt-controller;
			#interrupt-cells = <2>;
1162
			reg = <0x01f00c00 0x400>;
1163
			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
1164 1165
		};

1166 1167 1168
		prcm@01f01400 {
			compatible = "allwinner,sun6i-a31-prcm";
			reg = <0x01f01400 0x200>;
1169 1170 1171 1172

			ar100: ar100_clk {
				compatible = "allwinner,sun6i-a31-ar100-clk";
				#clock-cells = <0>;
1173 1174 1175
				clocks = <&osc32k>, <&osc24M>,
					 <&ccu CLK_PLL_PERIPH>,
					 <&ccu CLK_PLL_PERIPH>;
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204
				clock-output-names = "ar100";
			};

			ahb0: ahb0_clk {
				compatible = "fixed-factor-clock";
				#clock-cells = <0>;
				clock-div = <1>;
				clock-mult = <1>;
				clocks = <&ar100>;
				clock-output-names = "ahb0";
			};

			apb0: apb0_clk {
				compatible = "allwinner,sun6i-a31-apb0-clk";
				#clock-cells = <0>;
				clocks = <&ahb0>;
				clock-output-names = "apb0";
			};

			apb0_gates: apb0_gates_clk {
				compatible = "allwinner,sun6i-a31-apb0-gates-clk";
				#clock-cells = <1>;
				clocks = <&apb0>;
				clock-output-names = "apb0_pio", "apb0_ir",
						"apb0_timer", "apb0_p2wi",
						"apb0_uart", "apb0_1wire",
						"apb0_i2c";
			};

H
Hans de Goede 已提交
1205 1206 1207 1208 1209 1210 1211
			ir_clk: ir_clk {
				#clock-cells = <0>;
				compatible = "allwinner,sun4i-a10-mod0-clk";
				clocks = <&osc32k>, <&osc24M>;
				clock-output-names = "ir";
			};

1212 1213 1214 1215
			apb0_rst: apb0_rst {
				compatible = "allwinner,sun6i-a31-clock-reset";
				#reset-cells = <1>;
			};
1216 1217
		};

1218 1219 1220 1221
		cpucfg@01f01c00 {
			compatible = "allwinner,sun6i-a31-cpuconfig";
			reg = <0x01f01c00 0x300>;
		};
1222

H
Hans de Goede 已提交
1223 1224 1225 1226 1227
		ir: ir@01f02000 {
			compatible = "allwinner,sun5i-a13-ir";
			clocks = <&apb0_gates 1>, <&ir_clk>;
			clock-names = "apb", "ir";
			resets = <&apb0_rst 1>;
1228
			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
H
Hans de Goede 已提交
1229 1230 1231 1232
			reg = <0x01f02000 0x40>;
			status = "disabled";
		};

1233 1234 1235
		r_pio: pinctrl@01f02c00 {
			compatible = "allwinner,sun6i-a31-r-pinctrl";
			reg = <0x01f02c00 0x400>;
1236 1237
			interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
1238 1239
			clocks = <&apb0_gates 0>, <&osc24M>, <&osc32k>;
			clock-names = "apb", "hosc", "losc";
1240 1241 1242
			resets = <&apb0_rst 0>;
			gpio-controller;
			interrupt-controller;
1243
			#interrupt-cells = <3>;
1244 1245
			#size-cells = <0>;
			#gpio-cells = <3>;
1246 1247

			ir_pins_a: ir@0 {
1248 1249
				pins = "PL4";
				function = "s_ir";
1250
			};
1251 1252

			p2wi_pins: p2wi {
1253 1254
				pins = "PL0", "PL1";
				function = "s_p2wi";
1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269
			};
		};

		p2wi: i2c@01f03400 {
			compatible = "allwinner,sun6i-a31-p2wi";
			reg = <0x01f03400 0x400>;
			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&apb0_gates 3>;
			clock-frequency = <100000>;
			resets = <&apb0_rst 3>;
			pinctrl-names = "default";
			pinctrl-0 = <&p2wi_pins>;
			status = "disabled";
			#address-cells = <1>;
			#size-cells = <0>;
1270
		};
1271 1272
	};
};