Commit b03455ae authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman
Browse files

arm64: dts: meson-axg: add GE2D node



This adds the node for the GE2D accelerator unit.

Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201202174417.3778306-5-narmstrong@baylibre.com
parent b6a1c8a1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1727,6 +1727,15 @@
			};
		};

		ge2d: ge2d@ff940000 {
			compatible = "amlogic,axg-ge2d";
			reg = <0x0 0xff940000 0x0 0x10000>;
			interrupts = <GIC_SPI 150 IRQ_TYPE_EDGE_RISING>;
			clocks = <&clkc CLKID_VAPB>;
			resets = <&reset RESET_GE2D>;
			reset-names = "core";
		};

		gic: interrupt-controller@ffc01000 {
			compatible = "arm,gic-400";
			reg = <0x0 0xffc01000 0 0x1000>,