i2c: Add Microcrystal RV3032 RTC driver
authorEmmanuel Vadot <manu@FreeBSD.org>
Wed, 27 Sep 2023 07:58:52 +0000 (09:58 +0200)
committerEmmanuel Vadot <manu@FreeBSD.org>
Tue, 3 Oct 2023 07:56:20 +0000 (09:56 +0200)
commit1d6a6a524409662992ca96bc91ae69b2a2a5ff35
treedd9f48bb0a29d8a4de2136e94026b3ed07738746
parent137b58e4d2044adc200d13c8989d3746a0a4bd7f
i2c: Add Microcrystal RV3032 RTC driver

This is a simple RTC driver for the rv3032 from Microcrystal.
Just the basic functionality is implemented (no timer, alarm etc ..).

Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D41995
sys/conf/files
sys/dev/iicbus/rtc/rv3032.c [new file with mode: 0644]
sys/modules/i2c/Makefile
sys/modules/i2c/rv3032/Makefile [new file with mode: 0644]