IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / i2c-mv64xxx.txt
blobf46d928aa73d648a472de2ed42393c7fb3c3c34e
2 * Marvell MV64XXX I2C controller
4 Required properties :
6  - reg             : Offset and length of the register set for the device
7  - compatible      : Should be "marvell,mv64xxx-i2c"
8  - interrupts      : The interrupt number
9  - clock-frequency : Desired I2C bus clock frequency in Hz.
11 Examples:
13         i2c@11000 {
14                 compatible = "marvell,mv64xxx-i2c";
15                 reg = <0x11000 0x20>;
16                 interrupts = <29>;
17                 clock-frequency = <100000>;
18         };