Difference between revisions of "RIALTO SBC/Interfaces and Connectors/RTC"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
(Created page with "<section begin=History/> {| style="border-collapse:collapse; " !colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History |- !style="border-le...")
 
(No difference)

Latest revision as of 15:20, 12 January 2024

History
Issue Date Notes
2024/01/12 First documentation release



RTC[edit | edit source]

Description[edit | edit source]

RIALTO SBC uses an external I2C RTC device, i.e. M41T83SQA6F.

An external lithium battery (like Panasonic ML-1220/V1AN rechargeable battery) can be optionally mounted on RIALTO SBC.


RTC Lithium battery

Signals[edit | edit source]

The following table describes the interface signals:

Pin# Pin name Pin function Pin Notes
1 RTC_LICELL VBAT coin cell battery network has to be properly configured for lithium battery recharge current
2 GND Ground

Device mapping[edit | edit source]

RTC is mapped to /dev/rtc0 device in Linux.

Device usage[edit | edit source]

The peripheral can be accessed through the date and hwclock linux commands.