Commit f558d42a authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Simon Horman
Browse files

ARM: dts: r7s72100: Add Capture Engine Unit (CEU)



Add Capture Engine Unit (CEU) node to device tree.

Signed-off-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
[simon: rebased]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 141fb102
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -375,6 +375,15 @@
			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>;
@@ -429,9 +438,9 @@
			#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 {