diff --git a/patches/u-boot/beaglev-fire/microchip-mpfs-icicle-kit.dts b/patches/u-boot/beaglev-fire/microchip-mpfs-icicle-kit.dts index d6535df..c8c4c76 100644 --- a/patches/u-boot/beaglev-fire/microchip-mpfs-icicle-kit.dts +++ b/patches/u-boot/beaglev-fire/microchip-mpfs-icicle-kit.dts @@ -18,7 +18,8 @@ aliases { serial0 = &uart0; - ethernet0 = &mac1; + ethernet0 = &mac0; + ethernet1 = &mac1; spi0 = &qspi; }; @@ -191,12 +192,23 @@ }; }; +&mac0 { + dma-noncoherent; + status = "okay"; + phy-mode = "sgmii"; + phy-handle = <&phy0>; + phy0: ethernet-phy@0 { + reg = <0>; + }; +}; + &mac1 { + dma-noncoherent; status = "okay"; phy-mode = "sgmii"; phy-handle = <&phy1>; - phy1: ethernet-phy@9 { - reg = <9>; + phy1: ethernet-phy@0 { + reg = <0>; }; };