arm64: dts: meson: add video decoder entries
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / amlogic / meson-gxl.dtsi
index c959456bacc667ca6f7c27741aaf894806c744a0..a09c53aaa0e85d204d285811658d7be42ef99247 100644 (file)
        compatible = "amlogic,meson-gxl-vpu", "amlogic,meson-gx-vpu";
        power-domains = <&pwrc_vpu>;
 };
+
+&vdec {
+       compatible = "amlogic,gxl-vdec", "amlogic,gx-vdec";
+       clocks = <&clkc CLKID_DOS_PARSER>,
+                <&clkc CLKID_DOS>,
+                <&clkc CLKID_VDEC_1>,
+                <&clkc CLKID_VDEC_HEVC>;
+       clock-names = "dos_parser", "dos", "vdec_1", "vdec_hevc";
+       resets = <&reset RESET_PARSER>;
+       reset-names = "esparser";
+};