Skip to content

Commit 8c973a2

Browse files
committed
dts: arm: st: n6: Add the ethernet node
Add the ethernet node Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
1 parent 055060a commit 8c973a2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,26 @@
640640
dma-offset = <0>;
641641
status = "disabled";
642642
};
643+
644+
mac: ethernet@58036000 {
645+
compatible = "st,stm32n6-ethernet", "st,stm32h7-ethernet",
646+
"st,stm32-ethernet";
647+
reg = <0x58036000 0x8000>;
648+
interrupts = <179 0>;
649+
clock-names = "stmmaceth", "mac-clk-tx",
650+
"mac-clk-rx";
651+
clocks = <&rcc STM32_CLOCK(AHB5, 22)>,
652+
<&rcc STM32_CLOCK(AHB5, 23)>,
653+
<&rcc STM32_CLOCK(AHB5, 24)>;
654+
status = "disabled";
655+
656+
mdio: mdio {
657+
compatible = "st,stm32-mdio";
658+
#address-cells = <1>;
659+
#size-cells = <0>;
660+
status = "disabled";
661+
};
662+
};
643663
};
644664
};
645665

0 commit comments

Comments
 (0)