Lines Matching full:frequency
12 Mutually exclusive with opencores,ip-clock-frequency
13 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;
20 - clock-frequency : frequency of bus clock in Hz; see the note below.
27 clock-frequency property is meant to control the bus frequency for i2c bus
29 frequency. So the following rules are set to fix this situation:
30 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
31 clocks are, then clock-frequency specifies i2c controller clock frequency.
33 frequency is fixed at 100 KHz.
34 - if clocks is present it specifies i2c controller clock. clock-frequency
35 property specifies i2c bus frequency.
36 - if opencores,ip-clock-frequency is present it specifies i2c controller
37 clock frequency. clock-frequency property specifies i2c bus frequency.
47 opencores,ip-clock-frequency = <20000000>;
65 clock-frequency = <400000>; /* i2c bus frequency 400 KHz */