Lines Matching refs:clock
7 - clocks : handle to the controller clock; see the note below.
8 Mutually exclusive with opencores,ip-clock-frequency
9 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;
15 - clock-frequency : frequency of bus clock in Hz; see the note below.
22 clock-frequency property is meant to control the bus frequency for i2c bus
23 drivers, but it was incorrectly used to specify i2c controller input clock
25 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
26 clocks are, then clock-frequency specifies i2c controller clock frequency.
29 - if clocks is present it specifies i2c controller clock. clock-frequency
31 - if opencores,ip-clock-frequency is present it specifies i2c controller
32 clock frequency. clock-frequency property specifies i2c bus frequency.
42 opencores,ip-clock-frequency = <20000000>;
60 clock-frequency = <400000>; /* i2c bus frequency 400 KHz */