Lines Matching +full:omap3 +full:- +full:interface +full:- +full:clock
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/ti/ti,interface-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments interface clock.
10 - Tero Kristo <[email protected]>
13 This clock is quite much similar to the basic gate-clock[1], however,
15 companion clock finding (match corresponding functional gate
16 clock) and hardware autoidle enable / disable.
18 [1] Documentation/devicetree/bindings/clock/gpio-gate-clock.yaml
23 - ti,omap3-interface-clock # basic OMAP3 interface clock
24 - ti,omap3-no-wait-interface-clock # interface clock which has no hardware
25 # capability for waiting clock to be ready
26 - ti,omap3-hsotgusb-interface-clock # interface clock with USB specific HW handling
27 - ti,omap3-dss-interface-clock # interface clock with DSS specific HW handling
28 - ti,omap3-ssi-interface-clock # interface clock with SSI specific HW handling
29 - ti,am35xx-interface-clock # interface clock with AM35xx specific HW handling
30 - ti,omap2430-interface-clock # interface clock with OMAP2430 specific HW handling
32 "#clock-cells":
38 clock-output-names:
44 ti,bit-shift:
46 bit shift for the bit enabling/disabling the clock
52 - compatible
53 - clocks
54 - '#clock-cells'
55 - reg
60 - |
62 #address-cells = <1>;
63 #size-cells = <0>;
65 aes1_ick: clock-controller@3 {
66 #clock-cells = <0>;
67 compatible = "ti,omap3-interface-clock";