dts: nxp: mcxn23x: Fix LPSPI fifo sizes
The LPSPI FIFOs on this platform are 8 words long, not 16. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
a05fd62119
commit
25f32107f6
1 changed files with 16 additions and 16 deletions
|
@ -192,8 +192,8 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
};
|
||||
flexcomm0_lpi2c0: lpi2c@92800 {
|
||||
compatible = "nxp,lpi2c";
|
||||
|
@ -233,8 +233,8 @@
|
|||
/* DMA channels 0 and 1, muxed to LPSPI1 RX and TX */
|
||||
dmas = <&edma0 0 71>, <&edma0 1 72>;
|
||||
dma-names = "rx", "tx";
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm1_lpi2c1: lpi2c@93800 {
|
||||
|
@ -275,8 +275,8 @@
|
|||
/* DMA channels 4 and 5, muxed to LPSPI2 RX and TX */
|
||||
dmas = <&edma0 4 73>, <&edma0 5 74>;
|
||||
dma-names = "rx", "tx";
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm2_lpi2c2: lpi2c@94800 {
|
||||
|
@ -311,8 +311,8 @@
|
|||
clocks = <&syscon MCUX_FLEXCOMM3_CLK>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm3_lpi2c3: lpi2c@95800 {
|
||||
|
@ -353,8 +353,8 @@
|
|||
/* DMA channels 2 and 3, muxed to LPSPI4 RX and TX */
|
||||
dmas = <&edma0 2 77>, <&edma0 3 78>;
|
||||
dma-names = "rx", "tx";
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm4_lpi2c4: lpi2c@b4800 {
|
||||
|
@ -389,8 +389,8 @@
|
|||
clocks = <&syscon MCUX_FLEXCOMM5_CLK>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm5_lpi2c5: lpi2c@b5800 {
|
||||
|
@ -425,8 +425,8 @@
|
|||
clocks = <&syscon MCUX_FLEXCOMM6_CLK>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm6_lpi2c6: lpi2c@b6800 {
|
||||
|
@ -461,8 +461,8 @@
|
|||
clocks = <&syscon MCUX_FLEXCOMM7_CLK>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
tx-fifo-size = <16>;
|
||||
rx-fifo-size = <16>;
|
||||
tx-fifo-size = <8>;
|
||||
rx-fifo-size = <8>;
|
||||
status = "disabled";
|
||||
};
|
||||
flexcomm7_lpi2c7: lpi2c@b7800 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue