Lines Matching +full:mpfs +full:- +full:clock
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/microchip,mpfs.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip PolarFire Clock Control Module Binding
10 - Daire McNamara <daire.mcnamara@microchip.com>
13 Microchip PolarFire clock control (CLKCFG) is an integrated clock controller,
17 user nodes by the CLKCFG node phandle and the clock index in the group, from
22 const: microchip,mpfs-clkcfg
26 - description: |
27 clock config registers:
31 - description: |
39 '#clock-cells':
42 The clock consumer should specify the desired clock by having the clock
43 ID in its "clocks" phandle cell. See include/dt-bindings/clock/microchip,mpfs-clock.h
44 for the full list of PolarFire clock IDs.
47 - compatible
48 - reg
49 - clocks
50 - '#clock-cells'
55 # Clock Config node:
56 - |
57 #include <dt-bindings/clock/microchip,mpfs-clock.h>
59 #address-cells = <2>;
60 #size-cells = <2>;
61 clkcfg: clock-controller@20002000 {
62 compatible = "microchip,mpfs-clkcfg";
65 #clock-cells = <1>;