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

Commit 2dc32d6d authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Scott Wood
Browse files

powerpc: define the fman node for the kmcoge4 DTS



Now that the FMAN mac driver has been merged the fman node is relevant.

The kmcoge4 board implements 3 ethernet interfaces, 1 with a RGMII phy
and 2 with fixed 1 Giga SGMII links.

Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent b58dfa6d
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -106,6 +106,43 @@
		sata@221000 {
			status = "disabled";
		};

		fman0: fman@400000 {
			enet0: ethernet@e0000 {
				phy-connection-type = "sgmii";
				fixed-link {
					speed = <1000>;
					full-duplex;
				};
			};
			mdio0: mdio@e1120 {
				front_phy: ethernet-phy@11 {
					reg = <0x11>;
				};
			};

			enet1: ethernet@e2000 {
				phy-connection-type = "sgmii";
				fixed-link {
					speed = <1000>;
					full-duplex;
				};
			};
			enet2: ethernet@e4000 {
				status = "disabled";
			};

			enet3: ethernet@e6000 {
				status = "disabled";
			};
			enet4: ethernet@e8000 {
				phy-handle = <&front_phy>;
				phy-connection-type = "rgmii";
			};
			enet5: ethernet@f0000 {
				status = "disabled";
			};
		};
	};

	rio: rapidio@ffe0c0000 {