Commit dd6dc0c4 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add AV1 decoder node to rk3588s

parent 0597d858
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -2315,6 +2315,19 @@ gpio4: gpio@fec50000 {
			#interrupt-cells = <2>;
		};
	};

	av1d: video-codec@fdc70000 {
		compatible = "rockchip,rk3588-av1-vpu";
		reg = <0x0 0xfdc70000 0x0 0x800>;
		interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH 0>;
		interrupt-names = "vdpu";
		assigned-clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
		assigned-clock-rates = <400000000>, <400000000>;
		clocks = <&cru ACLK_AV1>, <&cru PCLK_AV1>;
		clock-names = "aclk", "hclk";
		power-domains = <&power RK3588_PD_AV1>;
		resets = <&cru SRST_A_AV1>, <&cru SRST_P_AV1>, <&cru SRST_A_AV1_BIU>, <&cru SRST_P_AV1_BIU>;
	};
};

#include "rk3588s-pinctrl.dtsi"