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:
Andrzej Głąbek 2019-09-23 14:27:15 +02:00 committed by Anas Nashif
parent 8f2da767ee
commit 21442d806a

View file

@ -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";