Linux-libre 3.10.48-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / i2c / i2c-mv64xxx.txt
1
2 * Marvell MV64XXX I2C controller
3
4 Required properties :
5
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.
10
11 Examples:
12
13         i2c@11000 {
14                 compatible = "marvell,mv64xxx-i2c";
15                 reg = <0x11000 0x20>;
16                 interrupts = <29>;
17                 clock-frequency = <100000>;
18         };