1 Broadcom BCM2835 I2C controller
4 - compatible : Should be one of:
7 - reg: Should contain register location and length.
8 - interrupts: Should contain interrupt.
9 - clocks : The clock feeding the I2C controller.
11 Recommended properties:
12 - clock-frequency : desired I2C bus clock frequency in Hz.
17 compatible = "brcm,bcm2835-i2c";
18 reg = <0x7e205000 0x1000>;
21 clock-frequency = <100000>;