Lines Matching +full:generic +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/microchip,lan966x-gck.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip LAN966X Generic Clock Controller
10 - Kavyasree Kotagiri <[email protected]>
13 The LAN966X Generic clock controller contains 3 PLLs - cpu_clk,
20 - enum:
21 - microchip,lan966x-gck
22 - microchip,lan9691-gck
23 - items:
24 - enum:
25 - microchip,lan9698-gck
26 - microchip,lan9696-gck
27 - microchip,lan9694-gck
28 - microchip,lan9693-gck
29 - microchip,lan9692-gck
30 - const: microchip,lan9691-gck
35 - description: Generic clock registers
36 - description: Optional gate clock registers
40 - description: CPU clock source
41 - description: DDR clock source
42 - description: System clock source
44 clock-names:
46 - const: cpu
47 - const: ddr
48 - const: sys
50 '#clock-cells':
54 - compatible
55 - reg
56 - clocks
57 - clock-names
58 - '#clock-cells'
63 - |
64 clks: clock-controller@e00c00a8 {
65 compatible = "microchip,lan966x-gck";
66 #clock-cells = <1>;
68 clock-names = "cpu", "ddr", "sys";