Skip to content

Commit

Permalink
arm64: dts: marvell: add CP110 ICU SEI subnode
Browse files Browse the repository at this point in the history
The ICU handles several interrupt groups, each of them being a subpart
of the ICU node.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
  • Loading branch information
Miquel Raynal authored and Gregory CLEMENT committed Oct 3, 2018
1 parent f21bb56 commit b0e11e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-cp110.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0e11e5

Please sign in to comment.