Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

The Mobileye EyeQ5 eval board (EPM) embeds two MDIO PHYs.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Théo Lebrun and committed by
Thomas Bogendoerfer
ff8efe28 a692761a

+26
+26
arch/mips/boot/dts/mobileye/eyeq5-epm5.dts
··· 29 29 label = "U60"; 30 30 }; 31 31 }; 32 + 33 + &macb0 { 34 + phy-mode = "sgmii"; 35 + phy-handle = <&macb0_phy>; 36 + 37 + mdio { 38 + #address-cells = <1>; 39 + #size-cells = <0>; 40 + macb0_phy: ethernet-phy@e { 41 + reg = <0xe>; 42 + }; 43 + }; 44 + }; 45 + 46 + &macb1 { 47 + phy-mode = "rgmii-id"; 48 + phy-handle = <&macb1_phy>; 49 + 50 + mdio { 51 + #address-cells = <1>; 52 + #size-cells = <0>; 53 + macb1_phy: ethernet-phy@e { 54 + reg = <0xe>; 55 + }; 56 + }; 57 + };