rtc: add ds1672 driver
authorTim Harvey <tharvey@gateworks.com>
Mon, 2 Jun 2025 16:25:15 +0000 (09:25 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 25 Jun 2025 19:42:04 +0000 (13:42 -0600)
commite63e088b600df84b2259a06fcd0929cfe31c0cb7
tree2e6534504b771e45548125be60a332329b59570e
parent29cb98d515f96c2330455af4b8cace0220abd00c
rtc: add ds1672 driver

Add support for Dallas/Maxim ds1672 32bit counter RTC.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/ds1672.c [new file with mode: 0644]