1204076Spjdi2c Controller on XScale platforms such as IOP3xx and IXP4xx
2204076Spjd
3204076SpjdRequired properties:
4204076Spjd- compatible : Must be one of
5204076Spjd  "intel,iop3xx-i2c"
6204076Spjd  "intel,ixp4xx-i2c";
7204076Spjd- reg
8204076Spjd- #address-cells = <1>;
9204076Spjd- #size-cells = <0>;
10204076Spjd
11204076SpjdOptional properties:
12204076Spjd- Child nodes conforming to i2c bus binding
13204076Spjd
14204076SpjdExample:
15204076Spjd
16204076Spjdi2c@c8011000 {
17204076Spjd	compatible = "intel,ixp4xx-i2c";
18204076Spjd	reg = <0xc8011000 0x18>;
19204076Spjd	interrupts = <33 IRQ_TYPE_LEVEL_LOW>;
20204076Spjd};
21204076Spjd