1 i2c Controller on XScale platforms such as IOP 1 i2c Controller on XScale platforms such as IOP3xx and IXP4xx 2 2 3 Required properties: 3 Required properties: 4 - compatible : Must be one of 4 - compatible : Must be one of 5 "intel,iop3xx-i2c" 5 "intel,iop3xx-i2c" 6 "intel,ixp4xx-i2c"; 6 "intel,ixp4xx-i2c"; 7 - reg 7 - reg 8 - #address-cells = <1>; 8 - #address-cells = <1>; 9 - #size-cells = <0>; 9 - #size-cells = <0>; 10 10 11 Optional properties: 11 Optional properties: 12 - Child nodes conforming to i2c bus binding 12 - Child nodes conforming to i2c bus binding 13 13 14 Example: 14 Example: 15 15 16 i2c@c8011000 { 16 i2c@c8011000 { 17 compatible = "intel,ixp4xx-i2c"; 17 compatible = "intel,ixp4xx-i2c"; 18 reg = <0xc8011000 0x18>; 18 reg = <0xc8011000 0x18>; 19 interrupts = <33 IRQ_TYPE_LEVEL_LOW>; 19 interrupts = <33 IRQ_TYPE_LEVEL_LOW>; 20 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.