Lines Matching +full:rk3228 +full:- +full:cru
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
12 description: |-
19 - const: rockchip,rk3399-vdec
20 - items:
21 - enum:
22 - rockchip,rk3228-vdec
23 - rockchip,rk3328-vdec
24 - const: rockchip,rk3399-vdec
34 - description: The Video Decoder AXI interface clock
35 - description: The Video Decoder AHB interface clock
36 - description: The Video Decoded CABAC clock
37 - description: The Video Decoder core clock
39 clock-names:
41 - const: axi
42 - const: ahb
43 - const: cabac
44 - const: core
46 assigned-clocks: true
48 assigned-clock-rates: true
50 power-domains:
57 - compatible
58 - reg
59 - interrupts
60 - clocks
61 - clock-names
62 - power-domains
67 - |
68 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 #include <dt-bindings/clock/rk3399-cru.h>
70 #include <dt-bindings/power/rk3399-power.h>
72 vdec: video-codec@ff660000 {
73 compatible = "rockchip,rk3399-vdec";
76 clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>,
77 <&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>;
78 clock-names = "axi", "ahb", "cabac", "core";
79 power-domains = <&power RK3399_PD_VDU>;