2 * asm-arm/arch-orion/platform.h
4 * Tzachi Perelstein <tzachi@marvell.com>
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
11 #ifndef __ASM_ARCH_PLATFORM_H__
12 #define __ASM_ARCH_PLATFORM_H__
15 * Device bus NAND private data
17 struct orion_nand_data
{
18 struct mtd_partition
*parts
;
20 u8 ale
; /* address line number connected to ALE */
21 u8 cle
; /* address line number connected to CLE */
22 u8 width
; /* buswidth */