mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 04:41:21 -04:00
arm64: dts: meson-axg: add GE2D node
This adds the node for the GE2D accelerator unit. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/20201202174417.3778306-5-narmstrong@baylibre.com
This commit is contained in:
committed by
Kevin Hilman
parent
b6a1c8a1ea
commit
b03455ae3c
@@ -1727,6 +1727,15 @@ saradc: adc@9000 {
|
||||
};
|
||||
};
|
||||
|
||||
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>,
|
||||
|
||||
Reference in New Issue
Block a user