Line data Source code
1 0 : /*
2 : * Copyright 2024 NXP
3 : *
4 : * SPDX-License-Identifier: Apache-2.0
5 : */
6 :
7 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_QSPI_H_
8 : #define ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_QSPI_H_
9 :
10 : #include <zephyr/dt-bindings/dt-util.h>
11 :
12 : /* The QSPI secure attribute and secure policy references */
13 0 : #define NXP_S32_QSPI_NON_SECURE BIT(0)
14 0 : #define NXP_S32_QSPI_SECURE BIT(1)
15 0 : #define NXP_S32_QSPI_PRIVILEGE BIT(2)
16 :
17 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_NXP_S32_QSPI_H_ */
|