ARM: dts: stm32: use dedicated files for pinctrl on stm32f7 family
Currently, same stm32f746-pinctrl driver is used for stm32f746 and stm32f769 MCU. As pin map is different between those 2 MCUs, a stm32f769-pinctrl driver has been recently added. This patch -allows to use stm32f769-pinctrl driver for stm32f769 boards -reworks stm32 devicetree files to fit with stm32f746 / stm32f769 Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
@@ -42,11 +42,12 @@
|
||||
|
||||
/dts-v1/;
|
||||
#include "stm32f746.dtsi"
|
||||
#include "stm32f769-pinctrl.dtsi"
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM32F769-DISCO board";
|
||||
compatible = "st,stm32f769-disco", "st,stm32f7";
|
||||
compatible = "st,stm32f769-disco", "st,stm32f769";
|
||||
|
||||
chosen {
|
||||
bootargs = "root=/dev/ram";
|
||||
|
Reference in New Issue
Block a user