Back to home page

OSCL-LXR

 
 

    


0001 i2c Controller on XScale platforms such as IOP3xx and IXP4xx
0002 
0003 Required properties:
0004 - compatible : Must be one of
0005   "intel,iop3xx-i2c"
0006   "intel,ixp4xx-i2c";
0007 - reg
0008 - #address-cells = <1>;
0009 - #size-cells = <0>;
0010 
0011 Optional properties:
0012 - Child nodes conforming to i2c bus binding
0013 
0014 Example:
0015 
0016 i2c@c8011000 {
0017         compatible = "intel,ixp4xx-i2c";
0018         reg = <0xc8011000 0x18>;
0019         interrupts = <33 IRQ_TYPE_LEVEL_LOW>;
0020 };