Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
26 lines
604 B
Plaintext
26 lines
604 B
Plaintext
Device-tree bindings for I2C-based On-Chip Controller hwmon device
|
|
------------------------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible = "ibm,p8-occ-hwmon";
|
|
- reg = <I2C address>; : I2C bus address
|
|
|
|
Examples:
|
|
|
|
i2c-bus@100 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
clock-frequency = <100000>;
|
|
< more properties >
|
|
|
|
occ-hwmon@1 {
|
|
compatible = "ibm,p8-occ-hwmon";
|
|
reg = <0x50>;
|
|
};
|
|
|
|
occ-hwmon@2 {
|
|
compatible = "ibm,p8-occ-hwmon";
|
|
reg = <0x51>;
|
|
};
|
|
};
|