Lines Matching +full:reg +full:- +full:shift
3 Binding status: Unstable - ABI compatibility may be broken in the future
6 quite much similar to the basic gate-clock [2], however,
11 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
12 [2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
15 - compatible : shall be one of:
16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
17 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware
19 "ti,omap3-hsotgusb-interface-clock" - interface clock with USB specific HW
21 "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling
22 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
23 "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling
24 "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW
26 - #clock-cells : from common clock binding; shall be set to 0
27 - clocks : link to phandle of parent clock
28 - reg : base address for the control register
31 - ti,bit-shift : bit shift for the bit enabling/disabling the clock (default 0)
35 #clock-cells = <0>;
36 compatible = "ti,omap3-interface-clock";
38 reg = <0x48004a14 0x4>;
39 ti,bit-shift = <3>;
43 #clock-cells = <0>;
44 compatible = "ti,omap3-no-wait-interface-clock";
46 reg = <0x48004f10 0x4>;
47 ti,bit-shift = <0>;
51 #clock-cells = <0>;
52 compatible = "ti,omap3-ssi-interface-clock";
54 reg = <0x48004a10 0x4>;
55 ti,bit-shift = <0>;