Skip to content

Commit e847e2a

Browse files
committed
evbarm/am18xx: choose serial port
Serial 1 is sensor port 1 on the EV3
1 parent 6500f5b commit e847e2a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sys/arch/arm/dts/da850-lego-ev3.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
#include "../../../external/gpl2/dts/dist/arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts"
3333

3434
/ {
35+
chosen {
36+
stdout-path = &serial1;
37+
};
38+
3539
arm {
3640
compatible = "simple-bus";
3741
};

0 commit comments

Comments
 (0)