|
@@ -44,6 +44,7 @@
|
|
#include "armv7-m.dtsi"
|
|
#include "armv7-m.dtsi"
|
|
#include <dt-bindings/pinctrl/stm32f746-pinfunc.h>
|
|
#include <dt-bindings/pinctrl/stm32f746-pinfunc.h>
|
|
#include <dt-bindings/clock/stm32fx-clock.h>
|
|
#include <dt-bindings/clock/stm32fx-clock.h>
|
|
|
|
+#include <dt-bindings/mfd/stm32f7-rcc.h>
|
|
|
|
|
|
/ {
|
|
/ {
|
|
clocks {
|
|
clocks {
|
|
@@ -77,7 +78,7 @@
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40000000 0x400>;
|
|
reg = <0x40000000 0x400>;
|
|
interrupts = <28>;
|
|
interrupts = <28>;
|
|
- clocks = <&rcc 0 128>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM2)>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -85,7 +86,7 @@
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40000400 0x400>;
|
|
reg = <0x40000400 0x400>;
|
|
interrupts = <29>;
|
|
interrupts = <29>;
|
|
- clocks = <&rcc 0 129>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM3)>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -93,7 +94,7 @@
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40000800 0x400>;
|
|
reg = <0x40000800 0x400>;
|
|
interrupts = <30>;
|
|
interrupts = <30>;
|
|
- clocks = <&rcc 0 130>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM4)>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -101,14 +102,14 @@
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40000c00 0x400>;
|
|
reg = <0x40000c00 0x400>;
|
|
interrupts = <50>;
|
|
interrupts = <50>;
|
|
- clocks = <&rcc 0 131>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM5)>;
|
|
};
|
|
};
|
|
|
|
|
|
timer6: timer@40001000 {
|
|
timer6: timer@40001000 {
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40001000 0x400>;
|
|
reg = <0x40001000 0x400>;
|
|
interrupts = <54>;
|
|
interrupts = <54>;
|
|
- clocks = <&rcc 0 132>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM6)>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -116,7 +117,7 @@
|
|
compatible = "st,stm32-timer";
|
|
compatible = "st,stm32-timer";
|
|
reg = <0x40001400 0x400>;
|
|
reg = <0x40001400 0x400>;
|
|
interrupts = <55>;
|
|
interrupts = <55>;
|
|
- clocks = <&rcc 0 133>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_APB1_CLOCK(TIM7)>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -124,7 +125,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40004400 0x400>;
|
|
reg = <0x40004400 0x400>;
|
|
interrupts = <38>;
|
|
interrupts = <38>;
|
|
- clocks = <&rcc 0 145>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_USART2>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -132,7 +133,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40004800 0x400>;
|
|
reg = <0x40004800 0x400>;
|
|
interrupts = <39>;
|
|
interrupts = <39>;
|
|
- clocks = <&rcc 0 146>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_USART3>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -140,7 +141,7 @@
|
|
compatible = "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-uart";
|
|
reg = <0x40004c00 0x400>;
|
|
reg = <0x40004c00 0x400>;
|
|
interrupts = <52>;
|
|
interrupts = <52>;
|
|
- clocks = <&rcc 0 147>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_UART4>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -148,7 +149,7 @@
|
|
compatible = "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-uart";
|
|
reg = <0x40005000 0x400>;
|
|
reg = <0x40005000 0x400>;
|
|
interrupts = <53>;
|
|
interrupts = <53>;
|
|
- clocks = <&rcc 0 148>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_UART5>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -156,7 +157,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40007800 0x400>;
|
|
reg = <0x40007800 0x400>;
|
|
interrupts = <82>;
|
|
interrupts = <82>;
|
|
- clocks = <&rcc 0 158>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_UART7>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -164,7 +165,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40007c00 0x400>;
|
|
reg = <0x40007c00 0x400>;
|
|
interrupts = <83>;
|
|
interrupts = <83>;
|
|
- clocks = <&rcc 0 159>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_UART8>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -172,7 +173,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40011000 0x400>;
|
|
reg = <0x40011000 0x400>;
|
|
interrupts = <37>;
|
|
interrupts = <37>;
|
|
- clocks = <&rcc 0 164>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_USART1>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -180,7 +181,7 @@
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
compatible = "st,stm32f7-usart", "st,stm32f7-uart";
|
|
reg = <0x40011400 0x400>;
|
|
reg = <0x40011400 0x400>;
|
|
interrupts = <71>;
|
|
interrupts = <71>;
|
|
- clocks = <&rcc 0 165>;
|
|
|
|
|
|
+ clocks = <&rcc 1 CLK_USART6>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -215,7 +216,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x0 0x400>;
|
|
reg = <0x0 0x400>;
|
|
- clocks = <&rcc 0 256>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOA)>;
|
|
st,bank-name = "GPIOA";
|
|
st,bank-name = "GPIOA";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -223,7 +224,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x400 0x400>;
|
|
reg = <0x400 0x400>;
|
|
- clocks = <&rcc 0 257>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOB)>;
|
|
st,bank-name = "GPIOB";
|
|
st,bank-name = "GPIOB";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -231,7 +232,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x800 0x400>;
|
|
reg = <0x800 0x400>;
|
|
- clocks = <&rcc 0 258>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOC)>;
|
|
st,bank-name = "GPIOC";
|
|
st,bank-name = "GPIOC";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -239,7 +240,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0xc00 0x400>;
|
|
reg = <0xc00 0x400>;
|
|
- clocks = <&rcc 0 259>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOD)>;
|
|
st,bank-name = "GPIOD";
|
|
st,bank-name = "GPIOD";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -247,7 +248,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x1000 0x400>;
|
|
reg = <0x1000 0x400>;
|
|
- clocks = <&rcc 0 260>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOE)>;
|
|
st,bank-name = "GPIOE";
|
|
st,bank-name = "GPIOE";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -255,7 +256,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x1400 0x400>;
|
|
reg = <0x1400 0x400>;
|
|
- clocks = <&rcc 0 261>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOF)>;
|
|
st,bank-name = "GPIOF";
|
|
st,bank-name = "GPIOF";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -263,7 +264,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x1800 0x400>;
|
|
reg = <0x1800 0x400>;
|
|
- clocks = <&rcc 0 262>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOG)>;
|
|
st,bank-name = "GPIOG";
|
|
st,bank-name = "GPIOG";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -271,7 +272,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x1c00 0x400>;
|
|
reg = <0x1c00 0x400>;
|
|
- clocks = <&rcc 0 263>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOH)>;
|
|
st,bank-name = "GPIOH";
|
|
st,bank-name = "GPIOH";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -279,7 +280,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x2000 0x400>;
|
|
reg = <0x2000 0x400>;
|
|
- clocks = <&rcc 0 264>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOI)>;
|
|
st,bank-name = "GPIOI";
|
|
st,bank-name = "GPIOI";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -287,7 +288,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x2400 0x400>;
|
|
reg = <0x2400 0x400>;
|
|
- clocks = <&rcc 0 265>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOJ)>;
|
|
st,bank-name = "GPIOJ";
|
|
st,bank-name = "GPIOJ";
|
|
};
|
|
};
|
|
|
|
|
|
@@ -295,7 +296,7 @@
|
|
gpio-controller;
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
#gpio-cells = <2>;
|
|
reg = <0x2800 0x400>;
|
|
reg = <0x2800 0x400>;
|
|
- clocks = <&rcc 0 266>;
|
|
|
|
|
|
+ clocks = <&rcc 0 STM32F7_AHB1_CLOCK(GPIOK)>;
|
|
st,bank-name = "GPIOK";
|
|
st,bank-name = "GPIOK";
|
|
};
|
|
};
|
|
|
|
|