1
0
Fork 0

ARM: at91/dt: at91sam9rl: add rtc

Add rtc support to the at91sam9rl dtsi file.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
hifive-unleashed-5.1
Alexandre Belloni 2014-10-01 18:41:32 +02:00 committed by Nicolas Ferre
parent 1d2a05630b
commit 30043f4ebb
1 changed files with 7 additions and 0 deletions

View File

@ -1059,6 +1059,13 @@
clocks = <&slow_rc_osc &slow_osc>;
};
};
rtc@fffffeb0 {
compatible = "atmel,at91rm9200-rtc";
reg = <0xfffffeb0 0x40>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";
};
};
};