Commit a7c720b7 authored by Angelo Dureghello's avatar Angelo Dureghello Committed by Alberto Escolar
Browse files

dts: arm: st: add mdio node for h5 and h7



Add mdio node for h5 and h7 series.

Since MDIO registers are part of the same ETH hw IP, keeping mdio
node just as a child of mac/eth, cannot see as appropriate to assign
an adddress to it.

Signed-off-by: default avatarAngelo Dureghello <adureghello@baylibre.com>
parent fe29929c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -495,6 +495,13 @@
				 <&rcc STM32_CLOCK_BUS_AHB1 0x00100000>,
				 <&rcc STM32_CLOCK_BUS_AHB1 0x00200000>;
			status = "disabled";

			mdio: mdio {
				compatible = "st,stm32-mdio";
				#address-cells = <1>;
				#size-cells = <0>;
				status = "disabled";
			};
		};

		gpdma1: dma@40020000 {
+7 −0
Original line number Diff line number Diff line
@@ -1015,6 +1015,13 @@
				 <&rcc STM32_CLOCK_BUS_AHB1 0x00010000>,
				 <&rcc STM32_CLOCK_BUS_AHB1 0x00020000>;
			status = "disabled";

			mdio: mdio {
				compatible = "st,stm32-mdio";
				#address-cells = <1>;
				#size-cells = <0>;
				status = "disabled";
			};
		};

		fmc: memory-controller@52004000 {