Linux 5.2
[linux-2.6/linux-2.6-arm.git] / arch / arm / mach-iop32x / include / mach / iop32x.h
blob84223f86552f8817c76c5b5b09f18f84b22664d8
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-iop32x/include/mach/iop32x.h
5 * Intel IOP32X Chip definitions
7 * Author: Rory Bolt <rorybolt@pacbell.net>
8 * Copyright (C) 2002 Rory Bolt
9 * Copyright (C) 2004 Intel Corp.
12 #ifndef __IOP32X_H
13 #define __IOP32X_H
16 * Peripherals that are shared between the iop32x and iop33x but
17 * located at different addresses.
19 #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07e0 + (reg))
21 #include <asm/hardware/iop3xx.h>
23 /* ATU Parameters
24 * set up a 1:1 bus to physical ram relationship
25 * w/ physical ram on top of pci in the memory map
27 #define IOP32X_MAX_RAM_SIZE 0x40000000UL
28 #define IOP3XX_MAX_RAM_SIZE IOP32X_MAX_RAM_SIZE
29 #define IOP3XX_PCI_LOWER_MEM_BA 0x80000000
31 #endif