summaryrefslogtreecommitdiffstats
path: root/user/bsps/bsps-microblaze.rst
diff options
context:
space:
mode:
authorAlex White <alex.white@oarcorp.com>2023-03-28 09:57:17 -0500
committerJoel Sherrill <joel@rtems.org>2023-06-16 15:46:15 -0500
commit6478447d08d4553d3a08d97c1bd0132656f73be4 (patch)
tree8628e0c519fe27db0d307cb045d24f6a1627ff07 /user/bsps/bsps-microblaze.rst
parenteng: Fix builds for newer Sphinx versions (>=7) (diff)
downloadrtems-docs-6478447d08d4553d3a08d97c1bd0132656f73be4.tar.bz2
user/microblaze: Document QSPI NOR JFFS2 driver
Diffstat (limited to 'user/bsps/bsps-microblaze.rst')
-rw-r--r--user/bsps/bsps-microblaze.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/bsps/bsps-microblaze.rst b/user/bsps/bsps-microblaze.rst
index c240bdb..45cc750 100644
--- a/user/bsps/bsps-microblaze.rst
+++ b/user/bsps/bsps-microblaze.rst
@@ -61,6 +61,16 @@ to include it in the BSP build.
BSP_MICROBLAZE_FPGA_DTB_HEADER_PATH = /path/to/my_dtb.c
+QSPI NOR JFFS2 Driver
+---------------------
+
+The QSPI NOR JFFS2 driver supports the QEMU emulated n25q512a11 QSPI NOR flash
+device. It is initialized to a page size of 256 bytes and a sector size of 64
+KiB. If device tree support is enabled in the build configuration, the QSPI NOR
+JFFS2 driver will use the node that is compatible with `xlnx,xps-spi-2.00.a`
+from the device tree to configure the QSPI NOR JFFS2 driver.
+
+
Running Executables
-------------------