Commit b909c6c9 authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91/at91sam9x5: add RTC node

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 6901d947
......@@ -559,6 +559,13 @@ trigger@3 {
trigger-value = <0x6>;
};
};
rtc@fffffeb0 {
compatible = "atmel,at91rm9200-rtc";
reg = <0xfffffeb0 0x40>;
interrupts = <1 4 7>;
status = "disabled";
};
};
nand0: nand@40000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment