1/* 2 * NOTE: File generated by gen_board_pinctrl.py 3 * from LPCXpresso51U68.mex 4 */ 5 6 7#include <nxp/lpc/LPC51U68JBD64-pinctrl.h> 8 9&pinctrl { 10 pinmux_flexcomm0_uart: pinmux_flexcomm0_uart { 11 group0 { 12 pinmux = <FC0_TXD_SCL_MISO_PIO0_1>, 13 <FC0_RXD_SDA_MOSI_PIO0_0>; 14 bias-pull-up; 15 slew-rate = "standard"; 16 }; 17 }; 18 19 pinmux_flexcomm4_i2c: pinmux_flexcomm4_i2c { 20 group0 { 21 pinmux = <FC4_RTS_SCL_SSEL1_PIO0_25>, 22 <FC4_CTS_SDA_SSEL0_PIO0_26>; 23 }; 24 }; 25 26 pinmux_flexcomm5_spi: pinmux_flexcomm5_spi { 27 group0 { 28 pinmux = <FC5_SSEL3_PIO1_2>; 29 bias-pull-up; 30 }; 31 group1 { 32 pinmux = <FC5_TXD_SCL_MISO_PIO0_18>, 33 <FC5_SCK_PIO0_19>, 34 <FC5_RXD_SDA_MOSI_PIO0_20>; 35 bias-pull-up; 36 slew-rate = "standard"; 37 }; 38 }; 39}; 40