Commit 21442d80 authored by Andrzej Głąbek's avatar Andrzej Głąbek Committed by Anas Nashif
Browse files

dts: nrf52840: Correct the base address in spi3 node



Instead of 0x4002b000 it should be 0x4002f000.

Signed-off-by: default avatarAndrzej Głąbek <andrzej.glabek@nordicsemi.no>
parent 8f2da767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";