2019-04-06 09:08:09 -04:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
2018-10-17 07:58:14 +01:00
|
|
|
/* This file is a temporary workaround for mapping of the generated information
|
|
|
|
* to the current driver definitions. This will be removed when the drivers
|
|
|
|
* are modified to handle the generated information, or the mapping of
|
|
|
|
* generated data matches the driver definitions.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
|
2019-04-11 14:28:52 +02:00
|
|
|
#define DT_CPU_CLOCK_FREQUENCY DT_ARM_CORTEX_M4F_0_CLOCK_FREQUENCY
|
2018-10-17 07:58:14 +01:00
|
|
|
|
2018-11-13 15:15:23 +01:00
|
|
|
#define DT_FLASH_DEV_BASE_ADDRESS DT_SILABS_GECKO_FLASH_CONTROLLER_400E0000_BASE_ADDRESS
|
|
|
|
#define DT_FLASH_DEV_NAME DT_SILABS_GECKO_FLASH_CONTROLLER_400E0000_LABEL
|
2018-08-07 14:11:45 +02:00
|
|
|
|
2020-03-23 00:47:15 +01:00
|
|
|
#define DT_GPIO_GECKO_SWO_LOCATION DT_SILABS_GECKO_GPIO_4000A400_LOCATION_SWO
|
2018-10-17 07:58:14 +01:00
|
|
|
|
|
|
|
/* End of SoC Level DTS fixup file */
|