summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/i2c/i2c-xgene-slimpro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/i2c/i2c-xgene-slimpro.txt')
-rw-r--r--dts/Bindings/i2c/i2c-xgene-slimpro.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/i2c/i2c-xgene-slimpro.txt b/dts/Bindings/i2c/i2c-xgene-slimpro.txt
new file mode 100644
index 0000000000..f6b2c20cfb
--- /dev/null
+++ b/dts/Bindings/i2c/i2c-xgene-slimpro.txt
@@ -0,0 +1,15 @@
+APM X-Gene SLIMpro Mailbox I2C Driver
+
+An I2C controller accessed over the "SLIMpro" mailbox.
+
+Required properties :
+
+ - compatible : should be "apm,xgene-slimpro-i2c"
+ - mboxes : use the label reference for the mailbox as the first parameter.
+ The second parameter is the channel number.
+
+Example :
+ i2cslimpro {
+ compatible = "apm,xgene-slimpro-i2c";
+ mboxes = <&mailbox 0>;
+ };