1*b97ee269SEmmanuel VadotDevice-tree bindings for I2C-based On-Chip Controller hwmon device 2*b97ee269SEmmanuel Vadot------------------------------------------------------------------ 3*b97ee269SEmmanuel Vadot 4*b97ee269SEmmanuel VadotRequired properties: 5*b97ee269SEmmanuel Vadot - compatible = "ibm,p8-occ-hwmon"; 6*b97ee269SEmmanuel Vadot - reg = <I2C address>; : I2C bus address 7*b97ee269SEmmanuel Vadot 8*b97ee269SEmmanuel VadotExamples: 9*b97ee269SEmmanuel Vadot 10*b97ee269SEmmanuel Vadot i2c-bus@100 { 11*b97ee269SEmmanuel Vadot #address-cells = <1>; 12*b97ee269SEmmanuel Vadot #size-cells = <0>; 13*b97ee269SEmmanuel Vadot clock-frequency = <100000>; 14*b97ee269SEmmanuel Vadot < more properties > 15*b97ee269SEmmanuel Vadot 16*b97ee269SEmmanuel Vadot occ-hwmon@1 { 17*b97ee269SEmmanuel Vadot compatible = "ibm,p8-occ-hwmon"; 18*b97ee269SEmmanuel Vadot reg = <0x50>; 19*b97ee269SEmmanuel Vadot }; 20*b97ee269SEmmanuel Vadot 21*b97ee269SEmmanuel Vadot occ-hwmon@2 { 22*b97ee269SEmmanuel Vadot compatible = "ibm,p8-occ-hwmon"; 23*b97ee269SEmmanuel Vadot reg = <0x51>; 24*b97ee269SEmmanuel Vadot }; 25*b97ee269SEmmanuel Vadot }; 26