From 4554bd0e7fea7d2ab8640b434e8521e664a1e41f Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Mon, 28 Apr 2025 13:42:23 +0800 Subject: [PATCH] dts: arm/nxp: Add lpi2c nodes to NXP MCXA153 dtsi file Add lpi2c nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa153.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa153.dtsi b/dts/arm/nxp/nxp_mcxa153.dtsi index 25ca9e29cf7..c5ca0298d4d 100644 --- a/dts/arm/nxp/nxp_mcxa153.dtsi +++ b/dts/arm/nxp/nxp_mcxa153.dtsi @@ -8,6 +8,7 @@ #include #include #include +#include / { cpus { @@ -169,6 +170,17 @@ #io-channel-cells = <2>; }; + lpi2c0: i2c@4009a000 { + compatible = "nxp,lpi2c"; + clock-frequency = ; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x4009a000 0x1000>; + interrupts = <26 0>; + clocks = <&syscon MCUX_LPI2C0_CLK>; + status = "disabled"; + }; + lpuart0: lpuart@4009f000 { compatible = "nxp,lpuart"; status = "disabled";