summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/i2c/i2c-xen.txt
blob: 26864a15c1b5bc54506ca39dc2adb928b582daf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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";
};