ARM: at91/dt: rm9200: add RTC node
Add a node for the RTC available on at91rm9200. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
52820d26ec
commit
e39f00e5d2
|
@ -356,6 +356,13 @@
|
||||||
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rtc: rtc@fffffe00 {
|
||||||
|
compatible = "atmel,at91rm9200-rtc";
|
||||||
|
reg = <0xfffffe00 0x40>;
|
||||||
|
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
tcb0: timer@fffa0000 {
|
tcb0: timer@fffa0000 {
|
||||||
compatible = "atmel,at91rm9200-tcb";
|
compatible = "atmel,at91rm9200-tcb";
|
||||||
reg = <0xfffa0000 0x100>;
|
reg = <0xfffa0000 0x100>;
|
||||||
|
|
Loading…
Reference in New Issue