Lines Matching full:pwm
4 $id: http://devicetree.org/schemas/pwm/pwm-samsung.yaml#
7 title: Samsung SoC PWM timers
14 Samsung SoCs contain PWM timer blocks which can be used for system clock source
15 and clock event timers, as well as to drive SoC outputs with PWM signal. Each
16 PWM timer block provides 5 PWM channels (not all of them can drive physical
25 - samsung,s3c2410-pwm # 16-bit, S3C24xx
26 - samsung,s3c6400-pwm # 32-bit, S3C64xx
27 - samsung,s5p6440-pwm # 32-bit, S5P64x0
28 - samsung,s5pc100-pwm # 32-bit, S5PC100, S5PV210, Exynos4210 rev0 SoCs
29 - samsung,exynos4210-pwm # 32-bit, Exynos
32 - samsung,exynosautov9-pwm
33 - const: samsung,exynos4210-pwm
45 - "timers" - PWM base clock used to generate PWM signals,
47 - "pwm-tclk0" - first external PWM clock source,
48 - "pwm-tclk1" - second external PWM clock source.
57 - const: pwm-tclk0
60 - const: pwm-tclk1
63 - const: pwm-tclk0
64 - const: pwm-tclk1
69 use PWM clocksource.
73 "#pwm-cells":
79 samsung,pwm-outputs:
81 A list of PWM channels used as PWM outputs on particular platform.
82 It is an array of up to 5 elements being indices of PWM channels
99 - $ref: pwm.yaml#
106 - samsung,s3c2410-pwm
107 - samsung,s3c6400-pwm
108 - samsung,s5p6440-pwm
109 - samsung,s5pc100-pwm
116 pwm@7f006000 {
117 compatible = "samsung,s3c6400-pwm";
123 samsung,pwm-outputs = <0>, <1>;
124 #pwm-cells = <3>;