1 I2C for R-Car platforms
4 - compatible: Must be one of
9 - reg: physical base address of the controller and length of memory mapped
11 - interrupts: interrupt specifier.
14 - clock-frequency: desired I2C bus clock frequency in Hz. The absence of this
15 propoerty indicates the default frequency 100 kHz.
20 compatible = "renesas,i2c-rcar-h2";
21 reg = <0 0xe6500000 0 0x428>;
22 interrupts = <0 174 0x4>;