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:
Fabien Parent 2021-11-10 20:26:31 +01:00 committed by Matthias Brugger
parent 9cf6a26ae3
commit ff9ea5c622

View File

@ -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 {