^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) ASPEED BMC RTC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) ==============
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - compatible: should be one of the following
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * aspeed,ast2400-rtc for the ast2400
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * aspeed,ast2500-rtc for the ast2500
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) * aspeed,ast2600-rtc for the ast2600
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - reg: physical base address of the controller and length of memory mapped
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) region
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - interrupts: The interrupt number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) rtc@1e781000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) compatible = "aspeed,ast2400-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) reg = <0x1e781000 0x18>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) interrupts = <22>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) status = "disabled";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) };