mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 22:05:58 +00:00
Enables sdhc on the mimxrt1064_evk board. Configures pinmuxes and device tree, and updates board documentation accordingly. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
29 lines
354 B
YAML
29 lines
354 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
identifier: mimxrt1064_evk
|
|
name: NXP MIMXRT1064-EVK
|
|
type: mcu
|
|
arch: arm
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
ram: 32768
|
|
flash: 4096
|
|
supported:
|
|
- arduino_gpio
|
|
- counter
|
|
- display
|
|
- gpio
|
|
- i2c
|
|
- netif:eth
|
|
- pwm
|
|
- sdhc
|
|
- usb_device
|
|
- video
|
|
- kscan:touch
|