Lines Matching +full:rk3288 +full:- +full:vop
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Rockchip SoC display controller (VOP)
10 VOP (Video Output Processor) is the display controller for the Rockchip
15 - Sandy Huang <hjc@rock-chips.com>
16 - Heiko Stuebner <heiko@sntech.de>
21 - rockchip,px30-vop-big
22 - rockchip,px30-vop-lit
23 - rockchip,rk3036-vop
24 - rockchip,rk3066-vop
25 - rockchip,rk3126-vop
26 - rockchip,rk3188-vop
27 - rockchip,rk3228-vop
28 - rockchip,rk3288-vop
29 - rockchip,rk3328-vop
30 - rockchip,rk3366-vop
31 - rockchip,rk3368-vop
32 - rockchip,rk3399-vop-big
33 - rockchip,rk3399-vop-lit
38 - description:
41 - description:
48 The VOP interrupt is shared by several interrupt sources, such as
53 - description: Clock for ddr buffer transfer.
54 - description: Pixel clock.
55 - description: Clock for the ahb bus to R/W the phy regs.
57 clock-names:
59 - const: aclk_vop
60 - const: dclk_vop
61 - const: hclk_vop
66 reset-names:
68 - const: axi
69 - const: ahb
70 - const: dclk
76 Documentation/devicetree/bindings/media/video-interfaces.txt.
78 assigned-clocks:
81 assigned-clock-rates:
87 power-domains:
91 - compatible
92 - reg
93 - interrupts
94 - clocks
95 - clock-names
96 - resets
97 - reset-names
98 - port
103 - |
104 #include <dt-bindings/clock/rk3288-cru.h>
105 #include <dt-bindings/interrupt-controller/arm-gic.h>
106 #include <dt-bindings/power/rk3288-power.h>
108 compatible = "rockchip,rk3288-vop";
115 clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
116 power-domains = <&power RK3288_PD_VIO>;
120 reset-names = "axi", "ahb", "dclk";
123 #address-cells = <1>;
124 #size-cells = <0>;
127 remote-endpoint=<&edp_in_vopb>;
131 remote-endpoint=<&hdmi_in_vopb>;