dts: stm32: stm32f469 is a stm32f429 derivative
Make stm32f469.dtsi file inherit from stm32f429.dtsi Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
a534aa6a6e
commit
708b59b9aa
1 changed files with 1 additions and 61 deletions
|
@ -4,64 +4,4 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <st/stm32f407.dtsi>
|
||||
|
||||
/ {
|
||||
soc {
|
||||
uart7: serial@40007800 {
|
||||
compatible = "st,stm32-uart";
|
||||
reg = <0x40007800 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x40000000>;
|
||||
interrupts = <82 0>;
|
||||
status = "disabled";
|
||||
label = "UART_7";
|
||||
};
|
||||
|
||||
uart8: serial@40007c00 {
|
||||
compatible = "st,stm32-uart";
|
||||
reg = <0x40007c00 0x400>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x80000000>;
|
||||
interrupts = <83 0>;
|
||||
status = "disabled";
|
||||
label = "UART_8";
|
||||
};
|
||||
|
||||
spi4: spi@40013400 {
|
||||
compatible = "st,stm32-spi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40013400 0x400>;
|
||||
interrupts = <84 5>;
|
||||
status = "disabled";
|
||||
label = "SPI_4";
|
||||
};
|
||||
|
||||
/* spi5 is present on all STM32F469XX SoCs except
|
||||
* STM32F469vX and STM32F469zX SoCs. Delete node in
|
||||
* stm32f469vX.dtsi and stm32f469zX.dtsi.
|
||||
*/
|
||||
spi5: spi@40015000 {
|
||||
compatible = "st,stm32-spi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40015000 0x400>;
|
||||
interrupts = <85 5>;
|
||||
status = "disabled";
|
||||
label = "SPI_5";
|
||||
};
|
||||
|
||||
/* spi6 is present on all STM32F469XX SoCs except
|
||||
* STM32F469vX and STM32F469zX SoCs. Delete node in
|
||||
* stm32f469vX.dtsi and stm32f469zX.dtsi.
|
||||
*/
|
||||
spi6: spi@40015400 {
|
||||
compatible = "st,stm32-spi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40015400 0x400>;
|
||||
interrupts = <86 5>;
|
||||
status = "disabled";
|
||||
label = "SPI_6";
|
||||
};
|
||||
};
|
||||
};
|
||||
#include <st/stm32f429.dtsi>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue