Skip to content
Snippets Groups Projects
Commit 55f1a8e9 authored by Gianfranco Mariotti's avatar Gianfranco Mariotti Committed by Tobias Kahlki
Browse files

[D18] add flexcan support: can1, can2

parent fb85cd67
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!374dts:d18: Add support for D18 SMARC (aka Levy) module
......@@ -195,13 +195,13 @@ &flexspi {
&flexcan1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flexcan1>;
status = "disabled";
status = "okay";
};
&flexcan2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_flexcan2>;
status = "disabled";
status = "okay";
};
&i2c1 {
......@@ -676,8 +676,8 @@ MX8MP_IOMUXC_SAI1_MCLK__GPIO4_IO20 0x19
pinctrl_flexcan1: flexcan1grp {
fsl,pins = <
MX8MP_IOMUXC_SPDIF_RX__CAN1_RX 0x154
MX8MP_IOMUXC_SPDIF_TX__CAN1_TX 0x154
MX8MP_IOMUXC_SAI5_RXD1__CAN1_TX 0x154
MX8MP_IOMUXC_SAI5_RXD2__CAN1_RX 0x154
>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment