Lines Matching +full:clock +full:- +full:master
4 clock control units (CCUs). A CCU is a clock provider that manages
5 a set of clock signals. Each CCU is represented by a node in the
8 This binding uses the common clock binding:
9 Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - compatible
13 Shall have a value of the form "brcm,<model>-<which>-ccu",
16 "brcm,bcm11351-root-ccu"
19 - reg
21 containing clock control registers
22 - #clock-cells
23 Shall have value <1>. The permitted clock-specifier values
25 - clock-output-names
32 compatible = "brcm,bcm11351-slave-ccu";
34 #clock-cells = <1>;
35 clock-output-names = "uartb",
42 #clock-cells = <0>;
43 compatible = "fixed-clock";
44 clock-frequency = <26000000>;
48 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
52 reg-shift = <2>;
53 reg-io-width = <4>;
57 ---------------
59 "brcm,bcm11351-root-ccu"
60 "brcm,bcm11351-aon-ccu"
61 "brcm,bcm11351-hub-ccu"
62 "brcm,bcm11351-master-ccu"
63 "brcm,bcm11351-slave-ccu"
65 The following table defines the set of CCUs and clock specifiers for
66 BCM281XX family clocks. When a clock consumer references a clocks,
69 "include/dt-bindings/clock/bcm281xx.h"
71 CCU Clock Type Index Specifier
72 --- ----- ---- ----- ---------
81 master sdio1 peri 0 BCM281XX_MASTER_CCU_SDIO1
82 master sdio2 peri 1 BCM281XX_MASTER_CCU_SDIO2
83 master sdio3 peri 2 BCM281XX_MASTER_CCU_SDIO3
84 master sdio4 peri 3 BCM281XX_MASTER_CCU_SDIO4
85 master dmac peri 4 BCM281XX_MASTER_CCU_DMAC
86 master usb_ic peri 5 BCM281XX_MASTER_CCU_USB_IC
87 master hsic2_48m peri 6 BCM281XX_MASTER_CCU_HSIC_48M
88 master hsic2_12m peri 7 BCM281XX_MASTER_CCU_HSIC_12M
103 ---------------
105 "brcm,bcm21664-root-ccu"
106 "brcm,bcm21664-aon-ccu"
107 "brcm,bcm21664-master-ccu"
108 "brcm,bcm21664-slave-ccu"
110 The following table defines the set of CCUs and clock specifiers for
111 BCM21664 family clocks. When a clock consumer references a clocks,
114 "include/dt-bindings/clock/bcm21664.h"
116 CCU Clock Type Index Specifier
117 --- ----- ---- ----- ---------
122 master sdio1 peri 0 BCM21664_MASTER_CCU_SDIO1
123 master sdio2 peri 1 BCM21664_MASTER_CCU_SDIO2
124 master sdio3 peri 2 BCM21664_MASTER_CCU_SDIO3
125 master sdio4 peri 3 BCM21664_MASTER_CCU_SDIO4
126 master sdio1_sleep peri 4 BCM21664_MASTER_CCU_SDIO1_SLEEP
127 master sdio2_sleep peri 5 BCM21664_MASTER_CCU_SDIO2_SLEEP
128 master sdio3_sleep peri 6 BCM21664_MASTER_CCU_SDIO3_SLEEP
129 master sdio4_sleep peri 7 BCM21664_MASTER_CCU_SDIO4_SLEEP