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

Commit 0d935c16 authored by Afzal Mohammed's avatar Afzal Mohammed Committed by Benoit Cousson
Browse files

ARM: dts: AM33XX: Add rtc node



Add am33xx rtc node.

Signed-off-by: default avatarAfzal Mohammed <afzal@ti.com>
[b-cousson@ti.com: Update the subject]
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 00cbdce7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -291,5 +291,13 @@
			ti,hwmods = "timer7";
			ti,timer-pwm;
		};

		rtc@44e3e000 {
			compatible = "ti,da830-rtc";
			reg = <0x44e3e000 0x1000>;
			interrupts = <75
				      76>;
			ti,hwmods = "rtc";
		};
	};
};