ARM: at91/dt: at91sam9m10g45ek add rtc node

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>
This commit is contained in:
Erik van Luijk 2014-09-02 12:52:12 +02:00 committed by Nicolas Ferre
parent e0065cf719
commit 4dd7933ad6
2 changed files with 11 additions and 0 deletions

View file

@ -1191,6 +1191,13 @@ clk32k: slck {
clocks = <&slow_rc_osc &slow_osc>; 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 { fb0: fb@0x00500000 {

View file

@ -160,6 +160,10 @@ pwm0: pwm@fffb8000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm_leds>; pinctrl-0 = <&pinctrl_pwm_leds>;
}; };
rtc@fffffdb0 {
status = "okay";
};
}; };
fb0: fb@0x00500000 { fb0: fb@0x00500000 {