Commit 695f7df8 authored by Lionel Debieve's avatar Lionel Debieve
Browse files

fmc: stm32_fmc2_nand: Add FMC2 driver support



Add fmc2_nand driver support. The driver implements
only read interface for NAND devices.

Change-Id: I3cd037e8ff645ce0d217092b96f33ef41cb7a522
Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarChristophe Kerello <christophe.kerello@st.com>
parent e98f594a
This diff is collapsed.
/*
* Copyright (c) 2019, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
*/
#ifndef STM32_FMC2_NAND_H
#define STM32_FMC2_NAND_H
int stm32_fmc2_init(void);
#endif /* STM32_FMC2_NAND_H */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment