Skip to content
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

stm32 boards with octo or quad spi nodes rename to spi node #79797

Merged
merged 4 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions boards/st/b_u585i_iot02a/pre_dt_board.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion dts/arm/st/f4/stm32f412.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<&rcc STM32_SRC_CK48 SDIO_SEL(0)>;
};

quadspi: quadspi@a0001000 {
quadspi: spi@a0001000 {
compatible = "st,stm32-qspi";
#address-cells = <0x1>;
#size-cells = <0x0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/f7/stm32f7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
status = "disabled";
};

quadspi: quadspi@a0001000 {
quadspi: spi@a0001000 {
compatible = "st,stm32-qspi";
#address-cells = <0x1>;
#size-cells = <0x0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/h5/stm32h562.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
status = "disabled";
};

xspi1: xspi@47001400 {
xspi1: spi@47001400 {
compatible = "st,stm32-xspi";
reg = <0x47001400 0x400>;
interrupts = <78 0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/h7/stm32h7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
status = "disabled";
};

quadspi: quadspi@52005000 {
quadspi: spi@52005000 {
compatible = "st,stm32-qspi";
#address-cells = <0x1>;
#size-cells = <0x0>;
Expand Down
4 changes: 2 additions & 2 deletions dts/arm/st/h7/stm32h723.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
status = "disabled";
};

octospi1: octospi@52005000 {
octospi1: spi@52005000 {
compatible = "st,stm32-ospi";
reg = <0x52005000 0x1000>;
interrupts = <92 0>;
Expand All @@ -105,7 +105,7 @@
status = "disabled";
};

octospi2: octospi@5200a000 {
octospi2: spi@5200a000 {
compatible = "st,stm32-ospi";
reg = <0x5200a000 0x1000>;
interrupts = <150 0>;
Expand Down
4 changes: 2 additions & 2 deletions dts/arm/st/h7/stm32h7a3.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
status = "disabled";
};

octospi1: octospi@52005000 {
octospi1: spi@52005000 {
compatible = "st,stm32-ospi";
reg = <0x52005000 0x1000>;
interrupts = <92 0>;
Expand All @@ -68,7 +68,7 @@
status = "disabled";
};

octospi2: octospi@5200a000 {
octospi2: spi@5200a000 {
compatible = "st,stm32-ospi";
reg = <0x5200a000 0x1000>;
interrupts = <150 0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/l4/stm32l4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
status = "disabled";
};

quadspi: quadspi@a0001000 {
quadspi: spi@a0001000 {
compatible = "st,stm32-qspi";
#address-cells = <1>;
#size-cells = <0>;
Expand Down
4 changes: 2 additions & 2 deletions dts/arm/st/l4/stm32l4p5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
#io-channel-cells = <1>;
};

octospi1: octospi@a0001000 {
octospi1: spi@a0001000 {
compatible = "st,stm32-ospi";
reg = <0xa0001000 0x400>;
interrupts = <71 0>;
Expand All @@ -377,7 +377,7 @@
status = "disabled";
};

octospi2: octospi@a0001400 {
octospi2: spi@a0001400 {
compatible = "st,stm32-ospi";
reg = <0xa0001400 0x400>;
interrupts = <76 0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/l5/stm32l5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
status = "disabled";
};

octospi1: octospi@44021000 {
octospi1: spi@44021000 {
compatible = "st,stm32-ospi";
reg = <0x44021000 0x400>;
interrupts = <76 0>;
Expand Down
4 changes: 2 additions & 2 deletions dts/arm/st/u5/stm32u5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
};
};

octospi1: octospi@420d1400 {
octospi1: spi@420d1400 {
compatible = "st,stm32-ospi";
reg = <0x420d1400 0x400>;
interrupts = <76 0>;
Expand All @@ -709,7 +709,7 @@
status = "disabled";
};

octospi2: octospi@420d2400 {
octospi2: spi@420d2400 {
compatible = "st,stm32-ospi";
reg = <0x420d2400 0x400>;
interrupts = <120 0>;
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/wb/stm32wb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
status = "disabled";
};

quadspi: quadspi@a0001000 {
quadspi: spi@a0001000 {
compatible = "st,stm32-qspi";
#address-cells = <0x1>;
#size-cells = <0x0>;
Expand Down
Loading