drivers: sensor: ntc-thermistor: Add Murata NCP15WB473 thermistor
Add murata,ncp15wb473 property together with a compensation table. The table can be found on the vendor's website (Resistance VS. Temperature tab): https://www.murata.com/en-us/products/productdetail?partno=NCP15WB473F03RC Signed-off-by: Paweł Anikiel <pan@semihalf.com>
This commit is contained in:
parent
5db05878ab
commit
ebdfb6b5e2
4 changed files with 45 additions and 1 deletions
|
@ -51,3 +51,12 @@ test_epcos_b57861s0103a039: epcos-b57861s0103a039 {
|
|||
pulldown-ohm = <10000>;
|
||||
connected-positive;
|
||||
};
|
||||
|
||||
test_murata_ncp15wb473: murata-ncp15wb473 {
|
||||
compatible = "murata,ncp15wb473";
|
||||
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