File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ The Zephyr nucleo_c031c6 board configuration supports the following hardware fea
7474+-----------+------------+-------------------------------------+
7575| CLOCK | on-chip | reset and clock control |
7676+-----------+------------+-------------------------------------+
77+ | RTC | on-chip | counter |
78+ +-----------+------------+-------------------------------------+
7779
7880Other hardware features are not yet supported in this Zephyr port.
7981
Original file line number Diff line number Diff line change 4343 };
4444};
4545
46+ &clk_lse {
47+ status = "okay";
48+ };
49+
4650&clk_hse {
4751 clock-frequency = <DT_FREQ_M(48)>;
4852 status = "okay";
6771 current-speed = <115200>;
6872 status = "okay";
6973};
74+
75+ &rtc {
76+ clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000400>,
77+ <&rcc STM32_SRC_LSE RTC_SEL(1)>;
78+ status = "okay";
79+ };
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ toolchain:
88 - xtools
99supported :
1010 - gpio
11+ - counter
1112ram : 12
1213flash : 32
You can’t perform that action at this time.
0 commit comments