dts: atmel: Add rtc device to atmel sam dtsi

This commit adds the RTC device to the following
atmel sam devicetrees:
- sam3x.dtsi
- sam4e.dtsi
- sam4s.dtsi
- same70.dtsi

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
This commit is contained in:
Bjarki Arge Andreasen 2023-10-15 21:03:53 +02:00 committed by Fabio Baltieri
commit f41ca50ef3
4 changed files with 36 additions and 0 deletions

View file

@ -246,6 +246,15 @@
clocks = <&pmc PMC_TYPE_PERIPHERAL 1>;
user-nrst;
};
rtc: rtc@400e1a60 {
compatible = "atmel,sam-rtc";
reg = <0x400e1a60 0x100>;
interrupts = <2 0>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 2>;
alarms-count = <1>;
status = "disabled";
};
};
};

View file

@ -303,6 +303,15 @@
clocks = <&pmc PMC_TYPE_PERIPHERAL 16>;
status = "disabled";
};
rtc: rtc@400e1860 {
compatible = "atmel,sam-rtc";
reg = <0x400e1860 0x100>;
interrupts = <2 0>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 2>;
alarms-count = <1>;
status = "disabled";
};
};
};

View file

@ -240,6 +240,15 @@
clocks = <&pmc PMC_TYPE_PERIPHERAL 10>;
status = "disabled";
};
rtc: rtc@400e1460 {
compatible = "atmel,sam-rtc";
reg = <0x400e1460 0x100>;
interrupts = <2 0>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 2>;
alarms-count = <1>;
status = "disabled";
};
};
};

View file

@ -443,6 +443,15 @@
clocks = <&pmc PMC_TYPE_PERIPHERAL 1>;
user-nrst;
};
rtc: rtc@400e1860 {
compatible = "atmel,sam-rtc";
reg = <0x400e1860 0x100>;
interrupts = <2 0>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 2>;
alarms-count = <1>;
status = "disabled";
};
};
};