Lines Matching +full:fixed +full:- +full:clock
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/clock/fixed-mmio-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple memory mapped IO fixed-rate clock sources
10 This binding describes a fixed-rate clock for which the frequency can
11 be read from a single 32-bit memory mapped I/O register.
17 - Jan Kotas <jank@cadence.com>
21 const: fixed-mmio-clock
26 "#clock-cells":
29 clock-output-names:
33 - compatible
34 - reg
35 - "#clock-cells"
40 - |
42 compatible = "fixed-mmio-clock";
43 #clock-cells = <0>;
45 clock-output-names = "sysclk";