File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
phytec/mimx8mm_phyboard_polis Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2022, NXP
2+ * Copyright 2022,2024 NXP
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 */
1212 pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>,
1313 <&iomuxc_uart2_txd_uart_tx_uart2_tx>;
1414 slew-rate = "fast";
15- drive-strength = "40-ohm ";
15+ drive-strength = "x6 ";
1616 };
1717 };
1818
2121 pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
2222 <&iomuxc_uart4_txd_uart_tx_uart4_tx>;
2323 slew-rate = "fast";
24- drive-strength = "40-ohm ";
24+ drive-strength = "x6 ";
2525 };
2626 };
2727
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2022 NXP
2+ * Copyright 2022,2024 NXP
33 * SPDX-License-Identifier: Apache-2.0
44 *
55 */
1212 pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>,
1313 <&iomuxc_uart2_txd_uart_tx_uart2_tx>;
1414 slew-rate = "fast";
15- drive-strength = "40-ohm ";
15+ drive-strength = "x6 ";
1616 };
1717 };
1818
2121 pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
2222 <&iomuxc_uart4_txd_uart_tx_uart4_tx>;
2323 slew-rate = "fast";
24- drive-strength = "40-ohm ";
24+ drive-strength = "x6 ";
2525 };
2626 };
2727
Original file line number Diff line number Diff line change 1212 pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
1313 <&iomuxc_uart4_txd_uart_tx_uart4_tx>;
1414 slew-rate = "fast";
15- drive-strength = "40-ohm ";
15+ drive-strength = "x6 ";
1616 };
1717 };
1818
2121 pinmux = <&iomuxc_uart3_rxd_uart_rx_uart3_rx>,
2222 <&iomuxc_uart3_txd_uart_tx_uart3_tx>;
2323 slew-rate = "fast";
24- drive-strength = "40-ohm ";
24+ drive-strength = "x6 ";
2525 };
2626 };
2727
3232 <&iomuxc_sai3_txfs_uart_tx_uart2_rx>,
3333 <&iomuxc_sai3_txc_uart_rx_uart2_tx>;
3434 slew-rate = "fast";
35- drive-strength = "40-ohm ";
35+ drive-strength = "x6 ";
3636 };
3737 };
3838
4343 <&iomuxc_sai2_rxd0_uart_rts_b_uart1_rts_b>,
4444 <&iomuxc_sai2_txfs_uart_cts_b_uart1_cts_b>;
4545 slew-rate = "fast";
46- drive-strength = "40-ohm ";
46+ drive-strength = "x6 ";
4747 };
4848 };
4949};
Original file line number Diff line number Diff line change 55 */
66
77#include <nxp/nxp_imx8m_m4.dtsi>
8+
9+ &pinctrl {
10+ status = "okay";
11+ compatible = "nxp,imx8mp-pinctrl";
12+ };
Original file line number Diff line number Diff line change 100100 status = "okay";
101101 pinctrl: pinctrl {
102102 status = "okay";
103- compatible = "nxp,imx8m -pinctrl";
103+ compatible = "nxp,imx8mp -pinctrl";
104104 };
105105 };
106106
Original file line number Diff line number Diff line change 100100 status = "okay";
101101 pinctrl: pinctrl {
102102 status = "okay";
103- compatible = "nxp,imx8m -pinctrl";
103+ compatible = "nxp,imx8mp -pinctrl";
104104 };
105105 };
106106
You can’t perform that action at this time.
0 commit comments