We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f199b3 commit ffbeaeeCopy full SHA for ffbeaee
boards/arm/frdm_k64f/pinmux.c
@@ -87,6 +87,13 @@ static int frdm_k64f_pinmux_init(struct device *dev)
87
pinmux_pin_set(portc, 17, PORT_PCR_MUX(kPORT_MuxAsGpio));
88
#endif
89
90
+#ifdef CONFIG_MODEM_UBLOX_SARA_R4
91
+ /* Modem RESET */
92
+ pinmux_pin_set(portc, 2, PORT_PCR_MUX(kPORT_MuxAsGpio));
93
+ /* Modem POWER_ON */
94
+ pinmux_pin_set(porta, 2, PORT_PCR_MUX(kPORT_MuxAsGpio));
95
+#endif
96
+
97
#ifdef CONFIG_IEEE802154_MCR20A
98
/* FRDM-MCR20A Reset (D5) */
99
pinmux_pin_set(porta, 2, PORT_PCR_MUX(kPORT_MuxAsGpio));
0 commit comments