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:
parent
f69641f7d2
commit
8ab1c75e9b
5 changed files with 46 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue