Skip to content
Permalink
Browse files
arm64: dts: meson-axg: add GE2D node
This adds the node for the GE2D accelerator unit.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
  • Loading branch information
superna9999 authored and intel-lab-lkp committed Nov 17, 2020
1 parent b4fad11 commit 242f1728d8aae72c5328e4c15a20cea8c7ce1492
Showing 1 changed file with 9 additions and 0 deletions.
@@ -1563,6 +1563,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>,

0 comments on commit 242f172

Please sign in to comment.