Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adi-max32-hpb.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_ADI_MAX32_HPB_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_ADI_MAX32_HPB_H_
9
10#define ADI_MAX32_HPB_CS_HIGH_1_5 0
11#define ADI_MAX32_HPB_CS_HIGH_2_5 1
12#define ADI_MAX32_HPB_CS_HIGH_3_5 2
13#define ADI_MAX32_HPB_CS_HIGH_4_5 3
14#define ADI_MAX32_HPB_CS_HIGH_5_5 4
15#define ADI_MAX32_HPB_CS_HIGH_6_5 5
16#define ADI_MAX32_HPB_CS_HIGH_7_5 6
17#define ADI_MAX32_HPB_CS_HIGH_8_5 7
18#define ADI_MAX32_HPB_CS_HIGH_9_5 8
19#define ADI_MAX32_HPB_CS_HIGH_10_5 9
20#define ADI_MAX32_HPB_CS_HIGH_11_5 10
21#define ADI_MAX32_HPB_CS_HIGH_12_5 11
22#define ADI_MAX32_HPB_CS_HIGH_13_5 12
23#define ADI_MAX32_HPB_CS_HIGH_14_5 13
24#define ADI_MAX32_HPB_CS_HIGH_15_5 14
25#define ADI_MAX32_HPB_CS_HIGH_16_5 15
27#define ADI_MAX32_HPB_CS_SETUP_HOLD_1 0
28#define ADI_MAX32_HPB_CS_SETUP_HOLD_2 1
29#define ADI_MAX32_HPB_CS_SETUP_HOLD_3 2
30#define ADI_MAX32_HPB_CS_SETUP_HOLD_4 3
31#define ADI_MAX32_HPB_CS_SETUP_HOLD_5 4
32#define ADI_MAX32_HPB_CS_SETUP_HOLD_6 5
33#define ADI_MAX32_HPB_CS_SETUP_HOLD_7 6
34#define ADI_MAX32_HPB_CS_SETUP_HOLD_8 7
35#define ADI_MAX32_HPB_CS_SETUP_HOLD_9 8
36#define ADI_MAX32_HPB_CS_SETUP_HOLD_10 9
37#define ADI_MAX32_HPB_CS_SETUP_HOLD_11 10
38#define ADI_MAX32_HPB_CS_SETUP_HOLD_12 11
39#define ADI_MAX32_HPB_CS_SETUP_HOLD_13 12
40#define ADI_MAX32_HPB_CS_SETUP_HOLD_14 13
41#define ADI_MAX32_HPB_CS_SETUP_HOLD_15 14
42#define ADI_MAX32_HPB_CS_SETUP_HOLD_16 15
44#define ADI_MAX32_HPB_LAT_5 0x0
45#define ADI_MAX32_HPB_LAT_6 0x1
46#define ADI_MAX32_HPB_LAT_3 0xE
47#define ADI_MAX32_HPB_LAT_4 0xF
49#define ADI_MAX32_HPB_DEV_TYPE_HYPER_FLASH 0
50#define ADI_MAX32_HPB_DEV_TYPE_XCCELA_PSRAM 1
51#define ADI_MAX32_HPB_DEV_TYPE_HYPER_RAM 2
52
53#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_ADI_MAX32_HPB_H_ */