dts: stm32: fix dts inclusion for stm32f405
stm32f405 is not an expansion of stm32f411, since stm32f411 has more SPIs than stm32f405. Fix this by including stm32f401.dtsi in stm32f405.dtsi (instead of stm32f411.dtsi). Signed-off-by: Daniel Wagenknecht <wagenknecht.daniel@gmail.com>
This commit is contained in:
parent
b55e7b784c
commit
34ed38edd5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <st/stm32f405-pinctrl.dtsi>
|
||||
#include <st/stm32f411.dtsi>
|
||||
#include <st/stm32f401.dtsi>
|
||||
|
||||
/ {
|
||||
ccm0: memory@10000000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue