zephyr/soc/arm/nxp_kinetis/k6x
Andrei Gansari 02e217df50 drivers: eth_mcux: kinetis networking device Tree
Partially replaces Kinetis MCUX driver configuration from Kconfig to
Device Tree. Interrputs moved from defines configuration to DT.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2018-10-19 07:57:20 -05:00
..
CMakeLists.txt arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
Kconfig.defconfig.mk64f12 arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
Kconfig.defconfig.series arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
Kconfig.series arch: arm: Introduce CPU_HAS_ARM_MPU and CPU_HAS_NXP_MPU options 2018-09-20 14:16:50 +02:00
Kconfig.soc arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
README.txt arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
dts_fixup.h drivers: eth_mcux: kinetis networking device Tree 2018-10-19 07:57:20 -05:00
linker.ld arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
nxp_mpu_regions.c arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00
soc.c arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
soc.h drivers: eth_mcux: kinetis networking device Tree 2018-10-19 07:57:20 -05:00
wdog.S arm: soc: move arm SoCs to top-dir 2018-09-13 00:56:48 -04:00

README.txt

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