1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
5 $id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Hantro G1 VPU codecs implemented on Rockchip SoCs
11 - Ezequiel Garcia <ezequiel@collabora.com>
14 Hantro G1 video encode and decode accelerators present on Rockchip SoCs.
59 additionalProperties: false
63 #include <dt-bindings/clock/rk3288-cru.h>
64 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 #include <dt-bindings/power/rk3288-power.h>
67 vpu: video-codec@ff9a0000 {
68 compatible = "rockchip,rk3288-vpu";
69 reg = <0xff9a0000 0x800>;
70 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
71 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
72 interrupt-names = "vepu", "vdpu";
73 clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>;
74 clock-names = "aclk", "hclk";
75 power-domains = <&power RK3288_PD_VIDEO>;