Lines Matching +full:sun8i +full:- +full:r40 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0+
3 ---
4 $id: http://devicetree.org/schemas/clock/allwinner,sun8i-a83t-de2-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#clock-cells":
17 "#reset-cells":
22 - const: allwinner,sun8i-a83t-de2-clk
23 - const: allwinner,sun8i-h3-de2-clk
24 - const: allwinner,sun8i-v3s-de2-clk
25 - const: allwinner,sun50i-a64-de2-clk
26 - const: allwinner,sun50i-h5-de2-clk
27 - const: allwinner,sun50i-h6-de2-clk
28 - items:
29 - const: allwinner,sun8i-r40-de2-clk
30 - const: allwinner,sun8i-h3-de2-clk
37 - description: Bus Clock
38 - description: Module Clock
40 clock-names:
42 - const: bus
43 - const: mod
49 - "#clock-cells"
50 - "#reset-cells"
51 - compatible
52 - reg
53 - clocks
54 - clock-names
55 - resets
60 - |
61 #include <dt-bindings/clock/sun8i-h3-ccu.h>
62 #include <dt-bindings/reset/sun8i-h3-ccu.h>
65 compatible = "allwinner,sun8i-h3-de2-clk";
67 clocks = <&ccu CLK_BUS_DE>,
68 <&ccu CLK_DE>;
69 clock-names = "bus",
71 resets = <&ccu RST_BUS_DE>;
72 #clock-cells = <1>;
73 #reset-cells = <1>;