zephyr/drivers/sensor/ti
Tomáš Juřena 3602342611 drivers: sensor: ti: ina230: Add support for INA236
This commit adds support for INA236 into the existing INA230 driver.
These two chips are similar enough to share most of the code.
The device can be defined the same way as INA230 and we only have
the extra option to select the high-precision mode.

```
ina236: ina236@40 {
		status = "okay";
		compatible = "ti,ina236", "ti,ina230";
		reg = <0x40>;
		adc-mode = "Bus and shunt voltage continuous";
		vbus-conversion-time-us = <1100>;
		vshunt-conversion-time-us = <1100>;
		avg-count = <1>;
		current-lsb-microamps = <1000>;
		rshunt-micro-ohms = <15000>;
		alert-gpios = <&gpiod 0 GPIO_ACTIVE_LOW>;
		high-precision;
	};
```

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
2024-10-17 15:39:18 -04:00
..
bq274xx
fdc2x1x
ina23x drivers: sensor: ti: ina230: Add support for INA236 2024-10-17 15:39:18 -04:00
ina219
ina226 ADD: Driver for Sensor INA226 2024-05-09 15:46:31 +02:00
ina3221
lm95234 style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
opt3001
ti_hdc
ti_hdc20xx
tmag5170
tmag5273 drivers: sensor: tmag5273: Add support for tmag3001 2024-08-05 16:27:25 +02:00
tmp007
tmp108
tmp112 drivers: sensor: tmp112: only show options when device enabled 2024-05-09 12:40:54 -04:00
tmp114 drivers: sensor: tmp114: Add support for OVERSAMPLING attr 2024-08-19 15:18:25 -04:00
tmp116 drivers: sensor: tmp116: Add ability to set operating mode of TMP116/7 2024-08-27 15:14:59 -04:00
tmp1075 drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00
CMakeLists.txt drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00
Kconfig drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00