提交 be5a9389 编写于 作者: W Willy Tarreau 提交者: Jason Cooper

ARM: mvebu: set aliases for ethernet controllers

These aliases are used when feeding the DT from ATAGS to set the
devices MAC addresses.
Signed-off-by: NWilly Tarreau <w@1wt.eu>
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 33a66754
...@@ -22,6 +22,11 @@ ...@@ -22,6 +22,11 @@
model = "Marvell Armada 370 and XP SoC"; model = "Marvell Armada 370 and XP SoC";
compatible = "marvell,armada-370-xp"; compatible = "marvell,armada-370-xp";
aliases {
eth0 = &eth0;
eth1 = &eth1;
};
cpus { cpus {
cpu@0 { cpu@0 {
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
...@@ -93,7 +98,7 @@ ...@@ -93,7 +98,7 @@
reg = <0x72004 0x4>; reg = <0x72004 0x4>;
}; };
ethernet@70000 { eth0: ethernet@70000 {
compatible = "marvell,armada-370-neta"; compatible = "marvell,armada-370-neta";
reg = <0x70000 0x2500>; reg = <0x70000 0x2500>;
interrupts = <8>; interrupts = <8>;
...@@ -101,7 +106,7 @@ ...@@ -101,7 +106,7 @@
status = "disabled"; status = "disabled";
}; };
ethernet@74000 { eth1: ethernet@74000 {
compatible = "marvell,armada-370-neta"; compatible = "marvell,armada-370-neta";
reg = <0x74000 0x2500>; reg = <0x74000 0x2500>;
interrupts = <10>; interrupts = <10>;
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
eth3 = &eth3;
}; };
...@@ -105,7 +106,7 @@ ...@@ -105,7 +106,7 @@
interrupts = <91>; interrupts = <91>;
}; };
ethernet@34000 { eth3: ethernet@34000 {
compatible = "marvell,armada-370-neta"; compatible = "marvell,armada-370-neta";
reg = <0x34000 0x2500>; reg = <0x34000 0x2500>;
interrupts = <14>; interrupts = <14>;
......
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
model = "Marvell Armada XP family SoC"; model = "Marvell Armada XP family SoC";
compatible = "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,armadaxp", "marvell,armada-370-xp";
aliases {
eth2 = &eth2;
};
soc { soc {
internal-regs { internal-regs {
L2: l2-cache { L2: l2-cache {
...@@ -86,7 +90,7 @@ ...@@ -86,7 +90,7 @@
reg = <0x18200 0x500>; reg = <0x18200 0x500>;
}; };
ethernet@30000 { eth2: ethernet@30000 {
compatible = "marvell,armada-370-neta"; compatible = "marvell,armada-370-neta";
reg = <0x30000 0x2500>; reg = <0x30000 0x2500>;
interrupts = <12>; interrupts = <12>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册