Commit fd664314 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman

ARM: dts: meson8b: odroidc1: enable the SAR ADC

Odroid-C1 exposes ADC channels 0 and 1 on the GPIO headers. NOTE: Due
to the SoC design these are limited to 1.8V (instead of 3.3V like all
other pins).
Enable the SAR ADC to enable voltage measurements on these pins.
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 288cb5d1
...@@ -246,6 +246,11 @@ &ir_receiver { ...@@ -246,6 +246,11 @@ &ir_receiver {
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&saradc {
status = "okay";
vref-supply = <&vcc_1v8>;
};
&sdio { &sdio {
status = "okay"; status = "okay";
......
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