From 960e015aba13b34a3ab096eed76e812336c296ea Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Mon, 12 May 2025 13:09:43 +0800 Subject: [PATCH] dts: arm/nxp: Add i3c nodes to NXP MCXA153 dtsi file Add i3c nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa153.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa153.dtsi b/dts/arm/nxp/nxp_mcxa153.dtsi index d3573cbd69a..131a8ca2cff 100644 --- a/dts/arm/nxp/nxp_mcxa153.dtsi +++ b/dts/arm/nxp/nxp_mcxa153.dtsi @@ -174,6 +174,19 @@ nxp,kinetis-port = <&portd>; }; + i3c0: i3c@40002000 { + compatible = "nxp,mcux-i3c"; + reg = <0x40002000 0x1000>; + interrupts = <24 0>; + clocks = <&syscon MCUX_I3C_CLK>; + clk-divider = <4>; + clk-divider-slow = <1>; + clk-divider-tc = <1>; + status = "disabled"; + #address-cells = <3>; + #size-cells = <0>; + }; + lpadc0: lpadc@400af000 { compatible = "nxp,lpc-lpadc"; reg = <0x400af000 0x1000>;