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 Jan 31, 2025
1 parent 3142c51 commit 40cee33
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/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 40cee33

Please sign in to comment.