| * Energymicro efm32 i2c controller |
| - reg : Offset and length of the register set for the device |
| - compatible : should be "energymicro,efm32-i2c" |
| - interrupts : the interrupt number |
| - clocks : reference to the module clock |
| - clock-frequency : maximal I2C bus clock frequency in Hz. |
| - energymicro,location : Decides the location of the USART I/O pins. |
| compatible = "energymicro,efm32-i2c"; |
| reg = <0x4000a000 0x400>; |
| clocks = <&cmu clk_HFPERCLKI2C0>; |
| clock-frequency = <100000>; |
| energymicro,location = <3>; |
| compatible = "microchip,24c02"; |