arm64: zynqmp: Add support for RTC
Add support for RTC. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
4a6514d523
commit
7fb7820c57
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user