Lines Matching refs:clocks
44 clocks by index. The names should reflect the clock output signal
47 clock-indices: If the identifying number for the clocks in the node
51 For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
66 clocks: List of phandle and clock specifier pairs, one pair
73 order as the clocks property. Consumers drivers
75 with clocks specifiers.
77 clocks from this node. Useful for bus nodes to provide a
83 clocks = <&osc 1>, <&ref 0>;
107 clocks = <&osc 0>;
120 clocks = <&osc 0>, <&pll 1>;
137 Some platforms may require initial configuration of default parent clocks
139 node through assigned-clocks, assigned-clock-parents and assigned-clock-rates
141 clocks in form of phandle and clock specifier pairs, the assigned-clock-parents
142 property the list of assigned clock frequency values - corresponding to clocks
143 listed in the assigned-clocks property.
152 clocks = <&osc 0>, <&pll 1>;
155 assigned-clocks = <&clkcon 0>, <&pll 2>;
164 the clock can be done only for clocks that have a single user. Specifying
168 Configuration of common clocks, which affect multiple consumer devices can