mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 22:53:00 +00:00
There are no more in-tree users of these fixup macros. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
17 lines
497 B
C
17 lines
497 B
C
/*
|
|
* Copyright (c) 2018, Christian Taedcke <hacking@taedcke.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* SoC level DTS fixup file */
|
|
|
|
#define DT_CPU_CLOCK_FREQUENCY DT_ARM_CORTEX_M4F_0_CLOCK_FREQUENCY
|
|
|
|
#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
|
|
|
|
#define DT_GPIO_GECKO_SWO_LOCATION DT_SILABS_GECKO_GPIO_4000A400_LOCATION_SWO
|
|
|
|
/* End of SoC Level DTS fixup file */
|