Commit ff9ea5c6 authored by Fabien Parent's avatar Fabien Parent Committed by Matthias Brugger

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: default avatarFabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20211110192631.4182485-1-fparent@baylibre.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 9cf6a26a
...@@ -36,6 +36,14 @@ scp_mem_reserved: scp_mem_region { ...@@ -36,6 +36,14 @@ scp_mem_reserved: scp_mem_region {
no-map; no-map;
}; };
}; };
ntc@0 {
compatible = "murata,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <390000>;
pulldown-ohm = <0>;
io-channels = <&auxadc 0>;
};
}; };
&auxadc { &auxadc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment