ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
[linux-2.6-microblaze.git] / arch / arm / boot / dts / r7s72100.dtsi
index ecf9516..4a1aade 100644 (file)
                        status = "disabled";
                };
 
+               ceu: camera@e8210000 {
+                       reg = <0xe8210000 0x3000>;
+                       compatible = "renesas,r7s72100-ceu";
+                       interrupts = <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&mstp6_clks R7S72100_CLK_CEU>;
+                       power-domains = <&cpg_clocks>;
+                       status = "disabled";
+               };
+
                wdt: watchdog@fcfe0000 {
                        compatible = "renesas,r7s72100-wdt", "renesas,rza-wdt";
                        reg = <0xfcfe0000 0x6>;
                        #clock-cells = <1>;
                        compatible = "renesas,r7s72100-mstp-clocks", "renesas,cpg-mstp-clocks";
                        reg = <0xfcfe042c 4>;
-                       clocks = <&p0_clk>;
-                       clock-indices = <R7S72100_CLK_RTC>;
-                       clock-output-names = "rtc";
+                       clocks = <&b_clk>, <&p0_clk>;
+                       clock-indices = <R7S72100_CLK_CEU R7S72100_CLK_RTC>;
+                       clock-output-names = "ceu", "rtc";
                };
 
                mstp7_clks: mstp7_clks@fcfe0430 {