1 I2C for R-Car platforms
4 - compatible: Must be one of
13 - reg: physical base address of the controller and length of memory mapped
15 - interrupts: interrupt specifier.
18 - clock-frequency: desired I2C bus clock frequency in Hz. The absence of this
19 propoerty indicates the default frequency 100 kHz.
20 - clocks: clock specifier.
27 compatible = "renesas,i2c-r8a7791";
28 reg = <0 0xe6508000 0 0x40>;
29 interrupts = <0 287 IRQ_TYPE_LEVEL_HIGH>;
30 clocks = <&mstp9_clks R8A7791_CLK_I2C0>;
31 clock-frequency = <400000>;