Lines Matching +full:sun50i +full:- +full:h6 +full:- +full:ccu
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pwm/allwinner,sun4i-a10-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#pwm-cells":
19 - const: allwinner,sun4i-a10-pwm
20 - const: allwinner,sun5i-a10s-pwm
21 - const: allwinner,sun5i-a13-pwm
22 - const: allwinner,sun7i-a20-pwm
23 - const: allwinner,sun8i-h3-pwm
24 - items:
25 - const: allwinner,sun8i-a83t-pwm
26 - const: allwinner,sun8i-h3-pwm
27 - items:
28 - const: allwinner,sun8i-v3s-pwm
29 - const: allwinner,sun7i-a20-pwm
30 - items:
31 - const: allwinner,sun50i-a64-pwm
32 - const: allwinner,sun5i-a13-pwm
33 - items:
34 - const: allwinner,sun50i-h5-pwm
35 - const: allwinner,sun5i-a13-pwm
36 - const: allwinner,sun50i-h6-pwm
44 - description: Module Clock
45 - description: Bus Clock
50 clock-names: true
57 - $ref: pwm.yaml#
59 - if:
63 const: allwinner,sun50i-h6-pwm
70 clock-names:
72 - const: mod
73 - const: bus
76 - clock-names
77 - resets
85 - compatible
86 - reg
87 - clocks
92 - |
94 compatible = "allwinner,sun7i-a20-pwm";
97 #pwm-cells = <3>;
100 - |
101 #include <dt-bindings/clock/sun50i-h6-ccu.h>
102 #include <dt-bindings/reset/sun50i-h6-ccu.h>
105 compatible = "allwinner,sun50i-h6-pwm";
107 clocks = <&osc24M>, <&ccu CLK_BUS_PWM>;
108 clock-names = "mod", "bus";
109 resets = <&ccu RST_BUS_PWM>;
110 #pwm-cells = <3>;