ARM: dts: s5pv210: Add an ADC node

The exynos-adc driver now supports the S5PV210, so add the DT
node so that devices can use it.

Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Jonathan Bakker 2020-05-01 16:50:14 -07:00 committed by Krzysztof Kozlowski
parent 04568cb58a
commit e39d3a4b23

View File

@ -159,6 +159,18 @@ pdma1: dma@e0a00000 {
};
};
adc: adc@e1700000 {
compatible = "samsung,s5pv210-adc";
reg = <0xe1700000 0x1000>;
interrupt-parent = <&vic2>;
interrupts = <23>, <24>;
clocks = <&clocks CLK_TSADC>;
clock-names = "adc";
#io-channel-cells = <1>;
io-channel-ranges;
status = "disabled";
};
spi0: spi@e1300000 {
compatible = "samsung,s5pv210-spi";
reg = <0xe1300000 0x1000>;