[PATCH 0/2] Add support for two RTCs
Michael Walle
mwalle at kernel.org
Fri Nov 14 16:12:46 CET 2025
I'll soon post support for the Kontron SMARC-sAM67 u-boot support.
I'm still waiting for the linux device trees to be merged (in -next
right now) and then to be synced to the u-boot tree. That board
features two different RTCs and this will already support for these.
You can find the device tree at [1]. RTC nodes are in the overlays,
though there is none for the RV3032 at the moment.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
Michael Walle (2):
drivers: rtc: add PCF85063 support
drivers: rtc: add RV3032 support
drivers/rtc/Kconfig | 15 +++++
drivers/rtc/Makefile | 2 +
drivers/rtc/pcf85063.c | 107 ++++++++++++++++++++++++++++++++++++
drivers/rtc/rv3032.c | 121 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 245 insertions(+)
create mode 100644 drivers/rtc/pcf85063.c
create mode 100644 drivers/rtc/rv3032.c
--
2.47.3
More information about the U-Boot
mailing list