Letux 400 Hardware

RTC

Table of Content

RTC support in the Letux 400.

RTC

Real-time clock (RTC) support in the Letux 400 relies on use of the PCF8563 RTC chip found on the system board. See: https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf

There is an RTC peripheral in the JZ4730 which has core registers similar to those of the JZ4740, but the peripheral appears to lack the hibernation-related registers.

Consequently, RTC operations involve I2C transactions with I2C address 0x51.

Resources

In modern kernels the following files are pertinent:

  • drivers/rtc/rtc-pcf8563.c

Created: 4 years 2 months ago
by Paul Boddie