blob: 1baf590a7156faa342f98407f95fbe9f40f9281e [file] [log] [blame]
Masahiro Yamada0bc56842018-04-16 12:35:33 +09001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2//
3// Device Tree Source for UniPhier LD4 SoC
4//
5// Copyright (C) 2015-2016 Socionext Inc.
6// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada53f6ec62014-11-26 18:33:59 +09007
Masahiro Yamada6c086d02017-11-25 00:25:35 +09008#include <dt-bindings/gpio/uniphier-gpio.h>
Kunihiko Hayashic13863f2023-02-28 11:37:09 +09009#include <dt-bindings/interrupt-controller/arm-gic.h>
Masahiro Yamada6c086d02017-11-25 00:25:35 +090010
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090011/ {
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090012 compatible = "socionext,uniphier-ld4";
Masahiro Yamada6cd78f72017-03-13 00:16:39 +090013 #address-cells = <1>;
14 #size-cells = <1>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090015
16 cpus {
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090017 #address-cells = <1>;
Masahiro Yamadaff7bf562014-12-06 00:03:23 +090018 #size-cells = <0>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090019
20 cpu@0 {
21 device_type = "cpu";
22 compatible = "arm,cortex-a9";
23 reg = <0>;
Masahiro Yamada39a67ff2016-10-07 16:43:00 +090024 enable-method = "psci";
Masahiro Yamadab36f3052015-12-16 10:54:08 +090025 next-level-cache = <&l2>;
Masahiro Yamada53f6ec62014-11-26 18:33:59 +090026 };
27 };
28
Masahiro Yamada6e485b22016-12-05 18:31:39 +090029 psci {
30 compatible = "arm,psci-0.2";
31 method = "smc";
32 };
33
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090034 clocks {
Masahiro Yamada6e485b22016-12-05 18:31:39 +090035 refclk: ref {
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090036 compatible = "fixed-clock";
Masahiro Yamada6e485b22016-12-05 18:31:39 +090037 #clock-cells = <0>;
38 clock-frequency = <24576000>;
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090039 };
Masahiro Yamada37649af2015-08-28 22:33:13 +090040
Masahiro Yamada6c086d02017-11-25 00:25:35 +090041 arm_timer_clk: arm-timer {
Masahiro Yamada37649af2015-08-28 22:33:13 +090042 #clock-cells = <0>;
43 compatible = "fixed-clock";
Masahiro Yamada6e485b22016-12-05 18:31:39 +090044 clock-frequency = <50000000>;
Masahiro Yamada37649af2015-08-28 22:33:13 +090045 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +090046 };
47
Masahiro Yamada6e485b22016-12-05 18:31:39 +090048 soc {
49 compatible = "simple-bus";
50 #address-cells = <1>;
51 #size-cells = <1>;
52 ranges;
53 interrupt-parent = <&intc>;
Masahiro Yamadab36f3052015-12-16 10:54:08 +090054
Masahiro Yamada277516a2020-02-28 21:57:19 +090055 l2: cache-controller@500c0000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +090056 compatible = "socionext,uniphier-system-cache";
57 reg = <0x500c0000 0x2000>, <0x503c0100 0x4>,
58 <0x506c0000 0x400>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +090059 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
60 <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +090061 cache-unified;
62 cache-size = <(512 * 1024)>;
63 cache-sets = <256>;
64 cache-line-size = <128>;
65 cache-level = <2>;
66 };
Masahiro Yamada6835b452016-02-16 17:03:51 +090067
Masahiro Yamada6bd84d72018-12-19 20:03:21 +090068 spi: spi@54006000 {
69 compatible = "socionext,uniphier-scssi";
70 status = "disabled";
71 reg = <0x54006000 0x100>;
Masahiro Yamada423471f2020-07-09 15:08:14 +090072 #address-cells = <1>;
73 #size-cells = <0>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +090074 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6bd84d72018-12-19 20:03:21 +090075 pinctrl-names = "default";
76 pinctrl-0 = <&pinctrl_spi0>;
77 clocks = <&peri_clk 11>;
78 resets = <&peri_rst 11>;
79 };
80
Masahiro Yamada6e485b22016-12-05 18:31:39 +090081 serial0: serial@54006800 {
82 compatible = "socionext,uniphier-uart";
83 status = "disabled";
84 reg = <0x54006800 0x40>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +090085 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +090086 pinctrl-names = "default";
87 pinctrl-0 = <&pinctrl_uart0>;
88 clocks = <&peri_clk 0>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +090089 resets = <&peri_rst 0>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +090090 };
Masahiro Yamada6835b452016-02-16 17:03:51 +090091
Masahiro Yamada6e485b22016-12-05 18:31:39 +090092 serial1: serial@54006900 {
93 compatible = "socionext,uniphier-uart";
94 status = "disabled";
95 reg = <0x54006900 0x40>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +090096 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +090097 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_uart1>;
99 clocks = <&peri_clk 1>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900100 resets = <&peri_rst 1>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900101 };
Masahiro Yamada6835b452016-02-16 17:03:51 +0900102
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900103 serial2: serial@54006a00 {
104 compatible = "socionext,uniphier-uart";
105 status = "disabled";
106 reg = <0x54006a00 0x40>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900107 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900108 pinctrl-names = "default";
109 pinctrl-0 = <&pinctrl_uart2>;
110 clocks = <&peri_clk 2>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900111 resets = <&peri_rst 2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900112 };
Masahiro Yamada6835b452016-02-16 17:03:51 +0900113
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900114 serial3: serial@54006b00 {
115 compatible = "socionext,uniphier-uart";
116 status = "disabled";
117 reg = <0x54006b00 0x40>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900118 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900119 pinctrl-names = "default";
120 pinctrl-0 = <&pinctrl_uart3>;
121 clocks = <&peri_clk 3>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900122 resets = <&peri_rst 3>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900123 };
Masahiro Yamada6835b452016-02-16 17:03:51 +0900124
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900125 gpio: gpio@55000000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900126 compatible = "socionext,uniphier-gpio";
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900127 reg = <0x55000000 0x200>;
128 interrupt-parent = <&aidet>;
129 interrupt-controller;
130 #interrupt-cells = <2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900131 gpio-controller;
132 #gpio-cells = <2>;
Masahiro Yamada964edbf2017-10-13 19:21:52 +0900133 gpio-ranges = <&pinctrl 0 0 0>;
134 gpio-ranges-group-names = "gpio_range";
135 ngpios = <136>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900136 socionext,interrupt-ranges = <0 48 13>, <14 62 2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900137 };
Masahiro Yamada299307d2016-02-18 19:52:50 +0900138
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900139 i2c0: i2c@58400000 {
140 compatible = "socionext,uniphier-i2c";
141 status = "disabled";
142 reg = <0x58400000 0x40>;
143 #address-cells = <1>;
144 #size-cells = <0>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900145 interrupts = <GIC_SPI 41 IRQ_TYPE_EDGE_RISING>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900146 pinctrl-names = "default";
147 pinctrl-0 = <&pinctrl_i2c0>;
148 clocks = <&peri_clk 4>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900149 resets = <&peri_rst 4>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900150 clock-frequency = <100000>;
151 };
Masahiro Yamada299307d2016-02-18 19:52:50 +0900152
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900153 i2c1: i2c@58480000 {
154 compatible = "socionext,uniphier-i2c";
155 status = "disabled";
156 reg = <0x58480000 0x40>;
157 #address-cells = <1>;
158 #size-cells = <0>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900159 interrupts = <GIC_SPI 42 IRQ_TYPE_EDGE_RISING>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900160 pinctrl-names = "default";
161 pinctrl-0 = <&pinctrl_i2c1>;
162 clocks = <&peri_clk 5>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900163 resets = <&peri_rst 5>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900164 clock-frequency = <100000>;
165 };
Masahiro Yamada9a724622014-11-26 18:34:01 +0900166
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900167 /* chip-internal connection for DMD */
168 i2c2: i2c@58500000 {
169 compatible = "socionext,uniphier-i2c";
170 reg = <0x58500000 0x40>;
171 #address-cells = <1>;
172 #size-cells = <0>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900173 interrupts = <GIC_SPI 43 IRQ_TYPE_EDGE_RISING>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900174 pinctrl-names = "default";
175 pinctrl-0 = <&pinctrl_i2c2>;
176 clocks = <&peri_clk 6>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900177 resets = <&peri_rst 6>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900178 clock-frequency = <400000>;
179 };
Masahiro Yamada37649af2015-08-28 22:33:13 +0900180
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900181 i2c3: i2c@58580000 {
182 compatible = "socionext,uniphier-i2c";
183 status = "disabled";
184 reg = <0x58580000 0x40>;
185 #address-cells = <1>;
186 #size-cells = <0>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900187 interrupts = <GIC_SPI 44 IRQ_TYPE_EDGE_RISING>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900188 pinctrl-names = "default";
189 pinctrl-0 = <&pinctrl_i2c3>;
190 clocks = <&peri_clk 7>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900191 resets = <&peri_rst 7>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900192 clock-frequency = <100000>;
193 };
Masahiro Yamada2707e832016-06-29 19:39:02 +0900194
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900195 system_bus: system-bus@58c00000 {
196 compatible = "socionext,uniphier-system-bus";
197 status = "disabled";
198 reg = <0x58c00000 0x400>;
199 #address-cells = <2>;
200 #size-cells = <1>;
201 pinctrl-names = "default";
202 pinctrl-0 = <&pinctrl_system_bus>;
203 };
Masahiro Yamadaff7bf562014-12-06 00:03:23 +0900204
Masahiro Yamada938ab162017-05-15 14:23:46 +0900205 smpctrl@59801000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900206 compatible = "socionext,uniphier-smpctrl";
207 reg = <0x59801000 0x400>;
208 };
Masahiro Yamada224e2f72016-02-02 21:11:33 +0900209
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900210 syscon@59810000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900211 compatible = "socionext,uniphier-ld4-mioctrl",
212 "simple-mfd", "syscon";
213 reg = <0x59810000 0x800>;
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900214
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900215 mio_clk: clock-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900216 compatible = "socionext,uniphier-ld4-mio-clock";
217 #clock-cells = <1>;
218 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900219
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900220 mio_rst: reset-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900221 compatible = "socionext,uniphier-ld4-mio-reset";
222 #reset-cells = <1>;
223 };
224 };
Masahiro Yamadabbbb0bd2015-06-30 18:27:00 +0900225
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900226 syscon@59820000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900227 compatible = "socionext,uniphier-ld4-perictrl",
228 "simple-mfd", "syscon";
229 reg = <0x59820000 0x200>;
Masahiro Yamada37649af2015-08-28 22:33:13 +0900230
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900231 peri_clk: clock-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900232 compatible = "socionext,uniphier-ld4-peri-clock";
233 #clock-cells = <1>;
234 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900235
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900236 peri_rst: reset-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900237 compatible = "socionext,uniphier-ld4-peri-reset";
238 #reset-cells = <1>;
239 };
240 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900241
Masahiro Yamadac9026882019-04-12 18:55:50 +0900242 dmac: dma-controller@5a000000 {
243 compatible = "socionext,uniphier-mio-dmac";
244 reg = <0x5a000000 0x1000>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900245 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
246 <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>,
247 <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>,
248 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
249 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
250 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
251 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamadac9026882019-04-12 18:55:50 +0900252 clocks = <&mio_clk 7>;
253 resets = <&mio_rst 7>;
254 #dma-cells = <1>;
255 };
256
Masahiro Yamada277516a2020-02-28 21:57:19 +0900257 sd: mmc@5a400000 {
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900258 compatible = "socionext,uniphier-sd-v2.91";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900259 status = "disabled";
260 reg = <0x5a400000 0x200>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900261 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900262 pinctrl-names = "default", "uhs";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900263 pinctrl-0 = <&pinctrl_sd>;
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900264 pinctrl-1 = <&pinctrl_sd_uhs>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900265 clocks = <&mio_clk 0>;
266 reset-names = "host", "bridge";
267 resets = <&mio_rst 0>, <&mio_rst 3>;
Masahiro Yamadac9026882019-04-12 18:55:50 +0900268 dma-names = "rx-tx";
269 dmas = <&dmac 4>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900270 bus-width = <4>;
271 cap-sd-highspeed;
272 sd-uhs-sdr12;
273 sd-uhs-sdr25;
274 sd-uhs-sdr50;
275 };
Masahiro Yamada1d5df7b2016-02-02 21:11:36 +0900276
Masahiro Yamada277516a2020-02-28 21:57:19 +0900277 emmc: mmc@5a500000 {
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900278 compatible = "socionext,uniphier-sd-v2.91";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900279 status = "disabled";
280 reg = <0x5a500000 0x200>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900281 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada5ac92d82018-09-10 12:58:32 +0900282 pinctrl-names = "default";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900283 pinctrl-0 = <&pinctrl_emmc>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900284 clocks = <&mio_clk 1>;
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900285 reset-names = "host", "bridge", "hw";
286 resets = <&mio_rst 1>, <&mio_rst 4>, <&mio_rst 6>;
Masahiro Yamadac9026882019-04-12 18:55:50 +0900287 dma-names = "rx-tx";
288 dmas = <&dmac 6>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900289 bus-width = <8>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900290 cap-mmc-highspeed;
291 cap-mmc-hw-reset;
Masahiro Yamada6c7ad4d2018-09-10 12:58:35 +0900292 non-removable;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900293 };
Masahiro Yamada80951832016-02-02 21:11:35 +0900294
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900295 usb0: usb@5a800100 {
296 compatible = "socionext,uniphier-ehci", "generic-ehci";
297 status = "disabled";
298 reg = <0x5a800100 0x100>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900299 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900300 pinctrl-names = "default";
301 pinctrl-0 = <&pinctrl_usb0>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900302 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 8>,
303 <&mio_clk 12>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900304 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 8>,
305 <&mio_rst 12>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900306 has-transaction-translator;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900307 };
Masahiro Yamadae84513b2016-02-02 21:11:34 +0900308
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900309 usb1: usb@5a810100 {
310 compatible = "socionext,uniphier-ehci", "generic-ehci";
311 status = "disabled";
312 reg = <0x5a810100 0x100>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900313 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900314 pinctrl-names = "default";
315 pinctrl-0 = <&pinctrl_usb1>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900316 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 9>,
317 <&mio_clk 13>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900318 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 9>,
319 <&mio_rst 13>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900320 has-transaction-translator;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900321 };
Masahiro Yamada02bf5b82016-09-22 07:42:23 +0900322
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900323 usb2: usb@5a820100 {
324 compatible = "socionext,uniphier-ehci", "generic-ehci";
325 status = "disabled";
326 reg = <0x5a820100 0x100>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900327 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900328 pinctrl-names = "default";
329 pinctrl-0 = <&pinctrl_usb2>;
Masahiro Yamada6c086d02017-11-25 00:25:35 +0900330 clocks = <&sys_clk 8>, <&mio_clk 7>, <&mio_clk 10>,
331 <&mio_clk 14>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900332 resets = <&sys_rst 8>, <&mio_rst 7>, <&mio_rst 10>,
333 <&mio_rst 14>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900334 has-transaction-translator;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900335 };
336
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900337 syscon@5f800000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900338 compatible = "socionext,uniphier-ld4-soc-glue",
339 "simple-mfd", "syscon";
340 reg = <0x5f800000 0x2000>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900341
342 pinctrl: pinctrl {
343 compatible = "socionext,uniphier-ld4-pinctrl";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900344 };
345 };
346
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900347 syscon@5f900000 {
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900348 compatible = "socionext,uniphier-ld4-soc-glue-debug",
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900349 "simple-mfd", "syscon";
350 reg = <0x5f900000 0x2000>;
Masahiro Yamadab61327d2018-03-15 11:43:03 +0900351 #address-cells = <1>;
352 #size-cells = <1>;
353 ranges = <0 0x5f900000 0x2000>;
354
355 efuse@100 {
356 compatible = "socionext,uniphier-efuse";
357 reg = <0x100 0x28>;
358 };
359
360 efuse@130 {
361 compatible = "socionext,uniphier-efuse";
362 reg = <0x130 0x8>;
363 };
364 };
365
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900366 timer@60000200 {
367 compatible = "arm,cortex-a9-global-timer";
368 reg = <0x60000200 0x20>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900369 interrupts = <GIC_PPI 11
370 (GIC_CPU_MASK_RAW(1) | IRQ_TYPE_LEVEL_HIGH)>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900371 clocks = <&arm_timer_clk>;
372 };
373
374 timer@60000600 {
375 compatible = "arm,cortex-a9-twd-timer";
376 reg = <0x60000600 0x20>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900377 interrupts = <GIC_PPI 13
378 (GIC_CPU_MASK_RAW(1) | IRQ_TYPE_LEVEL_HIGH)>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900379 clocks = <&arm_timer_clk>;
380 };
381
382 intc: interrupt-controller@60001000 {
383 compatible = "arm,cortex-a9-gic";
384 reg = <0x60001000 0x1000>,
385 <0x60000100 0x100>;
386 #interrupt-cells = <3>;
387 interrupt-controller;
388 };
389
Masahiro Yamada277516a2020-02-28 21:57:19 +0900390 aidet: interrupt-controller@61830000 {
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900391 compatible = "socionext,uniphier-ld4-aidet";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900392 reg = <0x61830000 0x200>;
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900393 interrupt-controller;
394 #interrupt-cells = <2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900395 };
396
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900397 syscon@61840000 {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900398 compatible = "socionext,uniphier-ld4-sysctrl",
399 "simple-mfd", "syscon";
400 reg = <0x61840000 0x10000>;
401
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900402 sys_clk: clock-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900403 compatible = "socionext,uniphier-ld4-clock";
404 #clock-cells = <1>;
405 };
406
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900407 sys_rst: reset-controller {
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900408 compatible = "socionext,uniphier-ld4-reset";
409 #reset-cells = <1>;
410 };
411 };
412
Masahiro Yamada277516a2020-02-28 21:57:19 +0900413 nand: nand-controller@68000000 {
Masahiro Yamada938ab162017-05-15 14:23:46 +0900414 compatible = "socionext,uniphier-denali-nand-v5a";
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900415 status = "disabled";
416 reg-names = "nand_data", "denali_reg";
417 reg = <0x68000000 0x20>, <0x68100000 0x1000>;
Kunihiko Hayashic13863f2023-02-28 11:37:09 +0900418 #address-cells = <1>;
419 #size-cells = <0>;
420 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900421 pinctrl-names = "default";
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900422 pinctrl-0 = <&pinctrl_nand2cs>;
Masahiro Yamada6bd84d72018-12-19 20:03:21 +0900423 clock-names = "nand", "nand_x", "ecc";
424 clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
Masahiro Yamadab226e522020-02-28 21:57:20 +0900425 reset-names = "nand", "reg";
426 resets = <&sys_rst 2>, <&sys_rst 2>;
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900427 };
428 };
Masahiro Yamadae84513b2016-02-02 21:11:34 +0900429};
Masahiro Yamada6e485b22016-12-05 18:31:39 +0900430
Masahiro Yamada1a420bd2017-08-29 12:20:52 +0900431#include "uniphier-pinctrl.dtsi"