Back to home page

OSCL-LXR

 
 

    


0001 Device-tree bindings for I2C-based On-Chip Controller hwmon device
0002 ------------------------------------------------------------------
0003 
0004 Required properties:
0005  - compatible = "ibm,p8-occ-hwmon";
0006  - reg = <I2C address>;                 : I2C bus address
0007 
0008 Examples:
0009 
0010     i2c-bus@100 {
0011         #address-cells = <1>;
0012         #size-cells = <0>;
0013         clock-frequency = <100000>;
0014         < more properties >
0015 
0016         occ-hwmon@1 {
0017             compatible = "ibm,p8-occ-hwmon";
0018             reg = <0x50>;
0019         };
0020 
0021         occ-hwmon@2 {
0022             compatible = "ibm,p8-occ-hwmon";
0023             reg = <0x51>;
0024         };
0025     };