Skip to content

Commit a76b784

Browse files
FRASTMkartben
authored andcommitted
dts: arm: stm32H5 reg definition for the st,stm32-xspi compatible
The st,stm32-xspi compatible is defining the reg property with the register address and size at first index followed by the external memory base address and max allocated xspi1 is addressing max 256 MBytes from 0x90000000 Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent a6d652e commit a76b784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,13 @@
260260

261261
xspi1: spi@47001400 {
262262
compatible = "st,stm32-xspi";
263-
reg = <0x47001400 0x400>;
263+
reg = <0x47001400 0x400>, <0x90000000 DT_SIZE_M(256)>;
264264
interrupts = <78 0>;
265265
clock-names = "xspix", "xspi-ker";
266266
clocks = <&rcc STM32_CLOCK(AHB4, 20U)>,
267267
<&rcc STM32_SRC_PLL1_Q OCTOSPI1_SEL(1)>;
268268
#address-cells = <1>;
269-
#size-cells = <1>;
269+
#size-cells = <0>;
270270
status = "disabled";
271271
};
272272

0 commit comments

Comments
 (0)