Skip to content

Commit

Permalink
boards: imx8mp_evk: adsp: add pin definitions/property for SAI3
Browse files Browse the repository at this point in the history
Add pin definitions and property for SAI3 node.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Jan 31, 2025
1 parent 40cee33 commit 6706e86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boards/nxp/imx8mp_evk/imx8mp_evk-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
#include <nxp/nxp_imx/mimx8ml8dvnlz-pinctrl.dtsi>

&pinctrl {
sai3_default: sai3_default {
group0 {
pinmux = <&iomuxc_sai3_txfs_sai_tx_sync_sai3_tx_sync>,
<&iomuxc_sai3_txc_sai_tx_bclk_sai3_tx_bclk>,
<&iomuxc_sai3_rxd_sai_rx_data_sai3_rx_data0>,
<&iomuxc_sai3_txd_sai_tx_data_sai3_tx_data0>,
<&iomuxc_sai3_mclk_sai_mclk_sai3_mclk>;
bias-pull-up;
slew-rate = "fast";
drive-strength = "x6";
input-schmitt-enable;
};
};

uart2_default: uart2_default {
group0 {
pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>,
Expand Down
5 changes: 5 additions & 0 deletions boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_adsp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
};
};

&sai3 {
pinctrl-0 = <&sai3_default>;
pinctrl-names = "default";
};

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

0 comments on commit 6706e86

Please sign in to comment.