arm64: dts: allwinner: h5: Add Video Engine node
This adds the Video Engine node for the H5. Since it can map the whole DRAM range, there is no particular need for a reserved memory node (unlike platforms preceding the A33). Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
parent
24a1be4e7e
commit
8be5b161bb
|
@ -116,6 +116,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
video-codec@1c0e000 {
|
||||||
|
compatible = "allwinner,sun50i-h5-video-engine";
|
||||||
|
reg = <0x01c0e000 0x1000>;
|
||||||
|
clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>,
|
||||||
|
<&ccu CLK_DRAM_VE>;
|
||||||
|
clock-names = "ahb", "mod", "ram";
|
||||||
|
resets = <&ccu RST_BUS_VE>;
|
||||||
|
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
allwinner,sram = <&ve_sram 1>;
|
||||||
|
};
|
||||||
|
|
||||||
mali: gpu@1e80000 {
|
mali: gpu@1e80000 {
|
||||||
compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
|
compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
|
||||||
reg = <0x01e80000 0x30000>;
|
reg = <0x01e80000 0x30000>;
|
||||||
|
|
Loading…
Reference in New Issue