Lines Matching +full:video +full:- +full:interface
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip Video Decoder (VDec) Device Tree Bindings
10 - Heiko Stuebner <heiko@sntech.de>
12 description: |-
13 The Rockchip rk3399 has a stateless Video Decoder that can decodes H.264,
18 const: rockchip,rk3399-vdec
28 - description: The Video Decoder AXI interface clock
29 - description: The Video Decoder AHB interface clock
30 - description: The Video Decoded CABAC clock
31 - description: The Video Decoder core clock
33 clock-names:
35 - const: axi
36 - const: ahb
37 - const: cabac
38 - const: core
40 power-domains:
47 - compatible
48 - reg
49 - interrupts
50 - clocks
51 - clock-names
52 - power-domains
57 - |
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #include <dt-bindings/clock/rk3399-cru.h>
60 #include <dt-bindings/power/rk3399-power.h>
62 vdec: video-codec@ff660000 {
63 compatible = "rockchip,rk3399-vdec";
68 clock-names = "axi", "ahb", "cabac", "core";
69 power-domains = <&power RK3399_PD_VDU>;