Skip to content

Commit

Permalink
Merge pull request tock#3809 from jwnrt/jtag-pinmux-defaults
Browse files Browse the repository at this point in the history
Disconnect debug-related pins from GPIO by default in OpenTitan
  • Loading branch information
bradjc authored Jan 22, 2024
2 parents 6729ccf + 8bf7cf4 commit d48d359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/opentitan/src/pinmux_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ impl EarlGreyPinmuxConfig for BoardPinmuxLayout {
Out::GpioGpio12, // Ioc2
Out::ConstantHighZ, // Ioc3 UART3_RX
Out::Uart0Tx, // Ioc4 UART3_TX
Out::GpioGpio13, // Ioc5
Out::ConstantHighZ, // Ioc5 (TAP STRAP 1)
Out::GpioGpio14, // Ioc6
Out::GpioGpio15, // Ioc7
Out::GpioGpio16, // Ioc8
Out::ConstantHighZ, // Ioc8 (TAP STRAP 0)
Out::GpioGpio17, // Ioc9
Out::GpioGpio18, // Ioc10
Out::GpioGpio19, // Ioc11
Expand Down

0 comments on commit d48d359

Please sign in to comment.