Skip to content
Snippets Groups Projects
Commit 0935df65 authored by Mugunthan V N's avatar Mugunthan V N Committed by Tom Rini
Browse files

arm: dts: dra7-evm: add chosen node to specify serial console device


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

Signed-off-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 85cf0e62
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
model = "TI DRA742"; model = "TI DRA742";
compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7"; compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
chosen {
stdout-path = &uart1;
};
memory { memory {
device_type = "memory"; device_type = "memory";
reg = <0x80000000 0x60000000>; /* 1536 MB */ reg = <0x80000000 0x60000000>; /* 1536 MB */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment