40 lines
733 B
Plaintext
40 lines
733 B
Plaintext
/*
|
|
* NOTE: File generated by lpc_cfg_utils.py
|
|
* from LPCXpresso51U68.mex
|
|
*/
|
|
|
|
|
|
#include <nxp/lpc/LPC51U68JBD64-pinctrl.h>
|
|
|
|
&pinctrl {
|
|
pinmux_flexcomm0_uart: pinmux_flexcomm0_uart {
|
|
group0 {
|
|
pinmux = <FC0_TXD_SCL_MISO_PIO0_1>,
|
|
<FC0_RXD_SDA_MOSI_PIO0_0>;
|
|
bias-pull-up;
|
|
slew-rate = "standard";
|
|
};
|
|
};
|
|
|
|
pinmux_flexcomm4_i2c: pinmux_flexcomm4_i2c {
|
|
group0 {
|
|
pinmux = <FC4_RTS_SCL_SSEL1_PIO0_25>,
|
|
<FC4_CTS_SDA_SSEL0_PIO0_26>;
|
|
};
|
|
};
|
|
|
|
pinmux_flexcomm5_spi: pinmux_flexcomm5_spi {
|
|
group0 {
|
|
pinmux = <FC5_SSEL3_PIO1_2>;
|
|
bias-pull-up;
|
|
};
|
|
group1 {
|
|
pinmux = <FC5_TXD_SCL_MISO_PIO0_18>,
|
|
<FC5_SCK_PIO0_19>,
|
|
<FC5_RXD_SDA_MOSI_PIO0_20>;
|
|
bias-pull-up;
|
|
slew-rate = "standard";
|
|
};
|
|
};
|
|
};
|