Skip to content

Commit

Permalink
Made chanegs to fix the zephyr,console and zephyr,shell-uart to use j…
Browse files Browse the repository at this point in the history
…tag-uart.

This is ensuring the jtag-uart is being used for FPGA.
  • Loading branch information
atrivedi-tsavoritesi committed Jul 3, 2024
1 parent c2f0566 commit fb34094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/arm/mps3/mps3_an547_tsv.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
};

chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,console = &jtag_uart;
zephyr,shell-uart = &jtag_uart;
zephyr,sram = &ram;
zephyr,flash = &code;
};
Expand Down Expand Up @@ -60,7 +60,7 @@
jtag_uart: uart@95003000 {
compatible = "altr,jtag-uart";
reg = <0x95003000 0x8>;
status = "disabled";
status = "enabled";
};
cpus {
#address-cells = <1>;
Expand Down

0 comments on commit fb34094

Please sign in to comment.