Skip to content

Commit d236012

Browse files
gautierg-stkartben
authored andcommitted
boards: st: stm32n6570_dk: add xspi psram max frequency
Add XSPI PSRAM maximum frequency property in the dts. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
1 parent 8177be5 commit d236012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ zephyr_udc0: &usbotg_hs1 {
254254
compatible = "st,stm32-xspi-psram";
255255
reg = <0>;
256256
size = <DT_SIZE_M(256)>; /* 256 Mbits */
257+
max-frequency = <DT_FREQ_M(200)>;
257258
fixed-latency;
258259
io-x16-mode;
259260
read-latency = <4>;

0 commit comments

Comments
 (0)