Skip to content

Commit d60ce24

Browse files
paulkocialkowskimripard
authored andcommitted
arm64: dts: allwinner: a64: Add Video Engine node
This adds the Video Engine node for the A64. 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>
1 parent 106deea commit d60ce24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,17 @@
397397
};
398398
};
399399

400+
video-codec@1c0e000 {
401+
compatible = "allwinner,sun50i-h5-video-engine";
402+
reg = <0x01c0e000 0x1000>;
403+
clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>,
404+
<&ccu CLK_DRAM_VE>;
405+
clock-names = "ahb", "mod", "ram";
406+
resets = <&ccu RST_BUS_VE>;
407+
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
408+
allwinner,sram = <&ve_sram 1>;
409+
};
410+
400411
mmc0: mmc@1c0f000 {
401412
compatible = "allwinner,sun50i-a64-mmc";
402413
reg = <0x01c0f000 0x1000>;

0 commit comments

Comments
 (0)