arm64: dts: mediatek: mt8183-evb: Add node for thermistor
Add node to be able to read the temperature for the thermistor connected to AUXIN0. Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20211110192631.4182485-1-fparent@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
9cf6a26ae3
commit
ff9ea5c622
1 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,14 @@
|
|||
no-map;
|
||||
};
|
||||
};
|
||||
|
||||
ntc@0 {
|
||||
compatible = "murata,ncp03wf104";
|
||||
pullup-uv = <1800000>;
|
||||
pullup-ohm = <390000>;
|
||||
pulldown-ohm = <0>;
|
||||
io-channels = <&auxadc 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&auxadc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue