This I2C RTC has a similar time register layout to the ds1307 family, but with some minor differences in bit positions, polarity and control registers.
There are also other features in this RTC like event (GPIO) detection, alarm, timestamp and scratch/RAM register which are not implemented at this time.
There is also a predecessor device, the RX-8025 which could be implemented with a few minor changes, but this has been left out for simplicity.
I started with the ds1307(4) driver for simplicity (and to ease the learning curve as I'm new to FreeBSD), but an entirely separate driver for the Epson RX-8025/35 could be justified given the divergence between them and other ds1307-look-a-likes.