summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-02 16:21:15 +0800
committerPeng Fan <peng.fan@nxp.com>2019-11-28 16:28:01 +0800
commit07085f4de6a19c8c2c9fec2cf9edc20d3df0b5b6 (patch)
tree842e4670e5e3f4587fd572b7a7de3e0b181646fb
parentdda4dde724422c2e8082ffd83d3ea3b3ffb82d06 (diff)
LF-191-3 Documentation: bindings: i2c: add xen,i2c
Add xen,i2c bindings Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
-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";
+};