diff options
| author | Patrice Chotard <[email protected]> | 2018-01-18 14:10:03 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-28 09:39:15 -0500 |
| commit | 1e130558ab65a3d7dc9d644e7a97dee4b543e698 (patch) | |
| tree | 41c1d18a02087381935ceb200ae69a607d7707a7 | |
| parent | 9c3264ce40130966897fb9c1b91c120f588531d0 (diff) | |
ARM: dts: stm32: Add STMMAC clocks for stm32f746
Add ETHMAC, ETHMACRX and ETHMACTX clocks for STMMAC.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Vikas Manocha <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32f746.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi index 929bf82e4d6..46d148eab2c 100644 --- a/arch/arm/dts/stm32f746.dtsi +++ b/arch/arm/dts/stm32f746.dtsi @@ -65,6 +65,9 @@ compatible = "st,stm32-dwmac"; reg = <0x40028000 0x8000>; reg-names = "stmmaceth"; + clocks = <&rcc 0 STM32F7_AHB1_CLOCK(ETHMAC)>, + <&rcc 0 STM32F7_AHB1_CLOCK(ETHMACTX)>, + <&rcc 0 STM32F7_AHB1_CLOCK(ETHMACRX)>; interrupts = <61>, <62>; interrupt-names = "macirq", "eth_wake_irq"; snps,pbl = <8>; |
