Skip to content

Commit

Permalink
boards: imx8mp_evk: adsp: use pin definitions from imx8mp_evk-pinctrl…
Browse files Browse the repository at this point in the history
….dtsi

Use the pin definitions from "imx8mp_evk-pinctrl.dtsi". No need
to redefine them.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Feb 5, 2025
1 parent 3142c51 commit 3c382aa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2021, 2023, 2024 NXP
* Copyright 2021, 2023-2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/dts-v1/;

#include <nxp/nxp_imx8m.dtsi>
#include <nxp/nxp_imx/mimx8ml8dvnlz-pinctrl.dtsi>
#include "imx8mp_evk-pinctrl.dtsi"

/ {
model = "NXP i.MX 8MPLUS Audio DSP";
Expand All @@ -21,18 +21,6 @@
};
};

&pinctrl {
uart4_default: uart4_default {
group0 {
pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
<&iomuxc_uart4_txd_uart_tx_uart4_tx>;
bias-pull-up;
slew-rate = "slow";
drive-strength = "x1";
};
};
};

&uart4 {
status = "okay";
current-speed = <115200>;
Expand Down

0 comments on commit 3c382aa

Please sign in to comment.