From 0004a3f08f81720d848025367198e18e34db03e0 Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Mon, 23 Dec 2024 12:50:29 +0800 Subject: [PATCH] dts: arm/nxp: Add Flexcan nodes to NXP MCXA156 dtsi file Add Flexcan nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa156.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa156.dtsi b/dts/arm/nxp/nxp_mcxa156.dtsi index ade6b847753..107ad4b60e7 100644 --- a/dts/arm/nxp/nxp_mcxa156.dtsi +++ b/dts/arm/nxp/nxp_mcxa156.dtsi @@ -221,6 +221,16 @@ #io-channel-cells = <1>; }; + flexcan0: can@400cc000 { + compatible = "nxp,flexcan"; + reg = <0x400cc000 0x1000>; + interrupts = <19 0>; + interrupt-names = "common"; + clocks = <&syscon MCUX_FLEXCAN0_CLK>; + clk-source = <0>; + status = "disabled"; + }; + flexpwm0: flexpwm@400a9000 { compatible = "nxp,flexpwm"; reg = <0x400a9000 0x1000>;