|
1 | 1 | /* |
2 | | - * The Clear BSD License |
3 | 2 | * Copyright (c) 2016, Freescale Semiconductor, Inc. |
4 | 3 | * Copyright 2016-2017 NXP |
5 | 4 | * All rights reserved. |
6 | 5 | * |
7 | | - * Redistribution and use in source and binary forms, with or without |
8 | | - * modification, |
9 | | - * are permitted (subject to the limitations in the disclaimer below) provided |
10 | | - * that the following conditions are met: |
11 | | - * |
12 | | - * o Redistributions of source code must retain the above copyright notice, this |
13 | | - * list |
14 | | - * of conditions and the following disclaimer. |
15 | | - * |
16 | | - * o Redistributions in binary form must reproduce the above copyright notice, |
17 | | - * this |
18 | | - * list of conditions and the following disclaimer in the documentation and/or |
19 | | - * other materials provided with the distribution. |
20 | | - * |
21 | | - * o Neither the name of Freescale Semiconductor, Inc. nor the names of its |
22 | | - * contributors may be used to endorse or promote products derived from this |
23 | | - * software without specific prior written permission. |
24 | | - * |
25 | | - * NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. |
26 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
27 | | - * AND |
28 | | - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
29 | | - * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
30 | | - * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
31 | | - * FOR |
32 | | - * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
33 | | - * DAMAGES |
34 | | - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
35 | | - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
36 | | - * ON |
37 | | - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
38 | | - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
39 | | - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 6 | + * SPDX-License-Identifier: BSD-3-Clause |
40 | 7 | */ |
41 | 8 |
|
42 | 9 | #ifndef __EVKBIMXRT1050_FLEXSPI_NOR_CONFIG__ |
|
46 | 13 | #include <stdbool.h> |
47 | 14 | #include "fsl_common.h" |
48 | 15 |
|
| 16 | +/*! @name Driver version */ |
| 17 | +/*@{*/ |
| 18 | +/*! @brief XIP_BOARD driver version 2.0.0. */ |
| 19 | +#define FSL_XIP_BOARD_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
| 20 | +/*@}*/ |
| 21 | + |
49 | 22 | /* FLEXSPI memory config block related defintions */ |
50 | 23 | #define FLEXSPI_CFG_BLK_TAG (0x42464346UL) // ascii "FCFB" Big Endian |
51 | 24 | #define FLEXSPI_CFG_BLK_VERSION (0x56010400UL) // V1.4.0 |
|
0 commit comments