zephyr/boards/nxp/frdm_mcxw71/frdm_mcxw71-pinctrl.dtsi

17 lines
280 B
Plaintext
Raw Normal View History

/*
* Copyright 2024 NXP
* SPDX-License-Identifier: Apache-2.0
*/
#include <nxp/mcx/MCXW716CMFTA-pinctrl.h>
&pinctrl {
pinmux_lpuart1: pinmux_lpuart1 {
group0 {
pinmux = <LPUART1_RX_PTC2>, <LPUART1_TX_PTC3>;
drive-strength = "low";
slew-rate = "fast";
};
};
};