Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d905c7 authored by Carlo Caione's avatar Carlo Caione Committed by Maxime Ripard
Browse files

ARM: dts: sun4i/sun7i: add RTC node



Add the RTC node to DTS for Allwinner A10 and Allwinner A20.

Signed-off-by: default avatarCarlo Caione <carlo.caione@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 6ce4eac1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -266,6 +266,12 @@
			reg = <0x01c20c90 0x10>;
		};

		rtc: rtc@01c20d00 {
			compatible = "allwinner,sun4i-rtc";
			reg = <0x01c20d00 0x20>;
			interrupts = <24>;
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-sid";
			reg = <0x01c23800 0x10>;
+6 −0
Original line number Diff line number Diff line
@@ -265,6 +265,12 @@
			reg = <0x01c20c90 0x10>;
		};

		rtc: rtc@01c20d00 {
			compatible = "allwinner,sun7i-a20-rtc";
			reg = <0x01c20d00 0x20>;
			interrupts = <0 24 1>;
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun7i-a20-sid";
			reg = <0x01c23800 0x200>;