Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
404 B

/*
* Copyright 2022 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <nxp/nxp_imx/mimx7d-pinctrl.dtsi>
&pinctrl {
uart1_default: uart1_default {
group0 {
pinmux = <&mx7d_pad_uart1_rx_data__uart1_dte_tx>,
<&mx7d_pad_uart1_tx_data__uart1_dte_rx>;
bias-pull-up-value = "100k";
bias-pull-up;
drive-strength = "x1";
slew-rate = "slow";
input-schmitt-enable;
};
};
};