Skip to content

Commit 9fd1e28

Browse files
asellaminxpkartben
authored andcommitted
boards: nxp: imx95_evk_15x15: flexcan2: add pinctrl node
Add pinmux configuration to enable the can in zephyr. Using the following pins: - CAN2_TX, GPIO_IO25 - CAN2_RX, GPIO_IO27 Signed-off-by: Aziz Sellami <[email protected]> Signed-off-by: Jiafei Pan <[email protected]>
1 parent 03d1054 commit 9fd1e28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards/nxp/imx95_evk_15x15/imx95_evk_15x15-pinctrl.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,14 @@
5050
drive-strength = "x4";
5151
};
5252
};
53+
54+
flexcan2_default: flexcan2_default {
55+
group0 {
56+
pinmux = <&iomuxc_gpio_io27_can_rx_can2_rx>,
57+
<&iomuxc_gpio_io25_can_tx_can2_tx>;
58+
bias-pull-down;
59+
slew-rate = "slightly_fast";
60+
drive-strength = "x4";
61+
};
62+
};
5363
};

0 commit comments

Comments
 (0)