Skip to content

Commit

Permalink
ARM: at91/at91sam9x5: add RTC node
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Nicolas Ferre committed Mar 22, 2013
1 parent 6901d94 commit b909c6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/at91sam9x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,13 @@
trigger-value = <0x6>;
};
};

rtc@fffffeb0 {
compatible = "atmel,at91rm9200-rtc";
reg = <0xfffffeb0 0x40>;
interrupts = <1 4 7>;
status = "disabled";
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit b909c6c

Please sign in to comment.