zephyr/soc/arm/nxp_kinetis/k6x
Declan Snyder e66876126e soc: k6x: Support NXP ENET Driver
NXP ENET driver support from soc.c for k6x series

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-12-11 09:50:58 +01:00
..
CMakeLists.txt cmake: arm: update arm SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
Kconfig.defconfig.mk64f12 usb_device: remove Kconfig.defconfig* setting of usb device drivers 2022-08-25 08:05:54 -05:00
Kconfig.defconfig.mk66f18 usb_device: remove Kconfig.defconfig* setting of usb device drivers 2022-08-25 08:05:54 -05:00
Kconfig.defconfig.series dma: remove Kconfig.defconfig* setting of DMA drivers 2022-08-26 14:27:23 +00:00
Kconfig.series soc: arm: nxp_kinetis: move NXP Kinetis SOCs to use SystemInit 2023-02-20 09:47:28 +01:00
Kconfig.soc
nxp_mpu_regions.c include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
README.txt
soc.c soc: k6x: Support NXP ENET Driver 2023-12-11 09:50:58 +01:00
soc.h drivers: gpio: Update NXP GPIO driver for the updated IP Block 2023-04-06 14:14:11 -05:00

Notes on the FSL FRDM K64F SRAM base address and size

Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not
used by the FSL FRDM K64F platform.  Only the 192 kB region based at the
standard ARMv7-M SRAM base address of 0x20000000 is supported.

As such the following values are used:

CONFIG_SRAM_BASE_ADDRESS=0x20000000
CONFIG_SRAM_SIZE=64      # Measured in kB