1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/same54-xpro/include
Benjamin Valentin 3ee7b72431 boards/same54-xpro: don't source peripheral clocks from main clock
Use the dedicated 48 MHz clock as a source for the peripheral clocks.
This was already done for I2C to allow it to work despite the 120 MHz
main clock.

Not running the peripherals off the main clock will allow for dynamic
re-clocking of the main clock in the future, without affecting the
operation of the peripherals.

It also gives more flexibility to the main clock selection in general.
2020-02-19 17:52:12 +01:00
..
board.h boards/same54-xpro: add configuration for AT24MAC402 2020-02-13 15:58:43 +01:00
gpio_params.h boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
periph_conf.h boards/same54-xpro: don't source peripheral clocks from main clock 2020-02-19 17:52:12 +01:00