Skip to content

Commit 0521c57

Browse files
dts: arm: nxp: add CAN FD support for MCXN SOC family
Add CAN FD support for MCXN SOC family, including mcxn23x, mcxn94x and mcxn54x. Tested with tests/drivers/can. Fixes #91138 Signed-off-by: William Tang <[email protected]>
1 parent 4758cfa commit 0521c57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dts/arm/nxp/nxp_mcxn23x_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@
828828
};
829829

830830
flexcan0: can@d4000 {
831-
compatible = "nxp,flexcan";
831+
compatible = "nxp,flexcan-fd", "nxp,flexcan";
832832
reg = <0xd4000 0x4000>;
833833
interrupts = <62 0>;
834834
interrupt-names = "common";
@@ -838,7 +838,7 @@
838838
};
839839

840840
flexcan1: can@d8000 {
841-
compatible = "nxp,flexcan";
841+
compatible = "nxp,flexcan-fd", "nxp,flexcan";
842842
reg = <0xd8000 0x4000>;
843843
interrupts = <63 0>;
844844
interrupt-names = "common";

dts/arm/nxp/nxp_mcxn94x_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
};
110110

111111
flexcan1: can@d8000 {
112-
compatible = "nxp,flexcan";
112+
compatible = "nxp,flexcan-fd", "nxp,flexcan";
113113
reg = <0xd8000 0x4000>;
114114
interrupts = <63 0>;
115115
interrupt-names = "common";

dts/arm/nxp/nxp_mcxnx4x_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@
995995
};
996996

997997
flexcan0: can@d4000 {
998-
compatible = "nxp,flexcan";
998+
compatible = "nxp,flexcan-fd", "nxp,flexcan";
999999
reg = <0xd4000 0x4000>;
10001000
interrupts = <62 0>;
10011001
interrupt-names = "common";

0 commit comments

Comments
 (0)