WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / i2c-litex.txt
blobe78a87155a954418e4b6d4186c1bb7d920a3833d
1 LiteX I2C controller
3 Required properties:
4 - compatible: should be "litex,i2c"
5 - reg: base address of configuration registers with length
7 Examples:
9 i2c@f0003000 {
10         compatible = "litex,i2c";
11         reg = <0x0 0xf0003000 0x0 0x5>;