Skip to content

Commit

Permalink
boards/arm: Enable RTC on STM32F4 based boards
Browse files Browse the repository at this point in the history
Enable RTC on STM32F4 based boards.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
ydamigos authored and galak committed Sep 15, 2018
1 parent 0e50526 commit e688d5c
Show file tree
Hide file tree
Showing 34 changed files with 96 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/96b_argonkey/96b_argonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@
label = "LP3943";
};
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/96b_argonkey/96b_argonkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/96b_carbon/96b_carbon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@
};
};
};

&rtc {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/96b_carbon/96b_carbon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ supported:
- gpio
- ble
- i2c
- rtc
- spi
- usb_device
ram: 96
Expand Down
4 changes: 4 additions & 0 deletions boards/arm/96b_neonkey/96b_neonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@
&spi1 {
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/96b_neonkey/96b_neonkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f401re/nucleo_f401re.dts
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@
status = "ok";
};
};

&rtc {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/nucleo_f401re/nucleo_f401re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ toolchain:
- gnuarmemb
supported:
- pwm
- rtc
ram: 96
flash: 512
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f411re/nucleo_f411re.dts
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
&i2c3 {
clock-frequency = <I2C_BITRATE_FAST>;
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/nucleo_f411re/nucleo_f411re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f412zg/nucleo_f412zg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@
status = "ok";
};
};

&rtc {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/nucleo_f412zg/nucleo_f412zg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ toolchain:
- gnuarmemb
supported:
- pwm
- rtc
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f413zh/nucleo_f413zh.dts
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@
status = "ok";
};
};

&rtc {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/nucleo_f413zh/nucleo_f413zh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ toolchain:
supported:
- usb_device
- pwm
- rtc
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f429zi/nucleo_f429zi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ arduino_serial: &usart6 {};
status = "ok";
};
};

&rtc {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/nucleo_f429zi/nucleo_f429zi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ supported:
- spi
- gpio
- pwm
- rtc
4 changes: 4 additions & 0 deletions boards/arm/nucleo_f446re/nucleo_f446re.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
status = "ok";
clock-frequency = <I2C_BITRATE_FAST>;
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/nucleo_f446re/nucleo_f446re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/olimex_stm32_e407/olimex_stm32_e407.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/olimex_stm32_e407/olimex_stm32_e407.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/olimex_stm32_h407/olimex_stm32_h407.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/olimex_stm32_h407/olimex_stm32_h407.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/olimex_stm32_p405/olimex_stm32_p405.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/olimex_stm32_p405/olimex_stm32_p405.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/stm32f411e_disco/stm32f411e_disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/stm32f411e_disco/stm32f411e_disco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/stm32f412g_disco/stm32f412g_disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/stm32f412g_disco/stm32f412g_disco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/stm32f429i_disc1/stm32f429i_disc1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/stm32f429i_disc1/stm32f429i_disc1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/stm32f469i_disco/stm32f469i_disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
pinctrl-names = "default";
status = "ok";
};

&rtc {
status = "ok";
};
2 changes: 2 additions & 0 deletions boards/arm/stm32f469i_disco/stm32f469i_disco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ arch: arm
toolchain:
- zephyr
- gnuarmemb
supported:
- rtc
4 changes: 4 additions & 0 deletions boards/arm/stm32f4_disco/stm32f4_disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
};
};

&rtc {
status = "ok";
};

&usbotg_fs {
status = "ok";
};
1 change: 1 addition & 0 deletions boards/arm/stm32f4_disco/stm32f4_disco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ toolchain:
- gnuarmemb
supported:
- pwm
- rtc
- usb

0 comments on commit e688d5c

Please sign in to comment.