Skip to content

dts: arm: st: stm32g4: add quadspi node #93511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions dts/arm/st/g4/stm32g491.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,15 @@
interrupts = <53 0>;
status = "disabled";
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be included in the stm32g4.dtsi, the quadspi node is present in all the series

Copy link
Contributor Author

@schmida2 schmida2 Jul 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FRASTM, per my understanding stm32g431 and stm32g441 have no quadspi.

quadspi: spi@a0001000 {
compatible = "st,stm32-qspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xa0001000 0x400>, <0x90000000 DT_SIZE_M(256)>;
interrupts = <95 0>;
clocks = <&rcc STM32_CLOCK(AHB3, 8U)>;
status = "disabled";
};
};
};
Loading