Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.14-rc3 18 lines 267 B view raw
1ina209 properties 2 3Required properties: 4- compatible: Must be "ti,ina209" 5- reg: I2C address 6 7Optional properties: 8 9- shunt-resistor 10 Shunt resistor value in micro-Ohm 11 12Example: 13 14temp-sensor@4c { 15 compatible = "ti,ina209"; 16 reg = <0x4c>; 17 shunt-resistor = <5000>; 18};