ARM: dts: ep93xx: Add ADC node
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Mon, 12 Dec 2022 21:33:09 +0000 (22:33 +0100)
committerNikita Shubin <nikita.shubin@maquefel.me>
Mon, 24 Apr 2023 11:48:06 +0000 (14:48 +0300)
Add ADC node describing AD Converter present on EP9301 and EP9302 SoCs.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
arch/arm/boot/dts/ep93xx.dtsi

index 67ecfde539afe52dd31b261c5dc5f8bc2a469ac0..d896bdcc6b10df731a39fdf58c83c4033be72e3c 100644 (file)
                        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>;