zephyr/arch/arm/soc/nxp_kinetis/k6x
Maureen Helm e9ca0a7dae nxp_kinetis: Enable mcux watchdog driver on k64, kw2xd socs
Enables the mcux kinetis watchdog driver on k64 and kw2xd socs. Adds
relevant soc-level dts fixups.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-05-17 15:00:55 -05:00
..
CMakeLists.txt
Kconfig.defconfig.mk64f12 nxp_kinetis: Enable mcux watchdog driver on k64, kw2xd socs 2018-05-17 15:00:55 -05:00
Kconfig.defconfig.series kconfig: Make 'source' non-globbing and use 'gsource' 2018-05-08 11:14:12 +02:00
Kconfig.series
Kconfig.soc
README.txt
dts.fixup nxp_kinetis: Enable mcux watchdog driver on k64, kw2xd socs 2018-05-17 15:00:55 -05:00
linker.ld
nxp_mpu_regions.c
soc.c drivers: usb: add usb device driver for Kinetis USBFSOTG Controller 2018-05-17 07:00:49 -05:00
soc.h nxp_kinetis: Remove unused dspi irq defines from soc.h 2018-05-10 15:43:42 -05:00
wdog.S

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