1
0
Fork 0

MLK-19728-4 Documentation: bindings: i2c: add xen,i2c

Add xen,i2c bindings

Signed-off-by: Peng Fan <peng.fan@nxp.com>
pull/10/head
Peng Fan 2018-10-02 16:21:15 +08:00 committed by Jason Liu
parent f59d1a87aa
commit 93dbce1d8c
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";
};