Home
last modified time | relevance | path

Searched +full:hsdiv +full:- +full:gate +full:- +full:clock (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap36xx-clocks.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Device Tree Source for OMAP36xx clock data
9 #clock-cells = <0>;
10 compatible = "ti,omap3-dpll-per-j-type-clock";
16 #clock-cells = <0>;
17 compatible = "ti,hsdiv-gate-clock";
19 ti,bit-shift = <0x1e>;
21 ti,set-rate-parent;
22 ti,set-bit-to-disable;
26 #clock-cells = <0>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dti,gate-clock.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/ti/ti,gate-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments gate clock
10 - Tero Kristo <kristo@kernel.org>
13 *Deprecated design pattern: one node per clock*
15 This clock is quite much similar to the basic gate-clock [1], however,
17 is provided for this clock, the code assumes that a clockdomain
18 will be controlled instead and the corresponding hw-ops for
[all …]
H A Dgate.txt1 Binding for Texas Instruments gate clock.
3 This binding uses the common clock binding[1]. This clock is
4 quite much similar to the basic gate-clock [2], however,
6 is provided for this clock, the code assumes that a clockdomain
7 will be controlled instead and the corresponding hw-ops for
10 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
11 [2] Documentation/devicetree/bindings/clock/gpio-gate-clock.yaml
12 [3] Documentation/devicetree/bindings/clock/ti/clockdomain.txt
15 - compatible : shall be one of:
16 "ti,gate-clock" - basic gate clock
[all …]
/freebsd/sys/arm/ti/clk/
H A Dti_gate_clock.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
55 * Documentation/devicetree/bindings/clock/ti/gate.txt
82 { "ti,gate-clock", TI_GATE_CLOCK },
83 { "ti,wait-gate-clock", TI_WAIT_GATE_CLOCK },
84 { "ti,dss-gate-clock", TI_DSS_GATE_CLOCK },
85 { "ti,am35xx-gate-clock", TI_AM35XX_GATE_CLOCK },
86 { "ti,clkdm-gate-clock", TI_CLKDM_GATE_CLOCK },
87 { "ti,hsdiv-gate-cloc", TI_HSDIV_GATE_CLOCK },
88 { "ti,composite-no-wait-gate-clock", TI_COMPOSITE_NO_WAIT_GATE_CLOCK },
[all …]