Skip to content
Snippets Groups Projects
Commit 9a97ec40 authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[C72 Mini][DTS][RTC] Add alias for Real Time Clock

Use the alias rtc0 to force pcf2123 as the primary RTC for the system,
while relegating the internal snvs_rtc as secondary (rtc1)
parent e2f2f07a
No related branches found
No related tags found
1 merge request!149[C72 Mini] Add support
......@@ -24,6 +24,11 @@
model = "SECO i.MX8MM C72 board";
compatible = "fsl,imx8mm-evk", "seco,imx8mm-c72","fsl,imx8mm";
aliases {
rtc1 = &snvs_rtc;
rtc0 = &rtc;
};
memory@40000000 {
device_type = "memory";
reg = <0x0 0x40000000 0 0x80000000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment