From 46f2bcde282cc0a2fc86ab337f196a2e622dfb5e Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Mon, 28 Apr 2025 13:51:22 +0800 Subject: [PATCH] dts: arm/nxp: Add lpspi nodes to NXP MCXA153 dtsi file Add lpspi nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa153.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa153.dtsi b/dts/arm/nxp/nxp_mcxa153.dtsi index c5ca0298d4d..61e7ac0baf2 100644 --- a/dts/arm/nxp/nxp_mcxa153.dtsi +++ b/dts/arm/nxp/nxp_mcxa153.dtsi @@ -181,6 +181,30 @@ status = "disabled"; }; + lpspi0: spi@4009c000 { + compatible = "nxp,lpspi"; + reg = <0x4009c000 0x1000>; + interrupts = <28 0>; + clocks = <&syscon MCUX_LPSPI0_CLK>; + tx-fifo-size = <4>; + rx-fifo-size = <4>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + + lpspi1: spi@4009d000 { + compatible = "nxp,lpspi"; + reg = <0x4009d000 0x1000>; + interrupts = <29 0>; + clocks = <&syscon MCUX_LPSPI1_CLK>; + tx-fifo-size = <4>; + rx-fifo-size = <4>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + lpuart0: lpuart@4009f000 { compatible = "nxp,lpuart"; status = "disabled";