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

arm64: zynqmp: Add support for RTC

Add support for RTC.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 4a6514d5
......@@ -300,6 +300,16 @@ pcie_intc: legacy-interrupt-controller {
};
};
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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment