File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ hardware features:
83
83
+-----------+------------+-------------------------------------+
84
84
| PWM | on-chip | pwm |
85
85
+-----------+------------+-------------------------------------+
86
+ | TIMER | on-chip | counter |
87
+ +-----------+------------+-------------------------------------+
86
88
87
89
Other hardware features have not been enabled yet for this board.
88
90
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ uart0: &usart3 {
186
186
};
187
187
};
188
188
189
+ /* Connected to onboard 4-Gbyte eMMC flash memory */
189
190
&sdmmc1 {
190
191
pinctrl-0 = <&sdmmc1_d0_pc8 &sdmmc1_d1_pc9
191
192
&sdmmc1_d2_pc10 &sdmmc1_d3_pc11
@@ -196,14 +197,6 @@ uart0: &usart3 {
196
197
status = "okay";
197
198
};
198
199
199
- &sdmmc2 {
200
- pinctrl-0 = <&sdmmc2_d0_pb14 &sdmmc2_d1_pb15
201
- &sdmmc2_d2_pb3 &sdmmc2_d3_pb4
202
- &sdmmc2_ck_pd6 &sdmmc2_cmd_pd7>;
203
- pinctrl-names = "default";
204
- status = "okay";
205
- };
206
-
207
200
&adc1 {
208
201
pinctrl-0 = <&adc1_in5_pa0 &adc1_in14_pc5>;
209
202
pinctrl-names = "default";
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ supported:
18
18
- i2c
19
19
- flash
20
20
- sdmmc
21
+ - timer
22
+ - rng
21
23
ram : 2496
22
24
flash : 4096
23
25
vendor : st
You can’t perform that action at this time.
0 commit comments