Skip to content

Commit f5cdf81

Browse files
VitekSTnashif
authored andcommitted
dts: mimxrt685_evk: Map all pins of Flexcomm #1
Map all pins of RT685's Flexcomm #1 peripheral. Needed for opration of Flexcomm #1 in I2S mode or Flexcomm #3 in I2S mode with shared signals. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
1 parent 0b3ec11 commit f5cdf81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards/nxp/mimxrt685_evk/mimxrt685_evk-pinctrl.dtsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
pinmux_flexcomm1_i2s: pinmux_flexcomm1_i2s {
2828
group0 {
29-
pinmux = <FC1_RXD_SDA_MOSI_DATA_PIO0_9>;
29+
pinmux = <FC1_RXD_SDA_MOSI_DATA_PIO0_9>,
30+
<FC1_TXD_SCL_MISO_WS_PIO0_8>,
31+
<FC1_SCK_PIO0_7>;
3032
input-enable;
3133
slew-rate = "normal";
3234
drive-strength = "high";

0 commit comments

Comments
 (0)