mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #13414 from benpicco/boards/same54-xpro/peripheral-clocks
boards/same54-xpro: don't source peripheral clocks from main clock
This commit is contained in:
commit
261ede7b79
@ -86,7 +86,7 @@ static const uart_conf_t uart_config[] = {
|
|||||||
.rx_pad = UART_PAD_RX_1,
|
.rx_pad = UART_PAD_RX_1,
|
||||||
.tx_pad = UART_PAD_TX_0,
|
.tx_pad = UART_PAD_TX_0,
|
||||||
.flags = UART_FLAG_NONE,
|
.flags = UART_FLAG_NONE,
|
||||||
.gclk_src = SAM0_GCLK_MAIN,
|
.gclk_src = SAM0_GCLK_48MHZ,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ static const spi_conf_t spi_config[] = {
|
|||||||
.clk_mux = GPIO_MUX_C,
|
.clk_mux = GPIO_MUX_C,
|
||||||
.miso_pad = SPI_PAD_MISO_3,
|
.miso_pad = SPI_PAD_MISO_3,
|
||||||
.mosi_pad = SPI_PAD_MOSI_0_SCK_1,
|
.mosi_pad = SPI_PAD_MOSI_0_SCK_1,
|
||||||
.gclk_src = SAM0_GCLK_MAIN,
|
.gclk_src = SAM0_GCLK_48MHZ,
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user