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=9e4c24fca55e154a58a9b59d7f64b49d1df154e0;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 --- diff --git a/arch/arm/boot/dts/ep93xx.dtsi b/arch/arm/boot/dts/ep93xx.dtsi index 2aee1c9fffdc0..e5ea211ac00c5 100644 --- a/arch/arm/boot/dts/ep93xx.dtsi +++ b/arch/arm/boot/dts/ep93xx.dtsi @@ -353,6 +353,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>;