Skip to content

Commit 1013aef

Browse files
committed
ARM: dts: uniphier: add AIDET nodes
The AIDET (ARM Interrupt Detector Add-on Circuit) is a kind of syscon block related with the interrupt controller. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent fc9da85 commit 1013aef

8 files changed

+40
-0
lines changed

arch/arm/dts/uniphier-ph1-ld11.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@
260260
};
261261
};
262262

263+
aidet@5fc20000 {
264+
compatible = "simple-mfd", "syscon";
265+
reg = <0x5fc20000 0x200>;
266+
};
267+
263268
gic: interrupt-controller@5fe00000 {
264269
compatible = "arm,gic-v3";
265270
reg = <0x5fe00000 0x10000>, /* GICD */

arch/arm/dts/uniphier-ph1-ld20.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@
265265
};
266266
};
267267

268+
aidet@5fc20000 {
269+
compatible = "simple-mfd", "syscon";
270+
reg = <0x5fc20000 0x200>;
271+
};
272+
268273
gic: interrupt-controller@5fe00000 {
269274
compatible = "arm,gic-v3";
270275
reg = <0x5fe00000 0x10000>, /* GICD */

arch/arm/dts/uniphier-ph1-ld4.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@
274274
pinctrl-0 = <&pinctrl_usb2>;
275275
clocks = <&mio 5>, <&mio 6>;
276276
};
277+
278+
aidet@61830000 {
279+
compatible = "simple-mfd", "syscon";
280+
reg = <0x61830000 0x200>;
281+
};
277282
};
278283

279284
&refclk {

arch/arm/dts/uniphier-ph1-pro4.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,11 @@
400400
clocks = <&mio 4>, <&mio 6>;
401401
};
402402

403+
aidet@5fc20000 {
404+
compatible = "simple-mfd", "syscon";
405+
reg = <0x5fc20000 0x200>;
406+
};
407+
403408
usb0: usb@65a00000 {
404409
compatible = "socionext,uniphier-xhci", "generic-xhci";
405410
status = "disabled";

arch/arm/dts/uniphier-ph1-pro5.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@
355355
clock-frequency = <400000>;
356356
};
357357

358+
aidet@5fc20000 {
359+
compatible = "simple-mfd", "syscon";
360+
reg = <0x5fc20000 0x200>;
361+
};
362+
358363
emmc: sdhc@68400000 {
359364
compatible = "socionext,uniphier-sdhc";
360365
status = "disabled";

arch/arm/dts/uniphier-ph1-sld3.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@
349349
clocks = <&mio 7>, <&mio 6>;
350350
};
351351

352+
aidet@f1830000 {
353+
compatible = "simple-mfd", "syscon";
354+
reg = <0xf1830000 0x200>;
355+
};
356+
352357
sysctrl: sysctrl@f1840000 {
353358
compatible = "socionext,ph1-sld3-sysctrl";
354359
reg = <0xf1840000 0x4000>;

arch/arm/dts/uniphier-ph1-sld8.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@
274274
pinctrl-0 = <&pinctrl_usb2>;
275275
clocks = <&mio 5>, <&mio 6>;
276276
};
277+
278+
aidet@61830000 {
279+
compatible = "simple-mfd", "syscon";
280+
reg = <0x61830000 0x200>;
281+
};
277282
};
278283

279284
&refclk {

arch/arm/dts/uniphier-proxstream2.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,11 @@
383383
bus-width = <4>;
384384
};
385385

386+
aidet@5fc20000 {
387+
compatible = "simple-mfd", "syscon";
388+
reg = <0x5fc20000 0x200>;
389+
};
390+
386391
usb0: usb@65a00000 {
387392
compatible = "socionext,uniphier-xhci", "generic-xhci";
388393
status = "disabled";

0 commit comments

Comments
 (0)