Lines Matching +full:sun6i +full:- +full:a31 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/allwinner,sun6i-a31-mipi-dphy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 MIPI D-PHY Controller
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#phy-cells":
19 - const: allwinner,sun6i-a31-mipi-dphy
20 - items:
21 - const: allwinner,sun50i-a64-mipi-dphy
22 - const: allwinner,sun6i-a31-mipi-dphy
29 - description: Bus Clock
30 - description: Module Clock
32 clock-names:
34 - const: bus
35 - const: mod
43 Direction of the D-PHY:
44 - "rx" for receiving (e.g. when used with MIPI CSI-2);
45 - "tx" for transmitting (e.g. when used with MIPI DSI).
48 - tx
49 - rx
53 - "#phy-cells"
54 - compatible
55 - reg
56 - clocks
57 - clock-names
58 - resets
63 - |
64 dphy0: d-phy@1ca1000 {
65 compatible = "allwinner,sun6i-a31-mipi-dphy";
67 clocks = <&ccu 23>, <&ccu 97>;
68 clock-names = "bus", "mod";
69 resets = <&ccu 4>;
70 #phy-cells = <0>;