Newer
Older
barebox / dts / Bindings / hwmon / ina209.txt
@Sascha Hauer Sascha Hauer on 10 Dec 2015 267 bytes dts: update to v4.3-rc1
ina209 properties

Required properties:
- compatible: Must be "ti,ina209"
- reg: I2C address

Optional properties:

- shunt-resistor
	Shunt resistor value in micro-Ohm

Example:

temp-sensor@4c {
	compatible = "ti,ina209";
	reg = <0x4c>;
	shunt-resistor = <5000>;
};