ARM: dts: ep93xx: Add ADC node ep93xx/6.2-rc4-v0
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Mon, 12 Dec 2022 21:33:09 +0000 (22:33 +0100)
committerNikita Shubin <nikita.shubin@maquefel.me>
Tue, 14 Feb 2023 08:41:45 +0000 (11:41 +0300)
Add ADC node describing AD Converter present on EP9301 and EP9302 SoCs.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
arch/arm/boot/dts/ep93xx.dtsi

index 2aee1c9fffdc0b65bd2ddb7cf5ce87727ee99bf7..e5ea211ac00c5f6383c1dd13a917d9a64a6bbcf5 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>;