Skip to content

Commit 66b85e5

Browse files
FRASTMdanieldegrasse
authored andcommitted
dts: bindings: flash controller stm32-xspi-nor compatible
Update the description of the bindings to match the xspi-nor-flash node properties: size in expressed in Bits Signed-off-by: Francois Ramu <francois.ramu@st.com>
1 parent 75dfc0d commit 66b85e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dts/bindings/flash_controller/st,stm32-xspi-nor.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ description: |
66
77
Representation of a serial flash on a xspi bus:
88
9-
mx25lm51245: xspi-nor-flash@70000000 {
9+
mx25lm51245: xspi-nor-flash@0 {
1010
compatible = "st,stm32-xspi-nor";
11-
reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits */
11+
reg = <0>;
12+
size = <DT_SIZE_M(512)>; /* 512 Mbits */
1213
data-mode = <XSPI_OCTO_MODE>; /* access on 8 data lines */
1314
data-rate = <XSPI_DTR_TRANSFER>; /* access in DTR */
1415
ospi-max-frequency = <DT_FREQ_M(50)>;

0 commit comments

Comments
 (0)