Lines Matching +full:scu +full:- +full:clk
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/airoha,en7523-scu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Felix Fietkau <nbd@nbd.name>
11 - John Crispin <nbd@nbd.name>
25 [1]: <include/dt-bindings/clock/en7523-clk.h>.
32 - enum:
33 - airoha,en7523-scu
34 - airoha,en7581-scu
40 "#clock-cells":
46 '#reset-cells':
51 - compatible
52 - reg
53 - '#clock-cells'
56 - if:
59 const: airoha,en7523-scu
64 - description: scu base address
65 - description: misc scu base address
67 '#reset-cells': false
69 - if:
72 const: airoha,en7581-scu
77 - description: scu base address
78 - description: misc scu base address
79 - description: reset base address
80 - description: pb scu base address
85 - |
86 #include <dt-bindings/clock/en7523-clk.h>
87 scu: system-controller@1fa20000 {
88 compatible = "airoha,en7523-scu";
91 #clock-cells = <1>;
94 - |
96 #address-cells = <2>;
97 #size-cells = <2>;
99 scuclk: clock-controller@1fa20000 {
100 compatible = "airoha,en7581-scu";
105 #clock-cells = <1>;
106 #reset-cells = <1>;