diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-30 09:32:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-30 09:32:15 -0400 |
commit | c5e7003aa86e1bfc7371d41509e8d34cafdfeb6c (patch) | |
tree | e2786f7a1fae42434590bc2f01454337449391d7 /include | |
parent | 5c873269fc374674e5e8aad65ab4ed45b1fe9f65 (diff) | |
parent | 2c27fdc0705251f594ecee3de0ea195ea421e05e (diff) |
Merge tag 'versal-qspi-for-v2022.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
Versal QSPI/OSPI changes for v2022.10
- Add new flash types
- Add cadence ospi driver for Xilinx Versal
Diffstat (limited to 'include')
-rw-r--r-- | include/zynqmp_firmware.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/zynqmp_firmware.h b/include/zynqmp_firmware.h index 76ec2141ff6..6c4fd9a6c5f 100644 --- a/include/zynqmp_firmware.h +++ b/include/zynqmp_firmware.h @@ -160,6 +160,12 @@ enum dll_reset_type { PM_DLL_RESET_PULSE = 2, }; +enum ospi_mux_select_type { + PM_OSPI_MUX_SEL_DMA, + PM_OSPI_MUX_SEL_LINEAR, + PM_OSPI_MUX_GET_MODE, +}; + enum pm_query_id { PM_QID_INVALID = 0, PM_QID_CLOCK_GET_NAME = 1, @@ -427,6 +433,9 @@ enum pm_gem_config_type { #define ZYNQMP_PM_VERSION_INVALID ~0 #define PMUFW_V1_0 ((1 << ZYNQMP_PM_VERSION_MAJOR_SHIFT) | 0) +#define PMIO_NODE_ID_BASE 0x1410801B + +#define PMIO_NODE_ID_BASE 0x1410801B /* * Return payload size |