Commit f22d0550 authored by Marian-Cristian Rotariu's avatar Marian-Cristian Rotariu Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a774e1: Populate DU device node

parent ebe5f898
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -2623,22 +2623,39 @@ port@2 {
		};

		du: display@feb00000 {
			compatible = "renesas,du-r8a774e1";
			reg = <0 0xfeb00000 0 0x80000>;
			interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 724>,
				 <&cpg CPG_MOD 723>,
				 <&cpg CPG_MOD 721>;
			clock-names = "du.0", "du.1", "du.3";
			resets = <&cpg 724>, <&cpg 722>;
			reset-names = "du.0", "du.3";
			status = "disabled";

			/* placeholder */
			renesas,vsps = <&vspd0 0>, <&vspd1 0>, <&vspd0 1>;

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

				port@0 {
					reg = <0>;
					du_out_rgb: endpoint {
					};
				};
				port@1 {
					reg = <1>;
					du_out_hdmi0: endpoint {
					};
				};
				port@2 {
					reg = <2>;
					du_out_lvds0: endpoint {
					};
				};
			};
		};