compatible = "st,stih407-b2120", "st,stih407";
 
        chosen {
-               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
+               bootargs = "clk_ignore_unused";
                linux,stdout-path = &sbc_serial0;
        };
 
 
        compatible = "st,stih410-b2120", "st,stih410";
 
        chosen {
-               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
+               bootargs = "clk_ignore_unused";
                linux,stdout-path = &sbc_serial0;
        };
 
 
        compatible = "st,stih410-b2260", "st,stih410";
 
        chosen {
-               bootargs = "console=ttyAS1,115200 clk_ignore_unused";
+               bootargs = "clk_ignore_unused";
                linux,stdout-path = &uart1;
        };
 
 
        compatible = "st,stih418-b2199", "st,stih418";
 
        chosen {
-               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
+               bootargs = "clk_ignore_unused";
                linux,stdout-path = &sbc_serial0;
        };