Lines Matching full:ti
1 Binding for TI divider clock
17 ti,index-starts-at-one - valid divisor values start at 1, not the default
24 ti,index-power-of-two - valid divisor values are powers of two. E.g:
32 ti,dividers = <4>, <8>, <0>, <16>;
53 [2] Documentation/devicetree/bindings/clock/ti/autoidle.txt
56 - compatible : shall be "ti,divider-clock" or "ti,composite-divider-clock".
63 - ti,dividers : array of integers defining divisors
64 - ti,bit-shift : number of bits to shift the divider value, defaults to 0
65 - ti,min-div : min divisor for dividing the input clock rate, only
67 - ti,max-div : max divisor for dividing the input clock rate, only needed
68 if ti,dividers is not defined.
69 - ti,index-starts-at-one : valid divisor programming starts at 1, not zero,
70 only valid if ti,dividers is not defined.
71 - ti,index-power-of-two : valid divisor programming must be a power of two,
72 only valid if ti,dividers is not defined.
73 - ti,autoidle-shift : bit shift of the autoidle enable bit for the clock,
75 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0,
77 - ti,set-rate-parent : clk_set_rate is propagated to parent
78 - ti,latch-bit : latch the divider value to HW, only needed if the register
85 compatible = "ti,divider-clock";
87 ti,max-div = <127>;
89 ti,index-starts-at-one;
94 compatible = "ti,divider-clock";
96 ti,bit-shift = <24>;
98 ti,max-div = <2>;
103 compatible = "ti,composite-divider-clock";
105 ti,max-div = <31>;
107 ti,index-starts-at-one;
112 compatible = "ti,composite-divider-clock";
114 ti,bit-shift = <8>;
116 ti,dividers = <0>, <1>, <2>, <3>, <4>, <0>, <6>, <0>, <8>;