i2c-xgene-slimpro.txt 387 B

123456789101112131415
  1. APM X-Gene SLIMpro Mailbox I2C Driver
  2. An I2C controller accessed over the "SLIMpro" mailbox.
  3. Required properties :
  4. - compatible : should be "apm,xgene-slimpro-i2c"
  5. - mboxes : use the label reference for the mailbox as the first parameter.
  6. The second parameter is the channel number.
  7. Example :
  8. i2cslimpro {
  9. compatible = "apm,xgene-slimpro-i2c";
  10. mboxes = <&mailbox 0>;
  11. };