2017-05-11 21:19:02 +08:00
|
|
|
/*
|
2017-10-09 20:42:43 +08:00
|
|
|
* Copyright (c) 2017 Erwin Rol <erwin@erwinrol.com>
|
2017-05-11 21:19:02 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-27 21:23:16 +08:00
|
|
|
#include <st/f4/stm32f405.dtsi>
|
2020-07-15 19:05:55 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2023-05-11 19:37:02 +08:00
|
|
|
compatible = "st,stm32f407", "st,stm32f4", "simple-bus";
|
|
|
|
|
2020-07-15 19:05:55 +08:00
|
|
|
mac: ethernet@40028000 {
|
|
|
|
compatible = "st,stm32-ethernet";
|
|
|
|
reg = <0x40028000 0x8000>;
|
|
|
|
interrupts = <61 0>;
|
|
|
|
clock-names = "stmmaceth", "mac-clk-tx",
|
|
|
|
"mac-clk-rx", "mac-clk-ptp";
|
|
|
|
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x02000000>,
|
|
|
|
<&rcc STM32_CLOCK_BUS_AHB1 0x04000000>,
|
|
|
|
<&rcc STM32_CLOCK_BUS_AHB1 0x08000000>,
|
|
|
|
<&rcc STM32_CLOCK_BUS_AHB1 0x10000000>;
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|