Lines Matching +full:pwm +full:- +full:based
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pwm/clk-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Clock based PWM controller
10 - Nikita Travkin <[email protected]>
15 It's often possible to control duty-cycle of such clocks which makes them
16 suitable for generating PWM signal.
19 - $ref: pwm.yaml#
23 const: clk-pwm
29 "#pwm-cells":
35 - compatible
36 - clocks
39 - |
40 pwm {
41 compatible = "clk-pwm";
42 #pwm-cells = <2>;
44 pinctrl-names = "default";
45 pinctrl-0 = <&pwm_clk_flash_default>;