summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-02 16:21:15 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:23 +0800
commit28397833708896e7775ebd1135ecc78049ca0616 (patch)
treea14ab49fd562fa78b244217986453df6fbed603d /Documentation
parent36ba4d9ab8b81872193ad44fff03c0698f43f257 (diff)
MLK-19728-4 Documentation: bindings: i2c: add xen,i2c
Add xen,i2c bindings Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-xen.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-xen.txt b/Documentation/devicetree/bindings/i2c/i2c-xen.txt
new file mode 100644
index 000000000000..26864a15c1b5
--- /dev/null
+++ b/Documentation/devicetree/bindings/i2c/i2c-xen.txt
@@ -0,0 +1,14 @@
+* XEN frontend i2c controller
+
+Required properties:
+- compatible :
+ - "xen,i2c" for xen i2c frontend
+- be-adapter : the backend i2c adapter name
+
+Examples:
+
+xen_i2c0: xen_i2c@0 {
+ compatible = "xen,i2c";
+ be-adapter = "5a800000.i2c";
+ status = "okay";
+};