Commit e895a806 authored by Biju Das's avatar Biju Das Committed by Geert Uytterhoeven
Browse files
parent 6ca537aa
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -153,6 +153,31 @@ fcpvd: fcp@10880000 {
		resets = <&cpg R9A07G043_LCDC_RESET_N>;
	};

	du: display@10890000 {
		compatible = "renesas,r9a07g043u-du";
		reg = <0 0x10890000 0 0x10000>;
		interrupts = <SOC_PERIPHERAL_IRQ(152) IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cpg CPG_MOD R9A07G043_LCDC_CLK_A>,
			 <&cpg CPG_MOD R9A07G043_LCDC_CLK_P>,
			 <&cpg CPG_MOD R9A07G043_LCDC_CLK_D>;
		clock-names = "aclk", "pclk", "vclk";
		power-domains = <&cpg>;
		resets = <&cpg R9A07G043_LCDC_RESET_N>;
		renesas,vsps = <&vspd 0>;
		status = "disabled";

		ports {
			#address-cells = <1>;
			#size-cells = <0>;

			port@0 {
				reg = <0>;
				du_out_rgb: endpoint {
				};
			};
		};
	};

	irqc: interrupt-controller@110a0000 {
		compatible = "renesas,r9a07g043u-irqc",
			     "renesas,rzg2l-irqc";