flexspi_nor.h 278 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2020 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef FLEXSPI_NOR_H
#define FLEXSPI_NOR_H

int flexspi_nor_io_setup(uintptr_t nxp_flexspi_flash_addr,
			 size_t nxp_flexspi_flash_size,
			 uint32_t fspi_base_reg_addr);

#endif /*	FLEXSPI_NOR_H	*/