dts: nrf52840: Correct the base address in spi3 node
Instead of 0x4002b000 it should be 0x4002f000. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
8f2da767ee
commit
21442d806a
|
@ -256,11 +256,11 @@
|
|||
label = "SPI_2";
|
||||
};
|
||||
|
||||
spi3: spi@4002b000 {
|
||||
spi3: spi@4002f000 {
|
||||
compatible = "nordic,nrf-spim";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x4002b000 0x1000>;
|
||||
reg = <0x4002f000 0x1000>;
|
||||
interrupts = <47 1>;
|
||||
status = "disabled";
|
||||
label = "SPI_3";
|
||||
|
|
Loading…
Reference in a new issue