File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 847847 status = "disabled";
848848 };
849849
850+ ethernet@40028000 {
851+ reg = <0x40028000 0x8000>;
852+ compatible = "st,stm32-ethernet-controller";
853+ clock-names = "stm-eth";
854+ clocks = <&rcc STM32_CLOCK(AHB1, 15)>;
855+
856+ mac: ethernet {
857+ compatible = "st,stm32h7-ethernet", "st,stm32-ethernet";
858+ interrupts = <92 0>;
859+ clock-names = "mac-clk-tx", "mac-clk-rx";
860+ clocks = <&rcc STM32_CLOCK(AHB1, 16)>,
861+ <&rcc STM32_CLOCK(AHB1, 17)>;
862+ status = "disabled";
863+ };
864+
865+ mdio: mdio {
866+ compatible = "st,stm32-mdio";
867+ #address-cells = <1>;
868+ #size-cells = <0>;
869+ status = "disabled";
870+ };
871+ };
872+
850873 usbotg_fs: usb@40080000 {
851874 compatible = "st,stm32-otgfs";
852875 reg = <0x40080000 0x40000>;
You can’t perform that action at this time.
0 commit comments