File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,12 @@ void board_early_init_hook(void)
159
159
CLOCK_AttachClk (kFRO_HF_DIV_to_FLEXCOMM2 );
160
160
#endif
161
161
162
+ #if DT_NODE_HAS_STATUS_OKAY (DT_NODELABEL (flexcomm3 ))
163
+ /* Configure input clock to be able to reach the datasheet specified SPI band rate. */
164
+ CLOCK_SetClkDiv (kCLOCK_DivFlexcom3Clk , 1u );
165
+ CLOCK_AttachClk (kFRO_HF_DIV_to_FLEXCOMM3 );
166
+ #endif
167
+
162
168
#if DT_NODE_HAS_STATUS_OKAY (DT_NODELABEL (flexcomm4 ))
163
169
/* Configure input clock to be able to reach the datasheet specified SPI band rate. */
164
170
CLOCK_SetClkDiv (kCLOCK_DivFlexcom4Clk , 1u );
Original file line number Diff line number Diff line change 31
31
};
32
32
};
33
33
34
+ pinmux_flexcomm3_lpi2c: pinmux_flexcomm3_lpi2c {
35
+ group0 {
36
+ pinmux = <FC3_P0_PIO1_0>,
37
+ <FC3_P1_PIO1_1>;
38
+ slew-rate = "fast";
39
+ drive-strength = "low";
40
+ input-enable;
41
+ bias-pull-up;
42
+ drive-open-drain;
43
+ };
44
+ };
45
+
34
46
pinmux_flexcomm7_lpi2c: pimux_flexcomm7_lpi2c {
35
47
group0 {
36
48
pinmux = <FC7_P0_PIO3_2>,
You can’t perform that action at this time.
0 commit comments