]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/altera/socfpga/iocsr_config.h
arm: socfpga: Add Altera Arria V DK support
[people/ms/u-boot.git] / board / altera / socfpga / iocsr_config.h
1 /*
2 * Copyright Altera Corporation (C) 2012-2014. All rights reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7 /* This file is generated by Preloader Generator */
8
9 #ifndef _PRELOADER_IOCSR_CONFIG_H_
10 #define _PRELOADER_IOCSR_CONFIG_H_
11
12 #ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5
13 #define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764)
14 #define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
15 #define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955)
16 #define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
17 #endif
18
19 #ifdef CONFIG_TARGET_SOCFPGA_ARRIA5
20 #define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (1337)
21 #define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
22 #define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (1528)
23 #define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
24 #endif
25
26 #endif /*_PRELOADER_IOCSR_CONFIG_H_*/