Skip to content

Commit

Permalink
ARM: shmobile: marzen-reference: add irqpin support in DT
Browse files Browse the repository at this point in the history
Add an irqpin interrupt controller DT node on marzen-reference.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Guennadi Liakhovetski authored and Simon Horman committed Jun 4, 2013
1 parent 251ed17 commit 24603f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/r8a7779.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,23 @@
<0xf0000100 0x100>;
};

irqpin0: irqpin@fe780010 {
compatible = "renesas,intc-irqpin";
#interrupt-cells = <2>;
interrupt-controller;
reg = <0xfe78001c 4>,
<0xfe780010 4>,
<0xfe780024 4>,
<0xfe780044 4>,
<0xfe780064 4>;
interrupt-parent = <&gic>;
interrupts = <0 27 0x4
0 28 0x4
0 29 0x4
0 30 0x4>;
sense-bitfield-width = <2>;
};

i2c0: i2c@0xffc70000 {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 24603f3

Please sign in to comment.