Lines Matching +full:clock +full:- +full:frequency
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/pwm-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: An external clock signal driven by a PWM pin.
10 - Philipp Zabel <p.zabel@pengutronix.de>
14 const: pwm-clock
16 '#clock-cells':
19 clock-frequency:
20 description: Exact output frequency, in case the PWM period is not exact
23 clock-output-names:
30 - compatible
31 - '#clock-cells'
32 - pwms
37 - |
38 clock {
39 compatible = "pwm-clock";
40 #clock-cells = <0>;
41 clock-frequency = <25000000>;
42 clock-output-names = "mipi_mclk";