apm-shadowcat.dtsi 20.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/*
 * dts file for AppliedMicro (APM) X-Gene Shadowcat SOC
 *
 * Copyright (C) 2015, Applied Micro Circuits Corporation
 *
 * This program is free software; you can redistribute it and/or
 * 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.
 */

/ {
	compatible = "apm,xgene-shadowcat";
	interrupt-parent = <&gic>;
	#address-cells = <2>;
	#size-cells = <2>;

	cpus {
		#address-cells = <2>;
		#size-cells = <0>;

22
		cpu@0 {
23
			device_type = "cpu";
24
			compatible = "apm,strega";
25 26 27
			reg = <0x0 0x000>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
28
			next-level-cache = <&xgene_L2_0>;
29 30
			#clock-cells = <1>;
			clocks = <&pmd0clk 0>;
31
		};
32
		cpu@1 {
33
			device_type = "cpu";
34
			compatible = "apm,strega";
35 36 37
			reg = <0x0 0x001>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
38
			next-level-cache = <&xgene_L2_0>;
39 40
			#clock-cells = <1>;
			clocks = <&pmd0clk 0>;
41 42 43
		};
		cpu@100 {
			device_type = "cpu";
44
			compatible = "apm,strega";
45 46 47
			reg = <0x0 0x100>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
48
			next-level-cache = <&xgene_L2_1>;
49 50
			#clock-cells = <1>;
			clocks = <&pmd1clk 0>;
51 52 53
		};
		cpu@101 {
			device_type = "cpu";
54
			compatible = "apm,strega";
55 56 57
			reg = <0x0 0x101>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
58
			next-level-cache = <&xgene_L2_1>;
59 60
			#clock-cells = <1>;
			clocks = <&pmd1clk 0>;
61 62 63
		};
		cpu@200 {
			device_type = "cpu";
64
			compatible = "apm,strega";
65 66 67
			reg = <0x0 0x200>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
68
			next-level-cache = <&xgene_L2_2>;
69 70
			#clock-cells = <1>;
			clocks = <&pmd2clk 0>;
71 72 73
		};
		cpu@201 {
			device_type = "cpu";
74
			compatible = "apm,strega";
75 76 77
			reg = <0x0 0x201>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
78
			next-level-cache = <&xgene_L2_2>;
79 80
			#clock-cells = <1>;
			clocks = <&pmd2clk 0>;
81 82 83
		};
		cpu@300 {
			device_type = "cpu";
84
			compatible = "apm,strega";
85 86 87
			reg = <0x0 0x300>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
88
			next-level-cache = <&xgene_L2_3>;
89 90
			#clock-cells = <1>;
			clocks = <&pmd3clk 0>;
91 92 93
		};
		cpu@301 {
			device_type = "cpu";
94
			compatible = "apm,strega";
95 96 97
			reg = <0x0 0x301>;
			enable-method = "spin-table";
			cpu-release-addr = <0x1 0x0000fff8>;
98
			next-level-cache = <&xgene_L2_3>;
99 100
			#clock-cells = <1>;
			clocks = <&pmd3clk 0>;
101 102 103 104 105 106 107 108 109 110 111 112
		};
		xgene_L2_0: l2-cache-0 {
			compatible = "cache";
		};
		xgene_L2_1: l2-cache-1 {
			compatible = "cache";
		};
		xgene_L2_2: l2-cache-2 {
			compatible = "cache";
		};
		xgene_L2_3: l2-cache-3 {
			compatible = "cache";
113 114 115 116 117 118 119 120 121 122 123 124
		};
	};

	gic: interrupt-controller@78090000 {
		compatible = "arm,cortex-a15-gic";
		#interrupt-cells = <3>;
		#address-cells = <2>;
		#size-cells = <2>;
		interrupt-controller;
		interrupts = <1 9 0xf04>;	/* GIC Maintenence IRQ */
		ranges = <0 0 0 0x79000000 0x0 0x800000>; /* MSI Range */
		reg = <0x0 0x78090000 0x0 0x10000>,	/* GIC Dist */
125 126 127
		      <0x0 0x780a0000 0x0 0x20000>,	/* GIC CPU */
		      <0x0 0x780c0000 0x0 0x10000>,	/* GIC VCPU Control */
		      <0x0 0x780e0000 0x0 0x20000>;	/* GIC VCPU */
128
		v2m0: v2m@0 {
129 130 131 132
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x0 0x0 0x1000>;
		};
133
		v2m1: v2m@10000 {
134 135 136 137
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x10000 0x0 0x1000>;
		};
138
		v2m2: v2m@20000 {
139 140 141 142
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x20000 0x0 0x1000>;
		};
143
		v2m3: v2m@30000 {
144 145 146 147
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x30000 0x0 0x1000>;
		};
148
		v2m4: v2m@40000 {
149 150 151 152
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x40000 0x0 0x1000>;
		};
153
		v2m5: v2m@50000 {
154 155 156 157
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x50000 0x0 0x1000>;
		};
158
		v2m6: v2m@60000 {
159 160 161 162
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x60000 0x0 0x1000>;
		};
163
		v2m7: v2m@70000 {
164 165 166 167
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x70000 0x0 0x1000>;
		};
168
		v2m8: v2m@80000 {
169 170 171 172
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x80000 0x0 0x1000>;
		};
173
		v2m9: v2m@90000 {
174 175 176 177
			compatible = "arm,gic-v2m-frame";
			msi-controller;
			reg = <0x0 0x90000 0x0 0x1000>;
		};
178
		v2m10: v2m@a0000 {
179 180
			compatible = "arm,gic-v2m-frame";
			msi-controller;
181
			reg = <0x0 0xa0000 0x0 0x1000>;
182
		};
183
		v2m11: v2m@b0000 {
184 185
			compatible = "arm,gic-v2m-frame";
			msi-controller;
186
			reg = <0x0 0xb0000 0x0 0x1000>;
187
		};
188
		v2m12: v2m@c0000 {
189 190
			compatible = "arm,gic-v2m-frame";
			msi-controller;
191
			reg = <0x0 0xc0000 0x0 0x1000>;
192
		};
193
		v2m13: v2m@d0000 {
194 195
			compatible = "arm,gic-v2m-frame";
			msi-controller;
196
			reg = <0x0 0xd0000 0x0 0x1000>;
197
		};
198
		v2m14: v2m@e0000 {
199 200
			compatible = "arm,gic-v2m-frame";
			msi-controller;
201
			reg = <0x0 0xe0000 0x0 0x1000>;
202
		};
203
		v2m15: v2m@f0000 {
204 205
			compatible = "arm,gic-v2m-frame";
			msi-controller;
206
			reg = <0x0 0xf0000 0x0 0x1000>;
207
		};
208 209 210 211 212 213 214 215 216
	};

	pmu {
		compatible = "arm,armv8-pmuv3";
		interrupts = <1 12 0xff04>;
	};

	timer {
		compatible = "arm,armv8-timer";
217 218 219 220
		interrupts = <1 0 0xff08>,	/* Secure Phys IRQ */
			     <1 13 0xff08>,	/* Non-secure Phys IRQ */
			     <1 14 0xff08>,	/* Virt IRQ */
			     <1 15 0xff08>;	/* Hyp IRQ */
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
		clock-frequency = <50000000>;
	};

	soc {
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		clocks {
			#address-cells = <2>;
			#size-cells = <2>;
			ranges;

			refclk: refclk {
				compatible = "fixed-clock";
				#clock-cells = <1>;
				clock-frequency = <100000000>;
				clock-output-names = "refclk";
			};

242 243 244 245 246 247 248 249 250 251 252 253 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
			pmdpll: pmdpll@170000f0 {
				compatible = "apm,xgene-pcppll-v2-clock";
				#clock-cells = <1>;
				clocks = <&refclk 0>;
				reg = <0x0 0x170000f0 0x0 0x10>;
				clock-output-names = "pmdpll";
			};

			pmd0clk: pmd0clk@7e200200 {
				compatible = "apm,xgene-pmd-clock";
				#clock-cells = <1>;
				clocks = <&pmdpll 0>;
				reg = <0x0 0x7e200200 0x0 0x10>;
				clock-output-names = "pmd0clk";
			};

			pmd1clk: pmd1clk@7e200210 {
				compatible = "apm,xgene-pmd-clock";
				#clock-cells = <1>;
				clocks = <&pmdpll 0>;
				reg = <0x0 0x7e200210 0x0 0x10>;
				clock-output-names = "pmd1clk";
			};

			pmd2clk: pmd2clk@7e200220 {
				compatible = "apm,xgene-pmd-clock";
				#clock-cells = <1>;
				clocks = <&pmdpll 0>;
				reg = <0x0 0x7e200220 0x0 0x10>;
				clock-output-names = "pmd2clk";
			};

			pmd3clk: pmd3clk@7e200230 {
				compatible = "apm,xgene-pmd-clock";
				#clock-cells = <1>;
				clocks = <&pmdpll 0>;
				reg = <0x0 0x7e200230 0x0 0x10>;
				clock-output-names = "pmd3clk";
			};

282
			socpll: socpll@17000120 {
283
				compatible = "apm,xgene-socpll-v2-clock";
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
				#clock-cells = <1>;
				clocks = <&refclk 0>;
				reg = <0x0 0x17000120 0x0 0x1000>;
				clock-output-names = "socpll";
			};

			socplldiv2: socplldiv2  {
				compatible = "fixed-factor-clock";
				#clock-cells = <1>;
				clocks = <&socpll 0>;
				clock-mult = <1>;
				clock-div = <2>;
				clock-output-names = "socplldiv2";
			};

299
			ahbclk: ahbclk@17000000 {
300 301 302
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
303 304
				reg = <0x0 0x17000000 0x0 0x2000>;
				reg-names = "div-reg";
305 306 307 308 309 310
				divider-offset = <0x164>;
				divider-width = <0x5>;
				divider-shift = <0x0>;
				clock-output-names = "ahbclk";
			};

311 312 313 314 315 316 317 318 319 320 321 322
			sbapbclk: sbapbclk@1704c000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&ahbclk 0>;
				reg = <0x0 0x1704c000 0x0 0x2000>;
				reg-names = "div-reg";
				divider-offset = <0x10>;
				divider-width = <0x2>;
				divider-shift = <0x0>;
				clock-output-names = "sbapbclk";
			};

323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
			sdioclk: sdioclk@1f2ac000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x1f2ac000 0x0 0x1000
					0x0 0x17000000 0x0 0x2000>;
				reg-names = "csr-reg", "div-reg";
				csr-offset = <0x0>;
				csr-mask = <0x2>;
				enable-offset = <0x8>;
				enable-mask = <0x2>;
				divider-offset = <0x178>;
				divider-width = <0x8>;
				divider-shift = <0x0>;
				clock-output-names = "sdioclk";
			};

340 341 342 343 344 345 346 347 348
			pcie0clk: pcie0clk@1f2bc000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x1f2bc000 0x0 0x1000>;
				reg-names = "csr-reg";
				clock-output-names = "pcie0clk";
			};

349 350 351 352 353 354 355 356 357
			pcie1clk: pcie1clk@1f2cc000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x1f2cc000 0x0 0x1000>;
				reg-names = "csr-reg";
				clock-output-names = "pcie1clk";
			};

358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
			xge0clk: xge0clk@1f61c000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x1f61c000 0x0 0x1000>;
				reg-names = "csr-reg";
				enable-mask = <0x3>;
				csr-mask = <0x3>;
				clock-output-names = "xge0clk";
			};

			xge1clk: xge1clk@1f62c000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x1f62c000 0x0 0x1000>;
				reg-names = "csr-reg";
				enable-mask = <0x3>;
				csr-mask = <0x3>;
				clock-output-names = "xge1clk";
			};
379 380 381 382 383 384 385 386 387 388 389 390 391

			rngpkaclk: rngpkaclk@17000000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&socplldiv2 0>;
				reg = <0x0 0x17000000 0x0 0x2000>;
				reg-names = "csr-reg";
				csr-offset = <0xc>;
				csr-mask = <0x10>;
				enable-offset = <0x10>;
				enable-mask = <0x10>;
				clock-output-names = "rngpkaclk";
			};
392 393 394 395 396 397 398 399 400 401 402 403 404

			i2c4clk: i2c4clk@1704c000 {
				compatible = "apm,xgene-device-clock";
				#clock-cells = <1>;
				clocks = <&sbapbclk 0>;
				reg = <0x0 0x1704c000 0x0 0x1000>;
				reg-names = "csr-reg";
				csr-offset = <0x0>;
				csr-mask = <0x40>;
				enable-offset = <0x8>;
				enable-mask = <0x40>;
				clock-output-names = "i2c4clk";
			};
405 406
		};

407 408 409 410 411 412 413 414 415 416 417 418
		scu: system-clk-controller@17000000 {
			compatible = "apm,xgene-scu","syscon";
			reg = <0x0 0x17000000 0x0 0x400>;
		};

		reboot: reboot@17000014 {
			compatible = "syscon-reboot";
			regmap = <&scu>;
			offset = <0x14>;
			mask = <0x1>;
		};

419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
		csw: csw@7e200000 {
			compatible = "apm,xgene-csw", "syscon";
			reg = <0x0 0x7e200000 0x0 0x1000>;
		};

		mcba: mcba@7e700000 {
			compatible = "apm,xgene-mcb", "syscon";
			reg = <0x0 0x7e700000 0x0 0x1000>;
		};

		mcbb: mcbb@7e720000 {
			compatible = "apm,xgene-mcb", "syscon";
			reg = <0x0 0x7e720000 0x0 0x1000>;
		};

		efuse: efuse@1054a000 {
			compatible = "apm,xgene-efuse", "syscon";
			reg = <0x0 0x1054a000 0x0 0x20>;
		};

		edac@78800000 {
			compatible = "apm,xgene-edac";
			#address-cells = <2>;
			#size-cells = <2>;
			ranges;
			regmap-csw = <&csw>;
			regmap-mcba = <&mcba>;
			regmap-mcbb = <&mcbb>;
			regmap-efuse = <&efuse>;
			reg = <0x0 0x78800000 0x0 0x100>;
			interrupts = <0x0 0x20 0x4>,
				     <0x0 0x21 0x4>,
				     <0x0 0x27 0x4>;

			edacmc@7e800000 {
				compatible = "apm,xgene-edac-mc";
				reg = <0x0 0x7e800000 0x0 0x1000>;
				memory-controller = <0>;
			};

			edacmc@7e840000 {
				compatible = "apm,xgene-edac-mc";
				reg = <0x0 0x7e840000 0x0 0x1000>;
				memory-controller = <1>;
			};

			edacmc@7e880000 {
				compatible = "apm,xgene-edac-mc";
				reg = <0x0 0x7e880000 0x0 0x1000>;
				memory-controller = <2>;
			};

			edacmc@7e8c0000 {
				compatible = "apm,xgene-edac-mc";
				reg = <0x0 0x7e8c0000 0x0 0x1000>;
				memory-controller = <3>;
			};

			edacpmd@7c000000 {
				compatible = "apm,xgene-edac-pmd";
				reg = <0x0 0x7c000000 0x0 0x200000>;
				pmd-controller = <0>;
			};

			edacpmd@7c200000 {
				compatible = "apm,xgene-edac-pmd";
				reg = <0x0 0x7c200000 0x0 0x200000>;
				pmd-controller = <1>;
			};

			edacpmd@7c400000 {
				compatible = "apm,xgene-edac-pmd";
				reg = <0x0 0x7c400000 0x0 0x200000>;
				pmd-controller = <2>;
			};

			edacpmd@7c600000 {
				compatible = "apm,xgene-edac-pmd";
				reg = <0x0 0x7c600000 0x0 0x200000>;
				pmd-controller = <3>;
			};

			edacl3@7e600000 {
				compatible = "apm,xgene-edac-l3-v2";
				reg = <0x0 0x7e600000 0x0 0x1000>;
			};

			edacsoc@7e930000 {
				compatible = "apm,xgene-edac-soc";
				reg = <0x0 0x7e930000 0x0 0x1000>;
			};
		};

512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569
		pmu: pmu@78810000 {
			compatible = "apm,xgene-pmu-v2";
			#address-cells = <2>;
			#size-cells = <2>;
			ranges;
			regmap-csw = <&csw>;
			regmap-mcba = <&mcba>;
			regmap-mcbb = <&mcbb>;
			reg = <0x0 0x78810000 0x0 0x1000>;
			interrupts = <0x0 0x22 0x4>;

			pmul3c@7e610000 {
				compatible = "apm,xgene-pmu-l3c";
				reg = <0x0 0x7e610000 0x0 0x1000>;
			};

			pmuiob@7e940000 {
				compatible = "apm,xgene-pmu-iob";
				reg = <0x0 0x7e940000 0x0 0x1000>;
			};

			pmucmcb@7e710000 {
				compatible = "apm,xgene-pmu-mcb";
				reg = <0x0 0x7e710000 0x0 0x1000>;
				enable-bit-index = <0>;
			};

			pmucmcb@7e730000 {
				compatible = "apm,xgene-pmu-mcb";
				reg = <0x0 0x7e730000 0x0 0x1000>;
				enable-bit-index = <1>;
			};

			pmucmc@7e810000 {
				compatible = "apm,xgene-pmu-mc";
				reg = <0x0 0x7e810000 0x0 0x1000>;
				enable-bit-index = <0>;
			};

			pmucmc@7e850000 {
				compatible = "apm,xgene-pmu-mc";
				reg = <0x0 0x7e850000 0x0 0x1000>;
				enable-bit-index = <1>;
			};

			pmucmc@7e890000 {
				compatible = "apm,xgene-pmu-mc";
				reg = <0x0 0x7e890000 0x0 0x1000>;
				enable-bit-index = <2>;
			};

			pmucmc@7e8d0000 {
				compatible = "apm,xgene-pmu-mc";
				reg = <0x0 0x7e8d0000 0x0 0x1000>;
				enable-bit-index = <3>;
			};
		};

570 571 572 573 574 575 576 577 578 579 580 581 582 583
		mailbox: mailbox@10540000 {
			compatible = "apm,xgene-slimpro-mbox";
			reg = <0x0 0x10540000 0x0 0x8000>;
			#mbox-cells = <1>;
			interrupts =   <0x0 0x0 0x4
					0x0 0x1 0x4
					0x0 0x2 0x4
					0x0 0x3 0x4
					0x0 0x4 0x4
					0x0 0x5 0x4
					0x0 0x6 0x4
					0x0 0x7 0x4>;
		};

584 585 586 587 588
		i2cslimpro {
			compatible = "apm,xgene-slimpro-i2c";
			mboxes = <&mailbox 0>;
		};

589 590 591 592 593
		hwmonslimpro {
			compatible = "apm,xgene-slimpro-hwmon";
			mboxes = <&mailbox 7>;
		};

594 595 596 597 598 599 600 601 602 603
		serial0: serial@10600000 {
			device_type = "serial";
			compatible = "ns16550";
			reg = <0 0x10600000 0x0 0x1000>;
			reg-shift = <2>;
			clock-frequency = <10000000>;
			interrupt-parent = <&gic>;
			interrupts = <0x0 0x4c 0x4>;
		};

604
		/* Do not change dwusb name, coded for backward compatibility */
605 606 607 608 609 610 611 612 613
		usb0: dwusb@19000000 {
			status = "disabled";
			compatible = "snps,dwc3";
			reg =  <0x0 0x19000000 0x0 0x100000>;
			interrupts = <0x0 0x5d 0x4>;
			dma-coherent;
			dr_mode = "host";
		};

614 615 616 617 618 619 620 621 622 623 624 625 626 627 628
		pcie0: pcie@1f2b0000 {
			status = "disabled";
			device_type = "pci";
			compatible = "apm,xgene-pcie", "apm,xgene2-pcie";
			#interrupt-cells = <1>;
			#size-cells = <2>;
			#address-cells = <3>;
			reg = < 0x00 0x1f2b0000 0x0 0x00010000   /* Controller registers */
				0xc0 0xd0000000 0x0 0x00040000>; /* PCI config space */
			reg-names = "csr", "cfg";
			ranges = <0x01000000 0x00 0x00000000 0xc0 0x10000000 0x00 0x00010000   /* io */
				  0x02000000 0x00 0x20000000 0xc1 0x20000000 0x00 0x20000000   /* mem */
				  0x43000000 0xe0 0x00000000 0xe0 0x00000000 0x20 0x00000000>; /* mem */
			dma-ranges = <0x42000000 0x80 0x00000000 0x80 0x00000000 0x00 0x80000000
				      0x42000000 0x00 0x00000000 0x00 0x00000000 0x80 0x00000000>;
629
			bus-range = <0x00 0xff>;
630
			interrupt-map-mask = <0x0 0x0 0x0 0x7>;
631 632 633 634
			interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0x0 0x0 0x10 0x4
					 0x0 0x0 0x0 0x2 &gic 0x0 0x0 0x0 0x11 0x4
					 0x0 0x0 0x0 0x3 &gic 0x0 0x0 0x0 0x12 0x4
					 0x0 0x0 0x0 0x4 &gic 0x0 0x0 0x0 0x13 0x4>;
635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654
			dma-coherent;
			clocks = <&pcie0clk 0>;
			msi-parent = <&v2m0>;
		};

		pcie1: pcie@1f2c0000 {
			status = "disabled";
			device_type = "pci";
			compatible = "apm,xgene-pcie", "apm,xgene2-pcie";
			#interrupt-cells = <1>;
			#size-cells = <2>;
			#address-cells = <3>;
			reg = < 0x00 0x1f2c0000 0x0 0x00010000   /* Controller registers */
				0xa0 0xd0000000 0x0 0x00040000>; /* PCI config space */
			reg-names = "csr", "cfg";
			ranges = <0x01000000 0x00 0x00000000 0xa0 0x10000000 0x00 0x00010000   /* io */
				  0x02000000 0x00 0x20000000 0xa1 0x20000000 0x00 0x20000000   /* mem */
				  0x43000000 0xb0 0x00000000 0xb0 0x00000000 0x10 0x00000000>; /* mem */
			dma-ranges = <0x42000000 0x80 0x00000000 0x80 0x00000000 0x00 0x80000000
				      0x42000000 0x00 0x00000000 0x00 0x00000000 0x80 0x00000000>;
655
			bus-range = <0x00 0xff>;
656
			interrupt-map-mask = <0x0 0x0 0x0 0x7>;
657 658 659 660
			interrupt-map = <0x0 0x0 0x0 0x1 &gic 0x0 0x0 0x0 0x16 0x4
					 0x0 0x0 0x0 0x2 &gic 0x0 0x0 0x0 0x17 0x4
					 0x0 0x0 0x0 0x3 &gic 0x0 0x0 0x0 0x18 0x4
					 0x0 0x0 0x0 0x4 &gic 0x0 0x0 0x0 0x19 0x4>;
661 662 663 664 665
			dma-coherent;
			clocks = <&pcie1clk 0>;
			msi-parent = <&v2m0>;
		};

666
		sata1: sata@1a000000 {
667
			compatible = "apm,xgene-ahci-v2";
668 669 670 671 672 673 674 675 676
			reg = <0x0 0x1a000000 0x0 0x1000>,
			      <0x0 0x1f200000 0x0 0x1000>,
			      <0x0 0x1f20d000 0x0 0x1000>,
			      <0x0 0x1f20e000 0x0 0x1000>;
			interrupts = <0x0 0x5a 0x4>;
			dma-coherent;
		};

		sata2: sata@1a200000 {
677
			compatible = "apm,xgene-ahci-v2";
678 679 680 681 682 683 684 685 686
			reg = <0x0 0x1a200000 0x0 0x1000>,
			      <0x0 0x1f210000 0x0 0x1000>,
			      <0x0 0x1f21d000 0x0 0x1000>,
			      <0x0 0x1f21e000 0x0 0x1000>;
			interrupts = <0x0 0x5b 0x4>;
			dma-coherent;
		};

		sata3: sata@1a400000 {
687
			compatible = "apm,xgene-ahci-v2";
688 689 690 691 692 693 694 695
			reg = <0x0 0x1a400000 0x0 0x1000>,
			      <0x0 0x1f220000 0x0 0x1000>,
			      <0x0 0x1f22d000 0x0 0x1000>,
			      <0x0 0x1f22e000 0x0 0x1000>;
			interrupts = <0x0 0x5c 0x4>;
			dma-coherent;
		};

696 697 698 699 700 701 702 703 704 705
		mmc0: mmc@1c000000 {
			compatible = "arasan,sdhci-4.9a";
			reg = <0x0 0x1c000000 0x0 0x100>;
			interrupts = <0x0 0x49 0x4>;
			dma-coherent;
			no-1-8-v;
			clock-names = "clk_xin", "clk_ahb";
			clocks = <&sdioclk 0>, <&ahbclk 0>;
		};

706
		gfcgpio: gpio@1f63c000 {
707 708 709 710 711 712
			compatible = "apm,xgene-gpio";
			reg = <0x0 0x1f63c000 0x0 0x40>;
			gpio-controller;
			#gpio-cells = <2>;
		};

713
		dwgpio: gpio@1c024000 {
714 715 716 717 718 719 720 721 722 723 724 725 726 727
			compatible = "snps,dw-apb-gpio";
			reg = <0x0 0x1c024000 0x0 0x1000>;
			reg-io-width = <4>;
			#address-cells = <1>;
			#size-cells = <0>;

			porta: gpio-controller@0 {
				compatible = "snps,dw-apb-gpio-port";
				gpio-controller;
				snps,nr-gpios = <32>;
				reg = <0>;
			};
		};

728
		sbgpio: gpio@17001000{
729 730 731 732 733 734 735 736 737 738 739 740
			compatible = "apm,xgene-gpio-sb";
			reg = <0x0 0x17001000 0x0 0x400>;
			#gpio-cells = <2>;
			gpio-controller;
			interrupts = <0x0 0x28 0x1>,
				     <0x0 0x29 0x1>,
				     <0x0 0x2a 0x1>,
				     <0x0 0x2b 0x1>,
				     <0x0 0x2c 0x1>,
				     <0x0 0x2d 0x1>,
				     <0x0 0x2e 0x1>,
				     <0x0 0x2f 0x1>;
741 742 743 744 745 746
			interrupt-parent = <&gic>;
			#interrupt-cells = <2>;
			interrupt-controller;
			apm,nr-gpios = <22>;
			apm,nr-irqs = <8>;
			apm,irq-start = <8>;
747 748
		};

I
Iyappan Subramanian 已提交
749 750 751 752 753 754 755 756
		mdio: mdio@1f610000 {
			compatible = "apm,xgene-mdio-xfi";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0x0 0x1f610000 0x0 0xd100>;
			clocks = <&xge0clk 0>;
		};

757 758 759
		sgenet0: ethernet@1f610000 {
			compatible = "apm,xgene2-sgenet";
			status = "disabled";
I
Iyappan Subramanian 已提交
760
			reg = <0x0 0x1f610000 0x0 0xd100>,
761 762
			      <0x0 0x1f600000 0x0 0xd100>,
			      <0x0 0x20000000 0x0 0x20000>;
763 764 765 766 767 768
			interrupts = <0 96 4>,
				     <0 97 4>;
			dma-coherent;
			clocks = <&xge0clk 0>;
			local-mac-address = [00 01 73 00 00 01];
			phy-connection-type = "sgmii";
I
Iyappan Subramanian 已提交
769
			phy-handle = <&sgenet0phy>;
770 771 772 773 774 775
		};

		xgenet1: ethernet@1f620000 {
			compatible = "apm,xgene2-xgenet";
			status = "disabled";
			reg = <0x0 0x1f620000 0x0 0x10000>,
776 777
			      <0x0 0x1f600000 0x0 0xd100>,
			      <0x0 0x20000000 0x0 0x220000>;
778
			interrupts = <0 108 4>,
779 780 781 782 783 784 785
				     <0 109 4>,
				     <0 110 4>,
				     <0 111 4>,
				     <0 112 4>,
				     <0 113 4>,
				     <0 114 4>,
				     <0 115 4>;
786
			channel = <12>;
787 788 789 790 791 792
			port-id = <1>;
			dma-coherent;
			clocks = <&xge1clk 0>;
			local-mac-address = [00 01 73 00 00 02];
			phy-connection-type = "xgmii";
		};
793 794 795 796 797 798 799

		rng: rng@10520000 {
			compatible = "apm,xgene-rng";
			reg = <0x0 0x10520000 0x0 0x100>;
			interrupts = <0x0 0x41 0x4>;
			clocks = <&rngpkaclk 0>;
		};
800

801
		i2c1: i2c@10511000 {
802 803 804 805 806 807
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "snps,designware-i2c";
			reg = <0x0 0x10511000 0x0 0x1000>;
			interrupts = <0 0x45 0x4>;
			#clock-cells = <1>;
808
			clocks = <&sbapbclk 0>;
809 810 811
			bus_num = <1>;
		};

812
		i2c4: i2c@10640000 {
813 814 815 816
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "snps,designware-i2c";
			reg = <0x0 0x10640000 0x0 0x1000>;
817
			interrupts = <0 0x3a 0x4>;
818 819 820
			clocks = <&i2c4clk 0>;
			bus_num = <4>;
		};
821 822
	};
};