Lines Matching full:frequency
16 Mutually exclusive with opencores,ip-clock-frequency
17 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;
24 - clock-frequency : frequency of bus clock in Hz; see the note below.
31 clock-frequency property is meant to control the bus frequency for i2c bus
33 frequency. So the following rules are set to fix this situation:
34 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
35 clocks are, then clock-frequency specifies i2c controller clock frequency.
37 frequency is fixed at 100 KHz.
38 - if clocks is present it specifies i2c controller clock. clock-frequency
39 property specifies i2c bus frequency.
40 - if opencores,ip-clock-frequency is present it specifies i2c controller
41 clock frequency. clock-frequency property specifies i2c bus frequency.
51 opencores,ip-clock-frequency = <20000000>;
69 clock-frequency = <400000>; /* i2c bus frequency 400 KHz */