ARM: at91/dt: at91rm9200ek: use stdout-path

Use stdout-path to specify the console.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Alexandre Belloni 2015-06-03 14:24:06 +02:00 коммит произвёл Nicolas Ferre
Родитель 7e5883b5b4
Коммит 927ccfe329
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,10 @@
model = "Atmel AT91RM9200 evaluation kit"; model = "Atmel AT91RM9200 evaluation kit";
compatible = "atmel,at91rm9200ek", "atmel,at91rm9200"; compatible = "atmel,at91rm9200ek", "atmel,at91rm9200";
chosen {
stdout-path = "serial0:115200n8";
};
memory { memory {
reg = <0x20000000 0x4000000>; reg = <0x20000000 0x4000000>;
}; };