Re: [PATCH] hw/rtc: Add RTC PCF8563 module

2025-02-21 Thread Bernhard Beschow
Am 21. Februar 2025 07:34:44 UTC schrieb Ilya Chichkov : >Add PCF8563 a real-time clock with calendar and I2C interface. Nice! I'd like to use it myself. >This commit adds support for interfacing with it and implements >functionality of setting timer, alarm, reading and writing time. > >Datash

Re: [PATCH] hw/rtc: Add RTC PCF8563 module

2025-02-21 Thread Philippe Mathieu-Daudé
Hi Ilya, On 21/2/25 08:34, Ilya Chichkov wrote: Add PCF8563 a real-time clock with calendar and I2C interface. This commit adds support for interfacing with it and implements functionality of setting timer, alarm, reading and writing time. Datasheet: https://www.micros.com.pl/mediaserver/UZPCF8

[PATCH] hw/rtc: Add RTC PCF8563 module

2025-02-21 Thread Ilya Chichkov
Add PCF8563 a real-time clock with calendar and I2C interface. This commit adds support for interfacing with it and implements functionality of setting timer, alarm, reading and writing time. Datasheet: https://www.micros.com.pl/mediaserver/UZPCF8563ts5_0001.pdf Signed-off-by: Ilya Chichkov ---