ARM: dts: r7s72100: add ostm to device tree
authorChris Brandt <chris.brandt@renesas.com>
Mon, 23 Jan 2017 13:55:19 +0000 (08:55 -0500)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 24 Jan 2017 12:25:30 +0000 (13:25 +0100)
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r7s72100.dtsi

index d5946df..74e684f 100644 (file)
                cap-sdio-irq;
                status = "disabled";
        };
+
+       ostm0: timer@fcfec000 {
+               compatible = "renesas,r7s72100-ostm", "renesas,ostm";
+               reg = <0xfcfec000 0x30>;
+               interrupts = <GIC_SPI 102 IRQ_TYPE_EDGE_RISING>;
+               clocks = <&mstp5_clks R7S72100_CLK_OSTM0>;
+               power-domains = <&cpg_clocks>;
+               status = "disabled";
+       };
+
+       ostm1: timer@fcfec400 {
+               compatible = "renesas,r7s72100-ostm", "renesas,ostm";
+               reg = <0xfcfec400 0x30>;
+               interrupts = <GIC_SPI 103 IRQ_TYPE_EDGE_RISING>;
+               clocks = <&mstp5_clks R7S72100_CLK_OSTM1>;
+               power-domains = <&cpg_clocks>;
+               status = "disabled";
+       };
 };