arm64: dts: mediatek: mt8183-evb: Add node for thermistor
authorFabien Parent <fparent@baylibre.com>
Wed, 10 Nov 2021 19:26:31 +0000 (20:26 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 17 Nov 2021 17:31:14 +0000 (18:31 +0100)
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>
arch/arm64/boot/dts/mediatek/mt8183-evb.dts

index 7bc0a6a..f3fd3cc 100644 (file)
                        no-map;
                };
        };
+
+       ntc@0 {
+               compatible = "murata,ncp03wf104";
+               pullup-uv = <1800000>;
+               pullup-ohm = <390000>;
+               pulldown-ohm = <0>;
+               io-channels = <&auxadc 0>;
+       };
 };
 
 &auxadc {