mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00
arm64: dts: allwinner: h6: Add Hantro G2 node
H6 SoC has a second VPU, dedicated to VP9 decoding. It's a slightly older design, though. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20211129182633.480021-10-jernej.skrabec@gmail.com
This commit is contained in:
parent
a8a051984a
commit
0baddea60e
@ -153,6 +153,15 @@ mixer0_out_tcon_top_mixer0: endpoint {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
video-codec-g2@1c00000 {
|
||||||
|
compatible = "allwinner,sun50i-h6-vpu-g2";
|
||||||
|
reg = <0x01c00000 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&ccu CLK_BUS_VP9>, <&ccu CLK_VP9>;
|
||||||
|
clock-names = "bus", "mod";
|
||||||
|
resets = <&ccu RST_BUS_VP9>;
|
||||||
|
};
|
||||||
|
|
||||||
video-codec@1c0e000 {
|
video-codec@1c0e000 {
|
||||||
compatible = "allwinner,sun50i-h6-video-engine";
|
compatible = "allwinner,sun50i-h6-video-engine";
|
||||||
reg = <0x01c0e000 0x2000>;
|
reg = <0x01c0e000 0x2000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user