feat: add support for TDK NTCG103JF103FT1 thermistor

Adds compensation table and bindings for NTCG103JF103FT1 thermistor

Signed-off-by: Maxmillion McLaughlin <github@maxmclau.com>
This commit is contained in:
Maxmillion McLaughlin 2023-08-31 15:40:59 -06:00 committed by Fabio Baltieri
commit 8ab1c75e9b
5 changed files with 46 additions and 1 deletions

View file

@ -70,3 +70,12 @@ test_murata_ncp15wb473: murata-ncp15wb473 {
pulldown-ohm = <10000>;
connected-positive;
};
test_tdk_ntcg163jf103ft1: tdk-ntcg163jf103ft1 {
compatible = "tdk,ntcg163jf103ft1";
io-channels = <&adc0 0>;
pullup-uv = <3300000>;
pullup-ohm = <0>;
pulldown-ohm = <10000>;
connected-positive;
};