Skip to content

Commit 19f33b0

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 253d77e commit 19f33b0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,25 @@
464464
dma-offset = <0>;
465465
status = "disabled";
466466
};
467+
468+
mac: ethernet@58036000 {
469+
compatible = "st,stm32n6-ethernet", "st,stm32-ethernet";
470+
reg = <0x58036000 0x8000>;
471+
interrupts = <179 0>;
472+
clock-names = "stmmaceth", "mac-clk-tx",
473+
"mac-clk-rx";
474+
clocks = <&rcc STM32_CLOCK(AHB5, 22)>,
475+
<&rcc STM32_CLOCK(AHB5, 23)>,
476+
<&rcc STM32_CLOCK(AHB5, 24)>;
477+
status = "disabled";
478+
479+
mdio: mdio {
480+
compatible = "st,stm32-mdio";
481+
#address-cells = <1>;
482+
#size-cells = <0>;
483+
status = "disabled";
484+
};
485+
};
467486
};
468487
};
469488

0 commit comments

Comments
 (0)