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

Commit 7fb7820c authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Add support for RTC



Add support for RTC.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 4a6514d5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -300,6 +300,16 @@
			};
		};

		rtc: rtc@ffa60000 {
			compatible = "xlnx,zynqmp-rtc";
			status = "disabled";
			reg = <0x0 0xffa60000 0x0 0x100>;
			interrupt-parent = <&gic>;
			interrupts = <0 26 4>, <0 27 4>;
			interrupt-names = "alarm", "sec";
			calibration = <0x8000>;
		};

		sata: ahci@fd0c0000 {
			compatible = "ceva,ahci-1v84";
			status = "disabled";