mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-06 08:18:05 -04:00
18 lines
267 B
Text
18 lines
267 B
Text
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>;
|
|
};
|