Skip to content

Commit

Permalink
Fix missing default console output hardware
Browse files Browse the repository at this point in the history
undo commit b240358
  • Loading branch information
Bernhard Krämer authored and Bernhard Krämer committed Nov 25, 2020
1 parent 349d723 commit c958860
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/arm/teensy4/teensy40.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
led0 = &board_led;
};

chosen {
zephyr,console = &lpuart6;
};

leds {
compatible = "gpio-leds";
board_led: led-1 {
Expand Down Expand Up @@ -43,6 +47,11 @@
status = "okay";
};

&lpuart6 {
status = "okay";
current-speed = < 115200 >;
};

&edma0 {
status = "okay";
};

0 comments on commit c958860

Please sign in to comment.