提交 7fb7820c 编写于 作者: M Michal Simek

arm64: zynqmp: Add support for RTC

Add support for RTC.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 4a6514d5
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册