zephyr/boards/arm/teensy4
Elisabeth Friedrich 1cfefbe129 board: teensy: improve on-board SPI flash support
fixes: 29cc07efb - board: teensy: drop spi-nor from the flash nodes

The mentioned commit removed any sort of driver for the on board SPI flash
/ program region for the teensy4 boards. Due to this builds failed as the
available flash size / default program region size would automatically be
set to 0B.

With this patch the SPI driver has been updated to follow the
mimxrt1060_evk reference implementation.

Additional fixes include:
- changing size from bytes to bits for (teensy41)
- correcting of by one errors in size property
- explicitly stating write and erase block size
- moved to `DT_SIZE` and `DT_FREQ` for improved readability
- added `model` prop to `teensy41.dts`

Signed-off-by: Elisabeth Friedrich <auxsys@flowerpot.me>
2023-04-07 11:29:17 +02:00
..
doc boards: convert images to JPEG and reduce image size 2022-08-29 10:18:18 +02:00
CMakeLists.txt boards: arm: Update NXP boards with flashless SOCs to include flash data 2022-11-10 09:11:08 -06:00
flexspi_nor_config.c
Kconfig.board
Kconfig.defconfig soc: rt11xx: Enable USDHC SD host controller on RT1170 2022-04-29 14:21:36 -05:00
teensy4-pinctrl.dtsi boards: fix pin documentation for LPUART1 on teensy4 2022-07-05 12:07:43 -04:00
teensy40.dts board: teensy: improve on-board SPI flash support 2023-04-07 11:29:17 +02:00
teensy40.yaml
teensy40_defconfig timers: remove defconfig setting of timer drivers 2022-09-09 09:58:48 +00:00
teensy41.dts board: teensy: improve on-board SPI flash support 2023-04-07 11:29:17 +02:00
teensy41.yaml
teensy41_defconfig timers: remove defconfig setting of timer drivers 2022-09-09 09:58:48 +00:00