Skip to content

Commit

Permalink
ARM: at91/dt: at91sam9m10g45ek add rtc node
Browse files Browse the repository at this point in the history
Add rtc node to both the at91sam9g45 SoC family and the at91sam9m10g45ek board.

Signed-off-by: Erik van Luijk <evanluijk@interact.nl>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Erik van Luijk authored and Nicolas Ferre committed Sep 18, 2014
1 parent e0065cf commit 4dd7933
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/at91sam9g45.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,13 @@
clocks = <&slow_rc_osc &slow_osc>;
};
};

rtc@fffffdb0 {
compatible = "atmel,at91rm9200-rtc";
reg = <0xfffffdb0 0x30>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
status = "disabled";
};
};

fb0: fb@0x00500000 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm_leds>;
};

rtc@fffffdb0 {
status = "okay";
};
};

fb0: fb@0x00500000 {
Expand Down

0 comments on commit 4dd7933

Please sign in to comment.