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