Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/hwmon/ina2xx.txt
48377 views
1
ina2xx properties
2
3
Required properties:
4
- compatible: Must be one of the following:
5
- "ti,ina209" for ina209
6
- "ti,ina219" for ina219
7
- "ti,ina220" for ina220
8
- "ti,ina226" for ina226
9
- "ti,ina230" for ina230
10
- "ti,ina231" for ina231
11
- reg: I2C address
12
13
Optional properties:
14
15
- shunt-resistor
16
Shunt resistor value in micro-Ohm
17
18
Example:
19
20
ina220@44 {
21
compatible = "ti,ina220";
22
reg = <0x44>;
23
shunt-resistor = <1000>;
24
};
25
26