Skip to content
Snippets Groups Projects
Commit 2539f392 authored by Simon Glass's avatar Simon Glass
Browse files

dm: dts: omap: Select correct console for beaglebone


Select serial0 as the console.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarTom Rini <trini@ti.com>
parent 91155c65
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
model = "TI AM335x BeagleBone"; model = "TI AM335x BeagleBone";
compatible = "ti,am335x-bone", "ti,am33xx"; compatible = "ti,am335x-bone", "ti,am33xx";
chosen {
stdout-path = &uart0;
};
cpus { cpus {
cpu@0 { cpu@0 {
cpu0-supply = <&dcdc2_reg>; cpu0-supply = <&dcdc2_reg>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment