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