Having aliases for Ethernet devices is useless, since the networking
subsystem unfortunately doesn't care about aliases to name network
interfaces.
Note that the 'aliases' nodes in armada-370-xp.dtsi and armada-xp.dtsi
become empty, but that we keep it as is since a followup patch will
re-add some aliases to it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
compatible = "marvell,armada-370-xp";
aliases {
- eth0 = ð0;
- eth1 = ð1;
};
cpus {
gpio0 = &gpio0;
gpio1 = &gpio1;
gpio2 = &gpio2;
- ethernet0 = ð0;
- ethernet1 = ð1;
};
clocks {
aliases {
gpio0 = &gpio0;
gpio1 = &gpio1;
- ethernet0 = ð0;
- ethernet1 = ð1;
- ethernet2 = ð2;
};
soc {
gpio0 = &gpio0;
gpio1 = &gpio1;
gpio2 = &gpio2;
- eth3 = ð3;
};
cpus {
gpio0 = &gpio0;
gpio1 = &gpio1;
gpio2 = &gpio2;
- eth3 = ð3;
};
compatible = "marvell,armadaxp", "marvell,armada-370-xp";
aliases {
- eth2 = ð2;
};
soc {