Lines Matching +full:rk3328 +full:- +full:codec
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/media/rockchip-vpu.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Ezequiel Garcia <ezequiel@collabora.com>
19 - rockchip,rk3288-vpu
20 - rockchip,rk3328-vpu
21 - rockchip,rk3399-vpu
30 interrupt-names:
32 - const: vdpu
33 - items:
34 - const: vepu
35 - const: vdpu
40 clock-names:
42 - const: aclk
43 - const: hclk
45 power-domains:
52 - compatible
53 - reg
54 - interrupts
55 - interrupt-names
56 - clocks
57 - clock-names
62 - |
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";
72 interrupt-names = "vepu", "vdpu";
74 clock-names = "aclk", "hclk";
75 power-domains = <&power RK3288_PD_VIDEO>;