Lines Matching refs:frequency
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
24 frequency. So the following rules are set to fix this situation:
25 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
26 clocks are, then clock-frequency specifies i2c controller clock frequency.
28 frequency is fixed at 100 KHz.
29 - if clocks is present it specifies i2c controller clock. clock-frequency
30 property specifies i2c bus 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 */