Commit 1c1d1672 authored by Jon Loeliger's avatar Jon Loeliger Committed by Kumar Gala

[POWERPC] 86xx: Add aliases node to 8641hpcn DTS file.

The addition of the aliases node is needed for U-Boot
and, eventually, cuImage, to help locate the proper
nodes reliably when using the libfdt approach.
Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 7264ec44
......@@ -16,6 +16,17 @@ / {
#address-cells = <1>;
#size-cells = <1>;
aliases {
ethernet0 = &enet0;
ethernet1 = &enet1;
ethernet2 = &enet2;
ethernet3 = &enet3;
serial0 = &serial0;
serial1 = &serial1;
pci0 = &pci0;
pci1 = &pci1;
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
......@@ -107,7 +118,7 @@ phy3: ethernet-phy@3 {
};
};
ethernet@24000 {
enet0: ethernet@24000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
......@@ -127,7 +138,7 @@ ethernet@24000 {
phy-connection-type = "rgmii-id";
};
ethernet@25000 {
enet1: ethernet@25000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
......@@ -147,7 +158,7 @@ ethernet@25000 {
phy-connection-type = "rgmii-id";
};
ethernet@26000 {
enet2: ethernet@26000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
......@@ -167,7 +178,7 @@ ethernet@26000 {
phy-connection-type = "rgmii-id";
};
ethernet@27000 {
enet3: ethernet@27000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "network";
......@@ -186,7 +197,8 @@ ethernet@27000 {
phy-handle = <&phy3>;
phy-connection-type = "rgmii-id";
};
serial@4500 {
serial0: serial@4500 {
device_type = "serial";
compatible = "ns16550";
reg = <4500 100>;
......@@ -195,7 +207,7 @@ serial@4500 {
interrupt-parent = <&mpic>;
};
serial@4600 {
serial1: serial@4600 {
device_type = "serial";
compatible = "ns16550";
reg = <4600 100>;
......@@ -222,7 +234,7 @@ global-utilities@e0000 {
};
};
pcie@f8008000 {
pci0: pcie@f8008000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
......@@ -430,7 +442,7 @@ gpio@400 {
};
pcie@f8009000 {
pci1: pcie@f8009000 {
compatible = "fsl,mpc8641-pcie";
device_type = "pci";
#interrupt-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment