Lines Matching refs:clock
26 - clocks: Handle to iis clock and RCLK source clk.
27 - clock-names:
29 clock controller. The clock names for i2s0 should be "iis", "i2s_opclk0" and
31 i2s1 and i2s2 uses clocks from CMU. The clock names for i2s1 and i2s2 should
33 "iis" is the i2s bus clock and i2s_opclk0, i2s_opclk1 are sources of the root
36 - #clock-cells: should be 1, this property must be present if the I2S device
37 is a clock provider in terms of the common clock bindings, described in
38 ../clock/clock-bindings.txt.
39 - clock-output-names: from the common clock bindings, names of the CDCLK
44 CLK_I2S_CDCLK - the CDCLK (CODECLKO) gate clock,
45 CLK_I2S_RCLK_PSR - the RCLK prescaler divider clock (corresponding to the
47 CLK_I2S_RCLK_SRC - the RCLKSRC mux clock (corresponding to RCLKSRC bit in
53 Note: Old DTs may not have the #clock-cells, clock-output-names properties
54 and then not use the I2S node as a clock supplier.
76 clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
77 #clock-cells;
78 clock-output-names = "i2s_cdclk0";