Skip to content

Commit bb76262

Browse files
NeilChen93henrikbrixandersen
authored andcommitted
dts: arm/nxp: Add Flexcan nodes to NXP MCXN23x dtsi file
Add Flexcan nodes to NXP MCXN23x dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent d8753a1 commit bb76262

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/nxp/nxp_mcxn23x_common.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,26 @@
737737
status = "disabled";
738738
#io-channel-cells = <2>;
739739
};
740+
741+
flexcan0: can@d4000 {
742+
compatible = "nxp,flexcan";
743+
reg = <0xd4000 0x4000>;
744+
interrupts = <62 0>;
745+
interrupt-names = "common";
746+
clocks = <&syscon MCUX_FLEXCAN0_CLK>;
747+
clk-source = <0>;
748+
status = "disabled";
749+
};
750+
751+
flexcan1: can@d8000 {
752+
compatible = "nxp,flexcan";
753+
reg = <0xd8000 0x4000>;
754+
interrupts = <63 0>;
755+
interrupt-names = "common";
756+
clocks = <&syscon MCUX_FLEXCAN1_CLK>;
757+
clk-source = <0>;
758+
status = "disabled";
759+
};
740760
};
741761

742762
&systick {

0 commit comments

Comments
 (0)