ARM: dts: r8a77470: Add CMT SoC specific support
Add CMT[01] support to r8a77470 SoC DT. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
92c3ccd9b8
commit
8129890823
|
@ -615,6 +615,38 @@
|
||||||
compatible = "renesas,prr";
|
compatible = "renesas,prr";
|
||||||
reg = <0 0xff000044 0 4>;
|
reg = <0 0xff000044 0 4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmt0: timer@ffca0000 {
|
||||||
|
compatible = "renesas,r8a77470-cmt0",
|
||||||
|
"renesas,rcar-gen2-cmt0";
|
||||||
|
reg = <0 0xffca0000 0 0x1004>;
|
||||||
|
interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 124>;
|
||||||
|
clock-names = "fck";
|
||||||
|
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 124>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
cmt1: timer@e6130000 {
|
||||||
|
compatible = "renesas,r8a77470-cmt1",
|
||||||
|
"renesas,rcar-gen2-cmt1";
|
||||||
|
reg = <0 0xe6130000 0 0x1004>;
|
||||||
|
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 329>;
|
||||||
|
clock-names = "fck";
|
||||||
|
power-domains = <&sysc R8A77470_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 329>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
timer {
|
timer {
|
||||||
|
|
Loading…
Reference in New Issue