dts/arm/st/f1: stm32f107: add Ethernet MAC
Ethernet MAC dts definition for STM32F107, similar to STM32F207 but with different clocks, especially no PTP clock. Signed-off-by: Pierre-Emmanuel Novac <piernov@piernov.org>
This commit is contained in:
parent
105cca639d
commit
10ae545e9e
|
@ -16,5 +16,17 @@
|
|||
interrupts = <56 0 57 0 58 0 59 0 60 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mac: ethernet@40028000 {
|
||||
compatible = "st,stm32-ethernet";
|
||||
reg = <0x40028000 0x2000>;
|
||||
interrupts = <61 0>;
|
||||
clock-names = "stmmaceth", "mac-clk-tx",
|
||||
"mac-clk-rx";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00004000>,
|
||||
<&rcc STM32_CLOCK_BUS_AHB1 0x00008000>,
|
||||
<&rcc STM32_CLOCK_BUS_AHB1 0x00010000>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue