ibm,cffps1.txt 534 B

123456789101112131415161718192021
  1. Device-tree bindings for IBM Common Form Factor Power Supply Version 1
  2. ----------------------------------------------------------------------
  3. Required properties:
  4. - compatible = "ibm,cffps1";
  5. - reg = < I2C bus address >; : Address of the power supply on the
  6. I2C bus.
  7. Example:
  8. i2c-bus@100 {
  9. #address-cells = <1>;
  10. #size-cells = <0>;
  11. #interrupt-cells = <1>;
  12. < more properties >
  13. power-supply@68 {
  14. compatible = "ibm,cffps1";
  15. reg = <0x68>;
  16. };
  17. };