[U-Boot] [PATCH 1/2] arm: dts: dra7-evm: add chosen node to specify serial console device

Mugunthan V N mugunthanvnm at ti.com
Thu Nov 26 12:55:41 CET 2015


Introduce chosen node and specify uart0 to be used as serial console.

Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
---
 arch/arm/dts/dra7-evm.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts
index 096f68b..e4daa99 100644
--- a/arch/arm/dts/dra7-evm.dts
+++ b/arch/arm/dts/dra7-evm.dts
@@ -14,6 +14,10 @@
 	model = "TI DRA742";
 	compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
 
+	chosen {
+		stdout-path = &uart1;
+	};
+
 	memory {
 		device_type = "memory";
 		reg = <0x80000000 0x60000000>; /* 1536 MB */
-- 
2.6.2.280.g74301d6



More information about the U-Boot mailing list