mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: dts: stm32: Add STMMAC clocks for stm32f746
Add ETHMAC, ETHMACRX and ETHMACTX clocks for STMMAC. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
This commit is contained in:
parent
9c3264ce40
commit
1e130558ab
1 changed files with 3 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue