Sign in
coral
/
linux-imx
/
08924bd4fd38b7f104c6d2d1216af3070e0a43a0
/
.
/
Documentation
/
devicetree
/
bindings
/
i2c
/
i2c-xen.txt
blob: 26864a15c1b5bc54506ca39dc2adb928b582daf8 [
file
] [
log
] [
blame
]
* 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";
};