Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 979c36c8 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: add mdio devices entries

The Keystone 2 has MDIO HW block which are compatible
to Davinci SoCs:
See "Gigabit Ethernet (GbE) Switch Subsystem"
  See http://www.ti.com/lit/ug/sprugv9d/sprugv9d.pdf



Hence, add corresponding DT entry for Keystone 2.

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 2b7ef094
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -266,5 +266,16 @@
			ranges = <0 0 0x30000000 0x10000000
				  1 0 0x21000A00 0x00000100>;
		};

		mdio: mdio@02090300 {
			compatible	= "ti,keystone_mdio", "ti,davinci_mdio";
			#address-cells = <1>;
			#size-cells = <0>;
			reg		= <0x02090300 0x100>;
			status = "disabled";
			clocks = <&clkpa>;
			clock-names = "fck";
			bus_freq	= <2500000>;
		};
	};
};