Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / i2c-xgene-slimpro.txt
blobf6b2c20cfbf6ac86eacae0900795ccbb754c6484
1 APM X-Gene SLIMpro Mailbox I2C Driver
3 An I2C controller accessed over the "SLIMpro" mailbox.
5 Required properties :
7  - compatible : should be "apm,xgene-slimpro-i2c"
8  - mboxes : use the label reference for the mailbox as the first parameter.
9             The second parameter is the channel number.
11 Example :
12         i2cslimpro {
13                 compatible = "apm,xgene-slimpro-i2c";
14                 mboxes = <&mailbox 0>;
15         };