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:
parent
c152e0980c
commit
f41ca50ef3
4 changed files with 36 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue