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