summary refs log tree commit diff
path: root/arch/arm/boot/dts/at91rm9200ek.dts
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-06-03 14:24:06 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-06-04 10:00:38 +0200
commit927ccfe3299685e451fb69fea4b17dd75f3ea1f3 (patch)
treee69c4cd0d05bed9d38ab2318c03e875ee1e8aa3a /arch/arm/boot/dts/at91rm9200ek.dts
parent7e5883b5b4a70ea3c12e2ba1c09082bc61ad0242 (diff)
downloadlinux-927ccfe3299685e451fb69fea4b17dd75f3ea1f3.tar.gz
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>
Diffstat (limited to 'arch/arm/boot/dts/at91rm9200ek.dts')
-rw-r--r--arch/arm/boot/dts/at91rm9200ek.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts
index 2a5d21247d7e..8dab4b75ca97 100644
--- a/arch/arm/boot/dts/at91rm9200ek.dts
+++ b/arch/arm/boot/dts/at91rm9200ek.dts
@@ -12,6 +12,10 @@
 	model = "Atmel AT91RM9200 evaluation kit";
 	compatible = "atmel,at91rm9200ek", "atmel,at91rm9200";
 
+	chosen {
+		stdout-path = "serial0:115200n8";
+	};
+
 	memory {
 		reg = <0x20000000 0x4000000>;
 	};