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>
This commit is contained in:
Peng Fan 2018-10-02 16:21:15 +08:00
parent dda4dde724
commit 07085f4de6
1 changed files with 14 additions and 0 deletions

View File

@ -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";
};