nxp,pca9541.txt 484 B

123456789101112131415161718192021222324252627282930
  1. * NXP PCA9541 I2C bus master selector
  2. Required Properties:
  3. - compatible: Must be "nxp,pca9541"
  4. - reg: The I2C address of the device.
  5. The following required properties are defined externally:
  6. - I2C arbitration bus node. See i2c-arb.txt in this directory.
  7. Example:
  8. i2c-arbitrator@74 {
  9. compatible = "nxp,pca9541";
  10. reg = <0x74>;
  11. i2c-arb {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. eeprom@54 {
  15. compatible = "at,24c08";
  16. reg = <0x54>;
  17. };
  18. };
  19. };