summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/i2c
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-10-02 16:21:15 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 17:22:26 +0800
commiteb7f85a9cfd77aa419f879186df33c1baf1caa4c (patch)
tree77831bf948499531f4f3667c956aaa30a7a8ada6 /Documentation/devicetree/bindings/i2c
parent278ca911463717ef3565b97b4e515c0269d6d22b (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>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-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";
+};