| * Rockchip RK3xxx I2C controller |
| This driver interfaces with the native I2C controller present in Rockchip |
| - reg : Offset and length of the register set for the device |
| - compatible : should be "rockchip,rk3066-i2c", "rockchip,rk3188-i2c" or |
| - interrupts : interrupt number |
| Required on RK3066, RK3188 : |
| - rockchip,grf : the phandle of the syscon node for the general register |
| - on those SoCs an alias with the correct I2C bus ID (bit offset in the GRF) |
| - clock-frequency : SCL frequency to use (in Hz). If omitted, 100kHz is used. |
| compatible = "rockchip,rk3188-i2c"; |
| reg = <0x2002d000 0x1000>; |
| interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; |
| clocks = <&cru PCLK_I2C0>; |