From: Alexander Sverdlin Date: Mon, 12 Dec 2022 21:33:09 +0000 (+0100) Subject: ARM: dts: ep93xx: Add ADC node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=be14903ca2253e1ff2bb35ea0231720eea3cfcef;p=linux.git ARM: dts: ep93xx: Add ADC node Add ADC node describing AD Converter present on EP9301 and EP9302 SoCs. Signed-off-by: Alexander Sverdlin Signed-off-by: Nikita Shubin --- diff --git a/arch/arm/boot/dts/ep93xx.dtsi b/arch/arm/boot/dts/ep93xx.dtsi index 67ecfde539afe..d896bdcc6b10d 100644 --- a/arch/arm/boot/dts/ep93xx.dtsi +++ b/arch/arm/boot/dts/ep93xx.dtsi @@ -354,6 +354,15 @@ status = "disabled"; }; + adc: adc@80900000 { + compatible = "cirrus,ep9301-adc"; + reg = <0x80900000 0x28>; + clocks = <&syscon EP93XX_CLK_ADC>; + interrupt-parent = <&vic0>; + interrupts = <30>; + status = "disabled"; + }; + watchdog0: watchdog@80940000 { compatible = "cirrus,ep9301-wdt"; reg = <0x80940000 0x08>;