drivers: sensor: ntc_thermistor: Add Murata NCP15XH103

Murata NCP15XH103 compensation table added.

Signed-off-by: Jeff Daly <jeffd@silicom-usa.com>
This commit is contained in:
Jeff Daly 2024-03-29 21:57:40 -04:00 committed by Anas Nashif
commit 7e0a334060
4 changed files with 45 additions and 1 deletions

View file

@ -85,3 +85,12 @@ test_lm35: lm35 {
io-channels = <&adc0 0>;
status = "okay";
};
test_murata_ncp15xh103: murata-ncp15xh103 {
compatible = "murata,ncp15xh103";
io-channels = <&test_adc 0>;
pullup-uv = <3300000>;
pullup-ohm = <0>;
pulldown-ohm = <10000>;
connected-positive;
};