/* | |
* Amlogic SPI flash controller(SPIFC) | |
* | |
* Copyright (C) 2018 Amlogic Corporation | |
* | |
* Licensed under the GPL-2 or later. | |
* | |
*/ | |
#ifndef __SPIFC_H__ | |
#define __SPIFC_H__ | |
#define SPIFC_DEFAULT_CLK_RATE 166666666 | |
#define SPIFC_MAX_CS 1 | |
#endif /* __SPIFC_H__ */ |