Commit cdda0194 authored by Kieran Bingham's avatar Kieran Bingham Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a779a0: Add DU support

parent bd4fa237
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -2269,6 +2269,38 @@ csi43isp3: endpoint {
			};
		};

		du: display@feb00000 {
			compatible = "renesas,du-r8a779a0";
			reg = <0 0xfeb00000 0 0x40000>;
			interrupts = <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 411>;
			clock-names = "du.0";
			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
			resets = <&cpg 411>;
			reset-names = "du.0";
			renesas,vsps = <&vspd0 0>, <&vspd1 0>;

			status = "disabled";

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

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

				port@1 {
					reg = <1>;
					du_out_dsi1: endpoint {
					};
				};
			};
		};

		isp0: isp@fed00000 {
			compatible = "renesas,r8a779a0-isp";
			reg = <0 0xfed00000 0 0x10000>;