Skip to content

Commit 4183395

Browse files
FRASTMgalak
authored andcommitted
dts: arm: stm32u5 fix register address for spi3 node
this commit is correcting the address of the spi3 bank Signed-off-by: Francois Ramu <[email protected]>
1 parent 165c14d commit 4183395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/u5/stm32u5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
compatible = "st,stm32-spi-fifo", "st,stm32-spi";
276276
#address-cells = <1>;
277277
#size-cells = <0>;
278-
reg = <46002000 0x400>;
278+
reg = <0x46002000 0x400>;
279279
interrupts = <99 5>;
280280
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000020>;
281281
status = "disabled";

0 commit comments

Comments
 (0)