Commit eef228e3 authored by Ray Jui's avatar Ray Jui Committed by Florian Fainelli

ARM: dts: move aliases back to .dts in Cygnus

Move aliases from bcm-cygnus.dtsi back to individual .dts files. Also
clean up the chosen node to have the stdout-path using the proper alias
Signed-off-by: default avatarRay Jui <rjui@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 08668d9d
...@@ -41,10 +41,6 @@ / { ...@@ -41,10 +41,6 @@ / {
model = "Broadcom Cygnus SoC"; model = "Broadcom Cygnus SoC";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
aliases {
serial0 = &uart3;
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -38,9 +38,12 @@ / { ...@@ -38,9 +38,12 @@ / {
model = "Cygnus SVK (BCM911360K)"; model = "Cygnus SVK (BCM911360K)";
compatible = "brcm,bcm11360", "brcm,cygnus"; compatible = "brcm,bcm11360", "brcm,cygnus";
aliases {
serial0 = &uart3;
};
chosen { chosen {
stdout-path = &uart3; stdout-path = "serial0:115200n8";
bootargs = "console=ttyS0,115200";
}; };
}; };
......
...@@ -39,9 +39,12 @@ / { ...@@ -39,9 +39,12 @@ / {
model = "Cygnus SVK (BCM958300K)"; model = "Cygnus SVK (BCM958300K)";
compatible = "brcm,bcm58300", "brcm,cygnus"; compatible = "brcm,bcm58300", "brcm,cygnus";
aliases {
serial0 = &uart3;
};
chosen { chosen {
stdout-path = &uart3; stdout-path = "serial0:115200n8";
bootargs = "console=ttyS0,115200";
}; };
}; };
......
...@@ -39,9 +39,12 @@ / { ...@@ -39,9 +39,12 @@ / {
model = "Cygnus Wireless Audio (BCM958305K)"; model = "Cygnus Wireless Audio (BCM958305K)";
compatible = "brcm,bcm58305", "brcm,cygnus"; compatible = "brcm,bcm58305", "brcm,cygnus";
aliases {
serial0 = &uart3;
};
chosen { chosen {
stdout-path = &uart3; stdout-path = "serial0:115200n8";
bootargs = "console=ttyS0,115200";
}; };
}; };
......
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