diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2014-11-14 05:08:49 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 09:08:50 -0500 |
commit | 9b5a0675072eb3b217cbbb3f8958addcbf27d740 (patch) | |
tree | c1c6c08a88f6100bac1c17f75754ca844884f944 /arch/arm/boot/dts/at91sam9261.dtsi | |
parent | 30043f4ebbe6574418eeaf3fe9025f4019702880 (diff) |
ARM: at91/dt: add RTT nodes to at91 dtsis
at91sam926x, at91sam9g45 and at91sam9rl SoCs all have at least one RTT
block.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9261.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9261.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi index a81aab4281a7..06b11fc9057f 100644 --- a/arch/arm/boot/dts/at91sam9261.dtsi +++ b/arch/arm/boot/dts/at91sam9261.dtsi | |||
@@ -828,6 +828,14 @@ | |||
828 | clocks = <&mck>; | 828 | clocks = <&mck>; |
829 | }; | 829 | }; |
830 | 830 | ||
831 | rtc@fffffd20 { | ||
832 | compatible = "atmel,at91sam9260-rtt"; | ||
833 | reg = <0xfffffd20 0x10>; | ||
834 | interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; | ||
835 | clocks = <&slow_xtal>; | ||
836 | status = "disabled"; | ||
837 | }; | ||
838 | |||
831 | watchdog@fffffd40 { | 839 | watchdog@fffffd40 { |
832 | compatible = "atmel,at91sam9260-wdt"; | 840 | compatible = "atmel,at91sam9260-wdt"; |
833 | reg = <0xfffffd40 0x10>; | 841 | reg = <0xfffffd40 0x10>; |