Hi group,
I have the subject real time clock chip interfaced to my beagleboard XM. The driver is in the kernel as a module, source is at drivers/rtc/rtc-ds3232.c. I can insmod the driver, but that's where things break down for me: I do not know how to access the driver functionality within user space. The special file /dev/rtc0 is the built in RTC. I think that an i2c device must be bound and passed to the DS3232 driver, but I have not found any information as to how that is done. If anyone knows and can help, I would be very glad.
PS an I2c detection program detects the RTC chip at it's adress on bus 2.
Thanks in advance, Drake..