Skip to content

Commit dd6dc0c

Browse files
Benjamin Gaignardmmind
authored andcommitted
arm64: dts: rockchip: Add AV1 decoder node to rk3588s
Add node for AV1 video decoder. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20231006065334.8117-1-benjamin.gaignard@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0597d85 commit dd6dc0c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588s.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,6 +2315,19 @@
23152315
#interrupt-cells = <2>;
23162316
};
23172317
};
2318+
2319+
av1d: video-codec@fdc70000 {
2320+
compatible = "rockchip,rk3588-av1-vpu";
2321+
reg = <0x0 0xfdc70000 0x0 0x800>;
2322+
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH 0>;
2323+
interrupt-names = "vdpu";
2324+
assigned-clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
2325+
assigned-clock-rates = <400000000>, <400000000>;
2326+
clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
2327+
clock-names = "aclk", "hclk";
2328+
power-domains = <&power RK3588_PD_AV1>;
2329+
resets = <&cru SRST_A_AV1>, <&cru SRST_P_AV1>, <&cru SRST_A_AV1_BIU>, <&cru SRST_P_AV1_BIU>;
2330+
};
23182331
};
23192332

23202333
#include "rk3588s-pinctrl.dtsi"

0 commit comments

Comments
 (0)