| When an io-channel measures the voltage over a current sense shunt, |
| the interesting measurement is almost always the current through the |
| shunt, not the voltage over it. This binding describes such a current |
| - compatible : "current-sense-shunt" |
| - io-channels : Channel node of a voltage io-channel. |
| - shunt-resistor-micro-ohms : The shunt resistance in microohms. |
| The system current is measured by measuring the voltage over a |
| compatible = "current-sense-shunt"; |
| io-channels = <&tiadc 0>; |
| /* Divide the voltage by 3300000/1000000 (or 3.3) for the current. */ |
| shunt-resistor-micro-ohms = <3300000>; |
| compatible = "ti,ads1015"; |
| channel@0 { /* IN0,IN1 differential */ |