0001 ASPEED BMC RTC
0002 ==============
0003
0004 Required properties:
0005 - compatible: should be one of the following
0006 * aspeed,ast2400-rtc for the ast2400
0007 * aspeed,ast2500-rtc for the ast2500
0008 * aspeed,ast2600-rtc for the ast2600
0009
0010 - reg: physical base address of the controller and length of memory mapped
0011 region
0012
0013 - interrupts: The interrupt number
0014
0015 Example:
0016
0017 rtc@1e781000 {
0018 compatible = "aspeed,ast2400-rtc";
0019 reg = <0x1e781000 0x18>;
0020 interrupts = <22>;
0021 status = "disabled";
0022 };