Linux Audio

Check our new training course

Loading...
v4.17
  1// SPDX-License-Identifier: GPL-2.0+ OR MIT
  2//
  3// Device Tree Source for UniPhier PXs2 SoC
  4//
  5// Copyright (C) 2015-2016 Socionext Inc.
  6//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7
  8#include <dt-bindings/gpio/uniphier-gpio.h>
  9#include <dt-bindings/thermal/thermal.h>
 10
 11/ {
 12	compatible = "socionext,uniphier-pxs2";
 13	#address-cells = <1>;
 14	#size-cells = <1>;
 15
 16	cpus {
 17		#address-cells = <1>;
 18		#size-cells = <0>;
 19
 20		cpu0: cpu@0 {
 21			device_type = "cpu";
 22			compatible = "arm,cortex-a9";
 23			reg = <0>;
 24			clocks = <&sys_clk 32>;
 25			enable-method = "psci";
 26			next-level-cache = <&l2>;
 27			operating-points-v2 = <&cpu_opp>;
 28			#cooling-cells = <2>;
 29		};
 30
 31		cpu1: cpu@1 {
 32			device_type = "cpu";
 33			compatible = "arm,cortex-a9";
 34			reg = <1>;
 35			clocks = <&sys_clk 32>;
 36			enable-method = "psci";
 37			next-level-cache = <&l2>;
 38			operating-points-v2 = <&cpu_opp>;
 
 39		};
 40
 41		cpu2: cpu@2 {
 42			device_type = "cpu";
 43			compatible = "arm,cortex-a9";
 44			reg = <2>;
 45			clocks = <&sys_clk 32>;
 46			enable-method = "psci";
 47			next-level-cache = <&l2>;
 48			operating-points-v2 = <&cpu_opp>;
 
 49		};
 50
 51		cpu3: cpu@3 {
 52			device_type = "cpu";
 53			compatible = "arm,cortex-a9";
 54			reg = <3>;
 55			clocks = <&sys_clk 32>;
 56			enable-method = "psci";
 57			next-level-cache = <&l2>;
 58			operating-points-v2 = <&cpu_opp>;
 
 59		};
 60	};
 61
 62	cpu_opp: opp-table {
 63		compatible = "operating-points-v2";
 64		opp-shared;
 65
 66		opp-100000000 {
 67			opp-hz = /bits/ 64 <100000000>;
 68			clock-latency-ns = <300>;
 69		};
 70		opp-150000000 {
 71			opp-hz = /bits/ 64 <150000000>;
 72			clock-latency-ns = <300>;
 73		};
 74		opp-200000000 {
 75			opp-hz = /bits/ 64 <200000000>;
 76			clock-latency-ns = <300>;
 77		};
 78		opp-300000000 {
 79			opp-hz = /bits/ 64 <300000000>;
 80			clock-latency-ns = <300>;
 81		};
 82		opp-400000000 {
 83			opp-hz = /bits/ 64 <400000000>;
 84			clock-latency-ns = <300>;
 85		};
 86		opp-600000000 {
 87			opp-hz = /bits/ 64 <600000000>;
 88			clock-latency-ns = <300>;
 89		};
 90		opp-800000000 {
 91			opp-hz = /bits/ 64 <800000000>;
 92			clock-latency-ns = <300>;
 93		};
 94		opp-1200000000 {
 95			opp-hz = /bits/ 64 <1200000000>;
 96			clock-latency-ns = <300>;
 97		};
 98	};
 99
100	psci {
101		compatible = "arm,psci-0.2";
102		method = "smc";
103	};
104
105	clocks {
106		refclk: ref {
107			compatible = "fixed-clock";
108			#clock-cells = <0>;
109			clock-frequency = <25000000>;
110		};
111
112		arm_timer_clk: arm-timer {
113			#clock-cells = <0>;
114			compatible = "fixed-clock";
115			clock-frequency = <50000000>;
116		};
117	};
118
119	thermal-zones {
120		cpu-thermal {
121			polling-delay-passive = <250>;	/* 250ms */
122			polling-delay = <1000>;		/* 1000ms */
123			thermal-sensors = <&pvtctl>;
124
125			trips {
126				cpu_crit: cpu-crit {
127					temperature = <95000>;	/* 95C */
128					hysteresis = <2000>;
129					type = "critical";
130				};
131				cpu_alert: cpu-alert {
132					temperature = <85000>;	/* 85C */
133					hysteresis = <2000>;
134					type = "passive";
135				};
136			};
137
138			cooling-maps {
139				map {
140					trip = <&cpu_alert>;
141					cooling-device = <&cpu0
142					    THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
 
 
143				};
144			};
145		};
146	};
147
148	soc {
149		compatible = "simple-bus";
150		#address-cells = <1>;
151		#size-cells = <1>;
152		ranges;
153		interrupt-parent = <&intc>;
154
155		l2: l2-cache@500c0000 {
156			compatible = "socionext,uniphier-system-cache";
157			reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
158			      <0x506c0000 0x400>;
159			interrupts = <0 174 4>, <0 175 4>, <0 190 4>, <0 191 4>;
160			cache-unified;
161			cache-size = <(1280 * 1024)>;
162			cache-sets = <512>;
163			cache-line-size = <128>;
164			cache-level = <2>;
165		};
166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167		serial0: serial@54006800 {
168			compatible = "socionext,uniphier-uart";
169			status = "disabled";
170			reg = <0x54006800 0x40>;
171			interrupts = <0 33 4>;
172			pinctrl-names = "default";
173			pinctrl-0 = <&pinctrl_uart0>;
174			clocks = <&peri_clk 0>;
175			resets = <&peri_rst 0>;
176		};
177
178		serial1: serial@54006900 {
179			compatible = "socionext,uniphier-uart";
180			status = "disabled";
181			reg = <0x54006900 0x40>;
182			interrupts = <0 35 4>;
183			pinctrl-names = "default";
184			pinctrl-0 = <&pinctrl_uart1>;
185			clocks = <&peri_clk 1>;
186			resets = <&peri_rst 1>;
187		};
188
189		serial2: serial@54006a00 {
190			compatible = "socionext,uniphier-uart";
191			status = "disabled";
192			reg = <0x54006a00 0x40>;
193			interrupts = <0 37 4>;
194			pinctrl-names = "default";
195			pinctrl-0 = <&pinctrl_uart2>;
196			clocks = <&peri_clk 2>;
197			resets = <&peri_rst 2>;
198		};
199
200		serial3: serial@54006b00 {
201			compatible = "socionext,uniphier-uart";
202			status = "disabled";
203			reg = <0x54006b00 0x40>;
204			interrupts = <0 177 4>;
205			pinctrl-names = "default";
206			pinctrl-0 = <&pinctrl_uart3>;
207			clocks = <&peri_clk 3>;
208			resets = <&peri_rst 3>;
209		};
210
211		gpio: gpio@55000000 {
212			compatible = "socionext,uniphier-gpio";
213			reg = <0x55000000 0x200>;
214			interrupt-parent = <&aidet>;
215			interrupt-controller;
216			#interrupt-cells = <2>;
217			gpio-controller;
218			#gpio-cells = <2>;
219			gpio-ranges = <&pinctrl 0 0 0>,
220				      <&pinctrl 96 0 0>;
221			gpio-ranges-group-names = "gpio_range0",
222						  "gpio_range1";
223			ngpios = <232>;
224			socionext,interrupt-ranges = <0 48 16>, <16 154 5>,
225						     <21 217 3>;
226		};
227
228		audio@56000000 {
229			compatible = "socionext,uniphier-pxs2-aio";
230			reg = <0x56000000 0x80000>;
231			interrupts = <0 144 4>;
232			pinctrl-names = "default";
233			pinctrl-0 = <&pinctrl_ain1>,
234				    <&pinctrl_ain2>,
235				    <&pinctrl_ainiec1>,
236				    <&pinctrl_aout2>,
237				    <&pinctrl_aout3>,
238				    <&pinctrl_aoutiec1>,
239				    <&pinctrl_aoutiec2>;
240			clock-names = "aio";
241			clocks = <&sys_clk 40>;
242			reset-names = "aio";
243			resets = <&sys_rst 40>;
244			#sound-dai-cells = <1>;
245			socionext,syscon = <&soc_glue>;
246
247			i2s_port0: port@0 {
248				i2s_hdmi: endpoint {
249				};
250			};
251
252			i2s_port1: port@1 {
253				i2s_line: endpoint {
254				};
255			};
256
257			i2s_port2: port@2 {
258				i2s_aux: endpoint {
259				};
260			};
261
262			spdif_port0: port@3 {
263				spdif_hiecout1: endpoint {
264				};
265			};
266
267			spdif_port1: port@4 {
268				spdif_iecout1: endpoint {
269				};
270			};
271
272			comp_spdif_port0: port@5 {
273				comp_spdif_hiecout1: endpoint {
274				};
275			};
276
277			comp_spdif_port1: port@6 {
278				comp_spdif_iecout1: endpoint {
279				};
280			};
281		};
282
283		i2c0: i2c@58780000 {
284			compatible = "socionext,uniphier-fi2c";
285			status = "disabled";
286			reg = <0x58780000 0x80>;
287			#address-cells = <1>;
288			#size-cells = <0>;
289			interrupts = <0 41 4>;
290			pinctrl-names = "default";
291			pinctrl-0 = <&pinctrl_i2c0>;
292			clocks = <&peri_clk 4>;
293			resets = <&peri_rst 4>;
294			clock-frequency = <100000>;
295		};
296
297		i2c1: i2c@58781000 {
298			compatible = "socionext,uniphier-fi2c";
299			status = "disabled";
300			reg = <0x58781000 0x80>;
301			#address-cells = <1>;
302			#size-cells = <0>;
303			interrupts = <0 42 4>;
304			pinctrl-names = "default";
305			pinctrl-0 = <&pinctrl_i2c1>;
306			clocks = <&peri_clk 5>;
307			resets = <&peri_rst 5>;
308			clock-frequency = <100000>;
309		};
310
311		i2c2: i2c@58782000 {
312			compatible = "socionext,uniphier-fi2c";
313			status = "disabled";
314			reg = <0x58782000 0x80>;
315			#address-cells = <1>;
316			#size-cells = <0>;
317			interrupts = <0 43 4>;
318			pinctrl-names = "default";
319			pinctrl-0 = <&pinctrl_i2c2>;
320			clocks = <&peri_clk 6>;
321			resets = <&peri_rst 6>;
322			clock-frequency = <100000>;
323		};
324
325		i2c3: i2c@58783000 {
326			compatible = "socionext,uniphier-fi2c";
327			status = "disabled";
328			reg = <0x58783000 0x80>;
329			#address-cells = <1>;
330			#size-cells = <0>;
331			interrupts = <0 44 4>;
332			pinctrl-names = "default";
333			pinctrl-0 = <&pinctrl_i2c3>;
334			clocks = <&peri_clk 7>;
335			resets = <&peri_rst 7>;
336			clock-frequency = <100000>;
337		};
338
339		/* chip-internal connection for DMD */
340		i2c4: i2c@58784000 {
341			compatible = "socionext,uniphier-fi2c";
342			reg = <0x58784000 0x80>;
343			#address-cells = <1>;
344			#size-cells = <0>;
345			interrupts = <0 45 4>;
346			clocks = <&peri_clk 8>;
347			resets = <&peri_rst 8>;
348			clock-frequency = <400000>;
349		};
350
351		/* chip-internal connection for STM */
352		i2c5: i2c@58785000 {
353			compatible = "socionext,uniphier-fi2c";
354			reg = <0x58785000 0x80>;
355			#address-cells = <1>;
356			#size-cells = <0>;
357			interrupts = <0 25 4>;
358			clocks = <&peri_clk 9>;
359			resets = <&peri_rst 9>;
360			clock-frequency = <400000>;
361		};
362
363		/* chip-internal connection for HDMI */
364		i2c6: i2c@58786000 {
365			compatible = "socionext,uniphier-fi2c";
366			reg = <0x58786000 0x80>;
367			#address-cells = <1>;
368			#size-cells = <0>;
369			interrupts = <0 26 4>;
370			clocks = <&peri_clk 10>;
371			resets = <&peri_rst 10>;
372			clock-frequency = <400000>;
373		};
374
375		system_bus: system-bus@58c00000 {
376			compatible = "socionext,uniphier-system-bus";
377			status = "disabled";
378			reg = <0x58c00000 0x400>;
379			#address-cells = <2>;
380			#size-cells = <1>;
381			pinctrl-names = "default";
382			pinctrl-0 = <&pinctrl_system_bus>;
383		};
384
385		smpctrl@59801000 {
386			compatible = "socionext,uniphier-smpctrl";
387			reg = <0x59801000 0x400>;
388		};
389
390		sdctrl@59810000 {
391			compatible = "socionext,uniphier-pxs2-sdctrl",
392				     "simple-mfd", "syscon";
393			reg = <0x59810000 0x400>;
394
395			sd_clk: clock {
396				compatible = "socionext,uniphier-pxs2-sd-clock";
397				#clock-cells = <1>;
398			};
399
400			sd_rst: reset {
401				compatible = "socionext,uniphier-pxs2-sd-reset";
402				#reset-cells = <1>;
403			};
404		};
405
406		perictrl@59820000 {
407			compatible = "socionext,uniphier-pxs2-perictrl",
408				     "simple-mfd", "syscon";
409			reg = <0x59820000 0x200>;
410
411			peri_clk: clock {
412				compatible = "socionext,uniphier-pxs2-peri-clock";
413				#clock-cells = <1>;
414			};
415
416			peri_rst: reset {
417				compatible = "socionext,uniphier-pxs2-peri-reset";
418				#reset-cells = <1>;
419			};
420		};
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422		soc_glue: soc-glue@5f800000 {
423			compatible = "socionext,uniphier-pxs2-soc-glue",
424				     "simple-mfd", "syscon";
425			reg = <0x5f800000 0x2000>;
426
427			pinctrl: pinctrl {
428				compatible = "socionext,uniphier-pxs2-pinctrl";
429			};
430		};
431
432		soc-glue@5f900000 {
433			compatible = "socionext,uniphier-pxs2-soc-glue-debug",
434				     "simple-mfd";
435			#address-cells = <1>;
436			#size-cells = <1>;
437			ranges = <0 0x5f900000 0x2000>;
438
439			efuse@100 {
440				compatible = "socionext,uniphier-efuse";
441				reg = <0x100 0x28>;
442			};
443
444			efuse@200 {
445				compatible = "socionext,uniphier-efuse";
446				reg = <0x200 0x58>;
447			};
448		};
449
450		aidet: aidet@5fc20000 {
451			compatible = "socionext,uniphier-pxs2-aidet";
452			reg = <0x5fc20000 0x200>;
453			interrupt-controller;
454			#interrupt-cells = <2>;
455		};
456
457		timer@60000200 {
458			compatible = "arm,cortex-a9-global-timer";
459			reg = <0x60000200 0x20>;
460			interrupts = <1 11 0xf04>;
461			clocks = <&arm_timer_clk>;
462		};
463
464		timer@60000600 {
465			compatible = "arm,cortex-a9-twd-timer";
466			reg = <0x60000600 0x20>;
467			interrupts = <1 13 0xf04>;
468			clocks = <&arm_timer_clk>;
469		};
470
471		intc: interrupt-controller@60001000 {
472			compatible = "arm,cortex-a9-gic";
473			reg = <0x60001000 0x1000>,
474			      <0x60000100 0x100>;
475			#interrupt-cells = <3>;
476			interrupt-controller;
477		};
478
479		sysctrl@61840000 {
480			compatible = "socionext,uniphier-pxs2-sysctrl",
481				     "simple-mfd", "syscon";
482			reg = <0x61840000 0x10000>;
483
484			sys_clk: clock {
485				compatible = "socionext,uniphier-pxs2-clock";
486				#clock-cells = <1>;
487			};
488
489			sys_rst: reset {
490				compatible = "socionext,uniphier-pxs2-reset";
491				#reset-cells = <1>;
492			};
493
494			pvtctl: pvtctl {
495				compatible = "socionext,uniphier-pxs2-thermal";
496				interrupts = <0 3 4>;
497				#thermal-sensor-cells = <0>;
498				socionext,tmod-calibration = <0x0f86 0x6844>;
499			};
500		};
501
502		eth: ethernet@65000000 {
503			compatible = "socionext,uniphier-pxs2-ave4";
504			status = "disabled";
505			reg = <0x65000000 0x8500>;
506			interrupts = <0 66 4>;
507			pinctrl-names = "default";
508			pinctrl-0 = <&pinctrl_ether_rgmii>;
 
509			clocks = <&sys_clk 6>;
 
510			resets = <&sys_rst 6>;
511			phy-mode = "rgmii";
512			local-mac-address = [00 00 00 00 00 00];
 
513
514			mdio: mdio {
515				#address-cells = <1>;
516				#size-cells = <0>;
517			};
518		};
519
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
520		nand: nand@68000000 {
521			compatible = "socionext,uniphier-denali-nand-v5b";
522			status = "disabled";
523			reg-names = "nand_data", "denali_reg";
524			reg = <0x68000000 0x20>, <0x68100000 0x1000>;
 
 
525			interrupts = <0 65 4>;
526			pinctrl-names = "default";
527			pinctrl-0 = <&pinctrl_nand2cs>;
528			clocks = <&sys_clk 2>;
 
529			resets = <&sys_rst 2>;
530		};
531	};
532};
533
534#include "uniphier-pinctrl.dtsi"
v5.4
  1// SPDX-License-Identifier: GPL-2.0+ OR MIT
  2//
  3// Device Tree Source for UniPhier PXs2 SoC
  4//
  5// Copyright (C) 2015-2016 Socionext Inc.
  6//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  7
  8#include <dt-bindings/gpio/uniphier-gpio.h>
  9#include <dt-bindings/thermal/thermal.h>
 10
 11/ {
 12	compatible = "socionext,uniphier-pxs2";
 13	#address-cells = <1>;
 14	#size-cells = <1>;
 15
 16	cpus {
 17		#address-cells = <1>;
 18		#size-cells = <0>;
 19
 20		cpu0: cpu@0 {
 21			device_type = "cpu";
 22			compatible = "arm,cortex-a9";
 23			reg = <0>;
 24			clocks = <&sys_clk 32>;
 25			enable-method = "psci";
 26			next-level-cache = <&l2>;
 27			operating-points-v2 = <&cpu_opp>;
 28			#cooling-cells = <2>;
 29		};
 30
 31		cpu1: cpu@1 {
 32			device_type = "cpu";
 33			compatible = "arm,cortex-a9";
 34			reg = <1>;
 35			clocks = <&sys_clk 32>;
 36			enable-method = "psci";
 37			next-level-cache = <&l2>;
 38			operating-points-v2 = <&cpu_opp>;
 39			#cooling-cells = <2>;
 40		};
 41
 42		cpu2: cpu@2 {
 43			device_type = "cpu";
 44			compatible = "arm,cortex-a9";
 45			reg = <2>;
 46			clocks = <&sys_clk 32>;
 47			enable-method = "psci";
 48			next-level-cache = <&l2>;
 49			operating-points-v2 = <&cpu_opp>;
 50			#cooling-cells = <2>;
 51		};
 52
 53		cpu3: cpu@3 {
 54			device_type = "cpu";
 55			compatible = "arm,cortex-a9";
 56			reg = <3>;
 57			clocks = <&sys_clk 32>;
 58			enable-method = "psci";
 59			next-level-cache = <&l2>;
 60			operating-points-v2 = <&cpu_opp>;
 61			#cooling-cells = <2>;
 62		};
 63	};
 64
 65	cpu_opp: opp-table {
 66		compatible = "operating-points-v2";
 67		opp-shared;
 68
 69		opp-100000000 {
 70			opp-hz = /bits/ 64 <100000000>;
 71			clock-latency-ns = <300>;
 72		};
 73		opp-150000000 {
 74			opp-hz = /bits/ 64 <150000000>;
 75			clock-latency-ns = <300>;
 76		};
 77		opp-200000000 {
 78			opp-hz = /bits/ 64 <200000000>;
 79			clock-latency-ns = <300>;
 80		};
 81		opp-300000000 {
 82			opp-hz = /bits/ 64 <300000000>;
 83			clock-latency-ns = <300>;
 84		};
 85		opp-400000000 {
 86			opp-hz = /bits/ 64 <400000000>;
 87			clock-latency-ns = <300>;
 88		};
 89		opp-600000000 {
 90			opp-hz = /bits/ 64 <600000000>;
 91			clock-latency-ns = <300>;
 92		};
 93		opp-800000000 {
 94			opp-hz = /bits/ 64 <800000000>;
 95			clock-latency-ns = <300>;
 96		};
 97		opp-1200000000 {
 98			opp-hz = /bits/ 64 <1200000000>;
 99			clock-latency-ns = <300>;
100		};
101	};
102
103	psci {
104		compatible = "arm,psci-0.2";
105		method = "smc";
106	};
107
108	clocks {
109		refclk: ref {
110			compatible = "fixed-clock";
111			#clock-cells = <0>;
112			clock-frequency = <25000000>;
113		};
114
115		arm_timer_clk: arm-timer {
116			#clock-cells = <0>;
117			compatible = "fixed-clock";
118			clock-frequency = <50000000>;
119		};
120	};
121
122	thermal-zones {
123		cpu-thermal {
124			polling-delay-passive = <250>;	/* 250ms */
125			polling-delay = <1000>;		/* 1000ms */
126			thermal-sensors = <&pvtctl>;
127
128			trips {
129				cpu_crit: cpu-crit {
130					temperature = <95000>;	/* 95C */
131					hysteresis = <2000>;
132					type = "critical";
133				};
134				cpu_alert: cpu-alert {
135					temperature = <85000>;	/* 85C */
136					hysteresis = <2000>;
137					type = "passive";
138				};
139			};
140
141			cooling-maps {
142				map {
143					trip = <&cpu_alert>;
144					cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
145							 <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
146							 <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
147							 <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
148				};
149			};
150		};
151	};
152
153	soc {
154		compatible = "simple-bus";
155		#address-cells = <1>;
156		#size-cells = <1>;
157		ranges;
158		interrupt-parent = <&intc>;
159
160		l2: l2-cache@500c0000 {
161			compatible = "socionext,uniphier-system-cache";
162			reg = <0x500c0000 0x2000>, <0x503c0100 0x8>,
163			      <0x506c0000 0x400>;
164			interrupts = <0 174 4>, <0 175 4>, <0 190 4>, <0 191 4>;
165			cache-unified;
166			cache-size = <(1280 * 1024)>;
167			cache-sets = <512>;
168			cache-line-size = <128>;
169			cache-level = <2>;
170		};
171
172		spi0: spi@54006000 {
173			compatible = "socionext,uniphier-scssi";
174			status = "disabled";
175			reg = <0x54006000 0x100>;
176			interrupts = <0 39 4>;
177			pinctrl-names = "default";
178			pinctrl-0 = <&pinctrl_spi0>;
179			clocks = <&peri_clk 11>;
180			resets = <&peri_rst 11>;
181		};
182
183		spi1: spi@54006100 {
184			compatible = "socionext,uniphier-scssi";
185			status = "disabled";
186			reg = <0x54006100 0x100>;
187			interrupts = <0 216 4>;
188			pinctrl-names = "default";
189			pinctrl-0 = <&pinctrl_spi1>;
190			clocks = <&peri_clk 11>;
191			resets = <&peri_rst 11>;
192		};
193
194		serial0: serial@54006800 {
195			compatible = "socionext,uniphier-uart";
196			status = "disabled";
197			reg = <0x54006800 0x40>;
198			interrupts = <0 33 4>;
199			pinctrl-names = "default";
200			pinctrl-0 = <&pinctrl_uart0>;
201			clocks = <&peri_clk 0>;
202			resets = <&peri_rst 0>;
203		};
204
205		serial1: serial@54006900 {
206			compatible = "socionext,uniphier-uart";
207			status = "disabled";
208			reg = <0x54006900 0x40>;
209			interrupts = <0 35 4>;
210			pinctrl-names = "default";
211			pinctrl-0 = <&pinctrl_uart1>;
212			clocks = <&peri_clk 1>;
213			resets = <&peri_rst 1>;
214		};
215
216		serial2: serial@54006a00 {
217			compatible = "socionext,uniphier-uart";
218			status = "disabled";
219			reg = <0x54006a00 0x40>;
220			interrupts = <0 37 4>;
221			pinctrl-names = "default";
222			pinctrl-0 = <&pinctrl_uart2>;
223			clocks = <&peri_clk 2>;
224			resets = <&peri_rst 2>;
225		};
226
227		serial3: serial@54006b00 {
228			compatible = "socionext,uniphier-uart";
229			status = "disabled";
230			reg = <0x54006b00 0x40>;
231			interrupts = <0 177 4>;
232			pinctrl-names = "default";
233			pinctrl-0 = <&pinctrl_uart3>;
234			clocks = <&peri_clk 3>;
235			resets = <&peri_rst 3>;
236		};
237
238		gpio: gpio@55000000 {
239			compatible = "socionext,uniphier-gpio";
240			reg = <0x55000000 0x200>;
241			interrupt-parent = <&aidet>;
242			interrupt-controller;
243			#interrupt-cells = <2>;
244			gpio-controller;
245			#gpio-cells = <2>;
246			gpio-ranges = <&pinctrl 0 0 0>,
247				      <&pinctrl 96 0 0>;
248			gpio-ranges-group-names = "gpio_range0",
249						  "gpio_range1";
250			ngpios = <232>;
251			socionext,interrupt-ranges = <0 48 16>, <16 154 5>,
252						     <21 217 3>;
253		};
254
255		audio@56000000 {
256			compatible = "socionext,uniphier-pxs2-aio";
257			reg = <0x56000000 0x80000>;
258			interrupts = <0 144 4>;
259			pinctrl-names = "default";
260			pinctrl-0 = <&pinctrl_ain1>,
261				    <&pinctrl_ain2>,
262				    <&pinctrl_ainiec1>,
263				    <&pinctrl_aout2>,
264				    <&pinctrl_aout3>,
265				    <&pinctrl_aoutiec1>,
266				    <&pinctrl_aoutiec2>;
267			clock-names = "aio";
268			clocks = <&sys_clk 40>;
269			reset-names = "aio";
270			resets = <&sys_rst 40>;
271			#sound-dai-cells = <1>;
272			socionext,syscon = <&soc_glue>;
273
274			i2s_port0: port@0 {
275				i2s_hdmi: endpoint {
276				};
277			};
278
279			i2s_port1: port@1 {
280				i2s_line: endpoint {
281				};
282			};
283
284			i2s_port2: port@2 {
285				i2s_aux: endpoint {
286				};
287			};
288
289			spdif_port0: port@3 {
290				spdif_hiecout1: endpoint {
291				};
292			};
293
294			spdif_port1: port@4 {
295				spdif_iecout1: endpoint {
296				};
297			};
298
299			comp_spdif_port0: port@5 {
300				comp_spdif_hiecout1: endpoint {
301				};
302			};
303
304			comp_spdif_port1: port@6 {
305				comp_spdif_iecout1: endpoint {
306				};
307			};
308		};
309
310		i2c0: i2c@58780000 {
311			compatible = "socionext,uniphier-fi2c";
312			status = "disabled";
313			reg = <0x58780000 0x80>;
314			#address-cells = <1>;
315			#size-cells = <0>;
316			interrupts = <0 41 4>;
317			pinctrl-names = "default";
318			pinctrl-0 = <&pinctrl_i2c0>;
319			clocks = <&peri_clk 4>;
320			resets = <&peri_rst 4>;
321			clock-frequency = <100000>;
322		};
323
324		i2c1: i2c@58781000 {
325			compatible = "socionext,uniphier-fi2c";
326			status = "disabled";
327			reg = <0x58781000 0x80>;
328			#address-cells = <1>;
329			#size-cells = <0>;
330			interrupts = <0 42 4>;
331			pinctrl-names = "default";
332			pinctrl-0 = <&pinctrl_i2c1>;
333			clocks = <&peri_clk 5>;
334			resets = <&peri_rst 5>;
335			clock-frequency = <100000>;
336		};
337
338		i2c2: i2c@58782000 {
339			compatible = "socionext,uniphier-fi2c";
340			status = "disabled";
341			reg = <0x58782000 0x80>;
342			#address-cells = <1>;
343			#size-cells = <0>;
344			interrupts = <0 43 4>;
345			pinctrl-names = "default";
346			pinctrl-0 = <&pinctrl_i2c2>;
347			clocks = <&peri_clk 6>;
348			resets = <&peri_rst 6>;
349			clock-frequency = <100000>;
350		};
351
352		i2c3: i2c@58783000 {
353			compatible = "socionext,uniphier-fi2c";
354			status = "disabled";
355			reg = <0x58783000 0x80>;
356			#address-cells = <1>;
357			#size-cells = <0>;
358			interrupts = <0 44 4>;
359			pinctrl-names = "default";
360			pinctrl-0 = <&pinctrl_i2c3>;
361			clocks = <&peri_clk 7>;
362			resets = <&peri_rst 7>;
363			clock-frequency = <100000>;
364		};
365
366		/* chip-internal connection for DMD */
367		i2c4: i2c@58784000 {
368			compatible = "socionext,uniphier-fi2c";
369			reg = <0x58784000 0x80>;
370			#address-cells = <1>;
371			#size-cells = <0>;
372			interrupts = <0 45 4>;
373			clocks = <&peri_clk 8>;
374			resets = <&peri_rst 8>;
375			clock-frequency = <400000>;
376		};
377
378		/* chip-internal connection for STM */
379		i2c5: i2c@58785000 {
380			compatible = "socionext,uniphier-fi2c";
381			reg = <0x58785000 0x80>;
382			#address-cells = <1>;
383			#size-cells = <0>;
384			interrupts = <0 25 4>;
385			clocks = <&peri_clk 9>;
386			resets = <&peri_rst 9>;
387			clock-frequency = <400000>;
388		};
389
390		/* chip-internal connection for HDMI */
391		i2c6: i2c@58786000 {
392			compatible = "socionext,uniphier-fi2c";
393			reg = <0x58786000 0x80>;
394			#address-cells = <1>;
395			#size-cells = <0>;
396			interrupts = <0 26 4>;
397			clocks = <&peri_clk 10>;
398			resets = <&peri_rst 10>;
399			clock-frequency = <400000>;
400		};
401
402		system_bus: system-bus@58c00000 {
403			compatible = "socionext,uniphier-system-bus";
404			status = "disabled";
405			reg = <0x58c00000 0x400>;
406			#address-cells = <2>;
407			#size-cells = <1>;
408			pinctrl-names = "default";
409			pinctrl-0 = <&pinctrl_system_bus>;
410		};
411
412		smpctrl@59801000 {
413			compatible = "socionext,uniphier-smpctrl";
414			reg = <0x59801000 0x400>;
415		};
416
417		sdctrl@59810000 {
418			compatible = "socionext,uniphier-pxs2-sdctrl",
419				     "simple-mfd", "syscon";
420			reg = <0x59810000 0x400>;
421
422			sd_clk: clock {
423				compatible = "socionext,uniphier-pxs2-sd-clock";
424				#clock-cells = <1>;
425			};
426
427			sd_rst: reset {
428				compatible = "socionext,uniphier-pxs2-sd-reset";
429				#reset-cells = <1>;
430			};
431		};
432
433		perictrl@59820000 {
434			compatible = "socionext,uniphier-pxs2-perictrl",
435				     "simple-mfd", "syscon";
436			reg = <0x59820000 0x200>;
437
438			peri_clk: clock {
439				compatible = "socionext,uniphier-pxs2-peri-clock";
440				#clock-cells = <1>;
441			};
442
443			peri_rst: reset {
444				compatible = "socionext,uniphier-pxs2-peri-reset";
445				#reset-cells = <1>;
446			};
447		};
448
449		emmc: sdhc@5a000000 {
450			compatible = "socionext,uniphier-sd-v3.1.1";
451			status = "disabled";
452			reg = <0x5a000000 0x800>;
453			interrupts = <0 78 4>;
454			pinctrl-names = "default";
455			pinctrl-0 = <&pinctrl_emmc>;
456			clocks = <&sd_clk 1>;
457			reset-names = "host", "hw";
458			resets = <&sd_rst 1>, <&sd_rst 6>;
459			bus-width = <8>;
460			cap-mmc-highspeed;
461			cap-mmc-hw-reset;
462			non-removable;
463		};
464
465		sd: sdhc@5a400000 {
466			compatible = "socionext,uniphier-sd-v3.1.1";
467			status = "disabled";
468			reg = <0x5a400000 0x800>;
469			interrupts = <0 76 4>;
470			pinctrl-names = "default", "uhs";
471			pinctrl-0 = <&pinctrl_sd>;
472			pinctrl-1 = <&pinctrl_sd_uhs>;
473			clocks = <&sd_clk 0>;
474			reset-names = "host";
475			resets = <&sd_rst 0>;
476			bus-width = <4>;
477			cap-sd-highspeed;
478			sd-uhs-sdr12;
479			sd-uhs-sdr25;
480			sd-uhs-sdr50;
481		};
482
483		soc_glue: soc-glue@5f800000 {
484			compatible = "socionext,uniphier-pxs2-soc-glue",
485				     "simple-mfd", "syscon";
486			reg = <0x5f800000 0x2000>;
487
488			pinctrl: pinctrl {
489				compatible = "socionext,uniphier-pxs2-pinctrl";
490			};
491		};
492
493		soc-glue@5f900000 {
494			compatible = "socionext,uniphier-pxs2-soc-glue-debug",
495				     "simple-mfd";
496			#address-cells = <1>;
497			#size-cells = <1>;
498			ranges = <0 0x5f900000 0x2000>;
499
500			efuse@100 {
501				compatible = "socionext,uniphier-efuse";
502				reg = <0x100 0x28>;
503			};
504
505			efuse@200 {
506				compatible = "socionext,uniphier-efuse";
507				reg = <0x200 0x58>;
508			};
509		};
510
511		aidet: aidet@5fc20000 {
512			compatible = "socionext,uniphier-pxs2-aidet";
513			reg = <0x5fc20000 0x200>;
514			interrupt-controller;
515			#interrupt-cells = <2>;
516		};
517
518		timer@60000200 {
519			compatible = "arm,cortex-a9-global-timer";
520			reg = <0x60000200 0x20>;
521			interrupts = <1 11 0xf04>;
522			clocks = <&arm_timer_clk>;
523		};
524
525		timer@60000600 {
526			compatible = "arm,cortex-a9-twd-timer";
527			reg = <0x60000600 0x20>;
528			interrupts = <1 13 0xf04>;
529			clocks = <&arm_timer_clk>;
530		};
531
532		intc: interrupt-controller@60001000 {
533			compatible = "arm,cortex-a9-gic";
534			reg = <0x60001000 0x1000>,
535			      <0x60000100 0x100>;
536			#interrupt-cells = <3>;
537			interrupt-controller;
538		};
539
540		sysctrl@61840000 {
541			compatible = "socionext,uniphier-pxs2-sysctrl",
542				     "simple-mfd", "syscon";
543			reg = <0x61840000 0x10000>;
544
545			sys_clk: clock {
546				compatible = "socionext,uniphier-pxs2-clock";
547				#clock-cells = <1>;
548			};
549
550			sys_rst: reset {
551				compatible = "socionext,uniphier-pxs2-reset";
552				#reset-cells = <1>;
553			};
554
555			pvtctl: pvtctl {
556				compatible = "socionext,uniphier-pxs2-thermal";
557				interrupts = <0 3 4>;
558				#thermal-sensor-cells = <0>;
559				socionext,tmod-calibration = <0x0f86 0x6844>;
560			};
561		};
562
563		eth: ethernet@65000000 {
564			compatible = "socionext,uniphier-pxs2-ave4";
565			status = "disabled";
566			reg = <0x65000000 0x8500>;
567			interrupts = <0 66 4>;
568			pinctrl-names = "default";
569			pinctrl-0 = <&pinctrl_ether_rgmii>;
570			clock-names = "ether";
571			clocks = <&sys_clk 6>;
572			reset-names = "ether";
573			resets = <&sys_rst 6>;
574			phy-mode = "rgmii";
575			local-mac-address = [00 00 00 00 00 00];
576			socionext,syscon-phy-mode = <&soc_glue 0>;
577
578			mdio: mdio {
579				#address-cells = <1>;
580				#size-cells = <0>;
581			};
582		};
583
584		usb0: usb@65a00000 {
585			compatible = "socionext,uniphier-dwc3", "snps,dwc3";
586			status = "disabled";
587			reg = <0x65a00000 0xcd00>;
588			interrupt-names = "host", "peripheral";
589			interrupts = <0 134 4>, <0 135 4>;
590			pinctrl-names = "default";
591			pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
592			clock-names = "ref", "bus_early", "suspend";
593			clocks = <&sys_clk 14>, <&sys_clk 14>, <&sys_clk 14>;
594			resets = <&usb0_rst 15>;
595			phys = <&usb0_hsphy0>, <&usb0_hsphy1>,
596			       <&usb0_ssphy0>, <&usb0_ssphy1>;
597			dr_mode = "host";
598		};
599
600		usb-glue@65b00000 {
601			compatible = "socionext,uniphier-pxs2-dwc3-glue",
602				     "simple-mfd";
603			#address-cells = <1>;
604			#size-cells = <1>;
605			ranges = <0 0x65b00000 0x400>;
606
607			usb0_rst: reset@0 {
608				compatible = "socionext,uniphier-pxs2-usb3-reset";
609				reg = <0x0 0x4>;
610				#reset-cells = <1>;
611				clock-names = "link";
612				clocks = <&sys_clk 14>;
613				reset-names = "link";
614				resets = <&sys_rst 14>;
615			};
616
617			usb0_vbus0: regulator@100 {
618				compatible = "socionext,uniphier-pxs2-usb3-regulator";
619				reg = <0x100 0x10>;
620				clock-names = "link";
621				clocks = <&sys_clk 14>;
622				reset-names = "link";
623				resets = <&sys_rst 14>;
624			};
625
626			usb0_vbus1: regulator@110 {
627				compatible = "socionext,uniphier-pxs2-usb3-regulator";
628				reg = <0x110 0x10>;
629				clock-names = "link";
630				clocks = <&sys_clk 14>;
631				reset-names = "link";
632				resets = <&sys_rst 14>;
633			};
634
635			usb0_hsphy0: hs-phy@200 {
636				compatible = "socionext,uniphier-pxs2-usb3-hsphy";
637				reg = <0x200 0x10>;
638				#phy-cells = <0>;
639				clock-names = "link", "phy";
640				clocks = <&sys_clk 14>, <&sys_clk 16>;
641				reset-names = "link", "phy";
642				resets = <&sys_rst 14>, <&sys_rst 16>;
643				vbus-supply = <&usb0_vbus0>;
644			};
645
646			usb0_hsphy1: hs-phy@210 {
647				compatible = "socionext,uniphier-pxs2-usb3-hsphy";
648				reg = <0x210 0x10>;
649				#phy-cells = <0>;
650				clock-names = "link", "phy";
651				clocks = <&sys_clk 14>, <&sys_clk 16>;
652				reset-names = "link", "phy";
653				resets = <&sys_rst 14>, <&sys_rst 16>;
654				vbus-supply = <&usb0_vbus1>;
655			};
656
657			usb0_ssphy0: ss-phy@300 {
658				compatible = "socionext,uniphier-pxs2-usb3-ssphy";
659				reg = <0x300 0x10>;
660				#phy-cells = <0>;
661				clock-names = "link", "phy";
662				clocks = <&sys_clk 14>, <&sys_clk 17>;
663				reset-names = "link", "phy";
664				resets = <&sys_rst 14>, <&sys_rst 17>;
665				vbus-supply = <&usb0_vbus0>;
666			};
667
668			usb0_ssphy1: ss-phy@310 {
669				compatible = "socionext,uniphier-pxs2-usb3-ssphy";
670				reg = <0x310 0x10>;
671				#phy-cells = <0>;
672				clock-names = "link", "phy";
673				clocks = <&sys_clk 14>, <&sys_clk 18>;
674				reset-names = "link", "phy";
675				resets = <&sys_rst 14>, <&sys_rst 18>;
676				vbus-supply = <&usb0_vbus1>;
677			};
678		};
679
680		usb1: usb@65c00000 {
681			compatible = "socionext,uniphier-dwc3", "snps,dwc3";
682			status = "disabled";
683			reg = <0x65c00000 0xcd00>;
684			interrupt-names = "host", "peripheral";
685			interrupts = <0 137 4>, <0 138 4>;
686			pinctrl-names = "default";
687			pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
688			clock-names = "ref", "bus_early", "suspend";
689			clocks = <&sys_clk 15>, <&sys_clk 15>, <&sys_clk 15>;
690			resets = <&usb1_rst 15>;
691			phys = <&usb1_hsphy0>, <&usb1_hsphy1>, <&usb1_ssphy0>;
692			dr_mode = "host";
693		};
694
695		usb-glue@65d00000 {
696			compatible = "socionext,uniphier-pxs2-dwc3-glue",
697				     "simple-mfd";
698			#address-cells = <1>;
699			#size-cells = <1>;
700			ranges = <0 0x65d00000 0x400>;
701
702			usb1_rst: reset@0 {
703				compatible = "socionext,uniphier-pxs2-usb3-reset";
704				reg = <0x0 0x4>;
705				#reset-cells = <1>;
706				clock-names = "link";
707				clocks = <&sys_clk 15>;
708				reset-names = "link";
709				resets = <&sys_rst 15>;
710			};
711
712			usb1_vbus0: regulator@100 {
713				compatible = "socionext,uniphier-pxs2-usb3-regulator";
714				reg = <0x100 0x10>;
715				clock-names = "link";
716				clocks = <&sys_clk 15>;
717				reset-names = "link";
718				resets = <&sys_rst 15>;
719			};
720
721			usb1_vbus1: regulator@110 {
722				compatible = "socionext,uniphier-pxs2-usb3-regulator";
723				reg = <0x110 0x10>;
724				clock-names = "link";
725				clocks = <&sys_clk 15>;
726				reset-names = "link";
727				resets = <&sys_rst 15>;
728			};
729
730			usb1_hsphy0: hs-phy@200 {
731				compatible = "socionext,uniphier-pxs2-usb3-hsphy";
732				reg = <0x200 0x10>;
733				#phy-cells = <0>;
734				clock-names = "link", "phy";
735				clocks = <&sys_clk 15>, <&sys_clk 20>;
736				reset-names = "link", "phy";
737				resets = <&sys_rst 15>, <&sys_rst 20>;
738				vbus-supply = <&usb1_vbus0>;
739			};
740
741			usb1_hsphy1: hs-phy@210 {
742				compatible = "socionext,uniphier-pxs2-usb3-hsphy";
743				reg = <0x210 0x10>;
744				#phy-cells = <0>;
745				clock-names = "link", "phy";
746				clocks = <&sys_clk 15>, <&sys_clk 20>;
747				reset-names = "link", "phy";
748				resets = <&sys_rst 15>, <&sys_rst 20>;
749				vbus-supply = <&usb1_vbus1>;
750			};
751
752			usb1_ssphy0: ss-phy@300 {
753				compatible = "socionext,uniphier-pxs2-usb3-ssphy";
754				reg = <0x300 0x10>;
755				#phy-cells = <0>;
756				clock-names = "link", "phy";
757				clocks = <&sys_clk 15>, <&sys_clk 21>;
758				reset-names = "link", "phy";
759				resets = <&sys_rst 15>, <&sys_rst 21>;
760				vbus-supply = <&usb1_vbus0>;
761			};
762		};
763
764		nand: nand@68000000 {
765			compatible = "socionext,uniphier-denali-nand-v5b";
766			status = "disabled";
767			reg-names = "nand_data", "denali_reg";
768			reg = <0x68000000 0x20>, <0x68100000 0x1000>;
769			#address-cells = <1>;
770			#size-cells = <0>;
771			interrupts = <0 65 4>;
772			pinctrl-names = "default";
773			pinctrl-0 = <&pinctrl_nand>;
774			clock-names = "nand", "nand_x", "ecc";
775			clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
776			resets = <&sys_rst 2>;
777		};
778	};
779};
780
781#include "uniphier-pinctrl.dtsi"