ARM: dts: socfpga: use stdout-path for chosen node

Use stdout-path dts property for kernel console.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
Dinh Nguyen 2015-07-14 17:19:02 -05:00
parent 2211a65862
commit efc1985c8f
5 changed files with 13 additions and 4 deletions

View File

@ -21,6 +21,11 @@ / {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
aliases {
serial0 = &uart0;
serial1 = &uart1;
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

View File

@ -21,7 +21,8 @@ / {
compatible = "altr,socfpga-arria10", "altr,socfpga"; compatible = "altr,socfpga-arria10", "altr,socfpga";
chosen { chosen {
bootargs = "console=ttyS0,115200 rootwait"; bootargs = "earlyprintk";
stdout-path = "serial1:115200n8";
}; };
memory { memory {

View File

@ -22,7 +22,8 @@ / {
compatible = "altr,socfpga-arria5", "altr,socfpga"; compatible = "altr,socfpga-arria5", "altr,socfpga";
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
memory { memory {

View File

@ -22,7 +22,8 @@ / {
compatible = "altr,socfpga-cyclone5", "altr,socfpga"; compatible = "altr,socfpga-cyclone5", "altr,socfpga";
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
memory { memory {

View File

@ -22,7 +22,8 @@ / {
compatible = "altr,socfpga-cyclone5", "altr,socfpga"; compatible = "altr,socfpga-cyclone5", "altr,socfpga";
chosen { chosen {
bootargs = "console=ttyS0,115200"; bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
}; };
memory { memory {