Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0e11e58 authored by Miquel Raynal's avatar Miquel Raynal Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: add CP110 ICU SEI subnode



The ICU handles several interrupt groups, each of them being a subpart
of the ICU node.

Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent f21bb56e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -193,6 +193,14 @@
				interrupt-controller;
				msi-parent = <&gicp>;
			};

			CP110_LABEL(icu_sei): interrupt-controller@50 {
				compatible = "marvell,cp110-icu-sei";
				reg = <0x50 0x10>;
				#interrupt-cells = <2>;
				interrupt-controller;
				msi-parent = <&sei>;
			};
		};

		CP110_LABEL(rtc): rtc@284000 {