From f65bbb405910df12f5482792fb09f9105e7cec6d Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Wed, 28 Dec 2022 13:13:38 -0600 Subject: bsps: Move ZynqMP-specific info into the BSP The address of the nandpsu peripheral is specific to the ZynqMP SoC and not relevant to other devices that might have one or more instances of this peripheral. --- bsps/aarch64/xilinx-zynqmp/include/bsp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bsps/aarch64/xilinx-zynqmp/include/bsp.h') diff --git a/bsps/aarch64/xilinx-zynqmp/include/bsp.h b/bsps/aarch64/xilinx-zynqmp/include/bsp.h index bb7df94fd1..572963af4c 100644 --- a/bsps/aarch64/xilinx-zynqmp/include/bsp.h +++ b/bsps/aarch64/xilinx-zynqmp/include/bsp.h @@ -67,6 +67,8 @@ extern "C" { extern unsigned int zynqmp_dtb_len; extern unsigned char zynqmp_dtb[]; +#define NANDPSU_BASEADDR 0xFF100000 + /** * @brief Zynq UltraScale+ MPSoC specific set up of the MMU. * -- cgit v1.2.3