On 14/01/17 14:42, jonsm...@gmail.com wrote:

Hi Jon,

(dropping the U-Boot ML, since this is not all related to to OpiZero or
to U-Boot. Next time please send a separate email (opening a new
thread). And I recommend just the linux-sunxi list for those kind of
questions or join the #linux-sunxi IRC channel on Freenode).

> Can you simultaneously use both Ethernet interfaces on the A64? I've
> received conflicting answers to this question.

Which "both" interfaces? I only know about one interface on the A64.
Are you talking about WiFi and Ethernet?
Or about another SoC? The A20 and R40 have two separate, even different
Ethernet MACs, which appear to be usable simultaneously (from looking at
the documentation). But I don't know of any board doing that or anyone
ever tried that.

Cheers,
Andre.

> On Fri, Jan 13, 2017 at 9:06 PM, Andre Przywara <andre.przyw...@arm.com> 
> wrote:
>> The OrangePi Zero can happily use the EMAC along with its integrated
>> PHY to use Ethernet (for TFTP booting, for instance).
>> Add the emac node to the board .dts by copying it from the OrangePi One
>> DT.
>>
>> Signed-off-by: Andre Przywara <andre.przyw...@arm.com>
>> ---
>>  arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 11 +++++++++++
>>  1 file changed, 11 insertions(+)
>>
>> diff --git a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts 
>> b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
>> index 0989434..20d489c 100644
>> --- a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
>> +++ b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
>> @@ -99,6 +99,17 @@
>>         status = "okay";
>>  };
>>
>> +&emac {
>> +       phy = <&phy1>;
>> +       phy-mode = "mii";
>> +       allwinner,use-internal-phy;
>> +       allwinner,leds-active-low;
>> +       status = "okay";
>> +       phy1: ethernet-phy@1 {
>> +               reg = <1>;
>> +       };
>> +};
>> +
>>  &mmc0 {
>>         pinctrl-names = "default";
>>         pinctrl-0 = <&mmc0_pins_a>;
>> --
>> 2.8.2
>>
>> --

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to