Commit 403edbb94f1762d4a2ff0062121b13e0d3789b38

Authored by Felipe Balbi
Committed by Tom Rini
1 parent 619ce62d2d

board: ti: am43xx: enable QSPI and Gbit Ethernet on AM437x SK

AM437x Starter Kit has a qspi flash and gbit ethernet
support. By muxing those signals, we can use those
interfaces from u-boot.

Signed-off-by: Felipe Balbi <balbi@ti.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

board/ti/am43xx/mux.c
... ... @@ -97,6 +97,9 @@
97 97 if (board_is_gpevm()) {
98 98 configure_module_pin_mux(gpio5_7_pin_mux);
99 99 configure_module_pin_mux(rgmii1_pin_mux);
  100 + } else if (board_is_sk()) {
  101 + configure_module_pin_mux(rgmii1_pin_mux);
  102 + configure_module_pin_mux(qspi_pin_mux);
100 103 } else if (board_is_eposevm()) {
101 104 configure_module_pin_mux(rmii1_pin_mux);
102 105 configure_module_pin_mux(qspi_pin_mux);