Lines Matching +full:dsi +full:- +full:pclk
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/rockchip/rockchip,rk3588-mipi-dsi2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
15 - rockchip,rk3588-mipi-dsi2
26 clock-names:
28 - const: pclk
29 - const: sys
39 phy-names:
42 power-domains:
48 reset-names:
61 description: DSI output node to panel.
64 - port@0
65 - port@1
68 - compatible
69 - clocks
70 - clock-names
71 - rockchip,grf
72 - phys
73 - phy-names
74 - ports
75 - reg
78 - $ref: /schemas/display/dsi-controller.yaml#
83 - |
84 #include <dt-bindings/clock/rockchip,rk3588-cru.h>
85 #include <dt-bindings/interrupt-controller/arm-gic.h>
86 #include <dt-bindings/interrupt-controller/irq.h>
87 #include <dt-bindings/phy/phy.h>
88 #include <dt-bindings/power/rk3588-power.h>
89 #include <dt-bindings/reset/rockchip,rk3588-cru.h>
92 #address-cells = <2>;
93 #size-cells = <2>;
95 dsi@fde20000 {
96 compatible = "rockchip,rk3588-mipi-dsi2";
100 clock-names = "pclk", "sys";
102 reset-names = "apb";
103 power-domains = <&power RK3588_PD_VOP>;
105 phy-names = "dcphy";
109 #address-cells = <1>;
110 #size-cells = <0>;