Skip to content

Commit

Permalink
ARM: shmobile: sh73a0: Add CMT1 device to DT
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Ulrich Hecht authored and Simon Horman committed Sep 9, 2014
1 parent a2ffcf8 commit 6a5336a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/sh73a0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
<0 56 IRQ_TYPE_LEVEL_HIGH>;
};

cmt1: timer@e6138000 {
compatible = "renesas,cmt-48-sh73a0", "renesas,cmt-48";
reg = <0xe6138000 0x200>;
interrupts = <0 65 IRQ_TYPE_LEVEL_HIGH>;

renesas,channels-mask = <0x3f>;

status = "disabled";
};

irqpin0: irqpin@e6900000 {
compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin";
#interrupt-cells = <2>;
Expand Down

0 comments on commit 6a5336a

Please sign in to comment.