Skip to content

Commit

Permalink
dts: arm: nordic: nrf54l15: add missing easydma-maxcnt-bits
Browse files Browse the repository at this point in the history
Unlike SPI nodes, I2C nodes (i2c20, i2c21, i2c22 and i2c30) did not have
this required property.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and MaureenHelm committed Feb 7, 2024
1 parent 2b43c3b commit bf4a021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dts/arm/nordic/nrf54l15_cpuapp_peripherals.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ i2c20: i2c@c6000 {
reg = <0xc6000 0x1000>;
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <198 NRF_DEFAULT_IRQ_PRIORITY>;
easydma-maxcnt-bits = <16>;
status = "disabled";
};

Expand Down Expand Up @@ -140,6 +141,7 @@ i2c21: i2c@c7000 {
reg = <0xc7000 0x1000>;
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <199 NRF_DEFAULT_IRQ_PRIORITY>;
easydma-maxcnt-bits = <16>;
status = "disabled";
};

Expand Down Expand Up @@ -174,6 +176,7 @@ i2c22: i2c@c8000 {
reg = <0xc8000 0x1000>;
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <200 NRF_DEFAULT_IRQ_PRIORITY>;
easydma-maxcnt-bits = <16>;
status = "disabled";
};

Expand Down Expand Up @@ -344,6 +347,7 @@ i2c30: i2c@104000 {
reg = <0x104000 0x1000>;
clock-frequency = <I2C_BITRATE_STANDARD>;
interrupts = <260 NRF_DEFAULT_IRQ_PRIORITY>;
easydma-maxcnt-bits = <16>;
status = "disabled";
};

Expand Down

0 comments on commit bf4a021

Please sign in to comment.