Sign in
coral
/
linux-imx
/
e79c945b66ce6bfb92cead76e0ba621af8600b23
/
.
/
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";
};