Commit 5be23611 authored by Antoine Tenart's avatar Antoine Tenart Committed by Sebastian Hesselbarth

ARM: berlin: add an ADC node for the BG2Q

This patch adds the ADC node for the Berlin BG2Q, using the newly added
Berlin IIO ADC driver.
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent f3f94f71
...@@ -564,6 +564,12 @@ twsi3_pmux: twsi3-pmux { ...@@ -564,6 +564,12 @@ twsi3_pmux: twsi3-pmux {
function = "twsi3"; function = "twsi3";
}; };
}; };
adc: adc {
compatible = "marvell,berlin2-adc";
interrupts = <12>, <14>;
interrupt-names = "adc", "tsen";
};
}; };
sic: interrupt-controller@e000 { sic: interrupt-controller@e000 {
......
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