^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) APM X-Gene SLIMpro Mailbox I2C Driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) An I2C controller accessed over the "SLIMpro" mailbox.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) Required properties :
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - compatible : should be "apm,xgene-slimpro-i2c"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) - mboxes : use the label reference for the mailbox as the first parameter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) The second parameter is the channel number.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Example :
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) i2cslimpro {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) compatible = "apm,xgene-slimpro-i2c";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) mboxes = <&mailbox 0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) };