Back to home page

OSCL-LXR

 
 

    


0001 * NXP PCA9541 I2C bus master selector
0002 
0003 Required Properties:
0004 
0005   - compatible: Must be "nxp,pca9541"
0006 
0007   - reg: The I2C address of the device.
0008 
0009   The following required properties are defined externally:
0010 
0011   - I2C arbitration bus node. See i2c-arb.txt in this directory.
0012 
0013 
0014 Example:
0015 
0016         i2c-arbitrator@74 {
0017                 compatible = "nxp,pca9541";
0018                 reg = <0x74>;
0019 
0020                 i2c-arb {
0021                         #address-cells = <1>;
0022                         #size-cells = <0>;
0023 
0024                         eeprom@54 {
0025                                 compatible = "atmel,24c08";
0026                                 reg = <0x54>;
0027                         };
0028                 };
0029         };