Skip to content

Commit a156ba3

Browse files
gautierg-stkartben
authored andcommitted
dts: bindings: memc: add a max-frequency property for stm32 xspi psram
Add a parameter to define the maximum PSRAM frequency for the STM32 XSPI driver. It will be useful to automatically calculate a prescaler. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
1 parent 83e0ca8 commit a156ba3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dts/bindings/memory-controllers/st,stm32-xspi-psram.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ properties:
1717
required: true
1818
description: Flash Memory size in bits
1919

20+
max-frequency:
21+
type: int
22+
required: true
23+
description: Maximum clock frequency of device's xSPI interface in Hz
24+
2025
fixed-latency:
2126
type: boolean
2227
description: |

0 commit comments

Comments
 (0)