xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/dps650ab.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Bindings for Delta Electronics DPS-650-AB power supply
2
3Required properties:
4- compatible : "delta,dps650ab"
5- reg        : I2C address, one of 0x58, 0x59.
6
7Example:
8	dps650ab@58 {
9		    compatible = "delta,dps650ab";
10		    reg = <0x58>;
11	};
12