Skip to content

Commit 20eac0e

Browse files
asellaminxpkartben
authored andcommitted
boards: nxp: imx95_evk: 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 1b53332 commit 20eac0e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

boards/nxp/imx95_evk/imx95_evk-pinctrl.dtsi

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 NXP
2+
* Copyright 2024-2025 NXP
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

@@ -139,6 +139,16 @@
139139
};
140140
};
141141

142+
flexcan2_default: flexcan2_default {
143+
group0 {
144+
pinmux = <&iomuxc_gpio_io27_can_rx_can2_rx>,
145+
<&iomuxc_gpio_io25_can_tx_can2_tx>;
146+
bias-pull-down;
147+
slew-rate = "slightly_fast";
148+
drive-strength = "x4";
149+
};
150+
};
151+
142152
tpm2_default: tpm2_default {
143153
group0 {
144154
pinmux = <&iomuxc_i2c2_scl_tpm_ch_tpm2_ch2>,

0 commit comments

Comments
 (0)