2 * Bamboo board definitions
4 * Wade Farnsworth <wfarnsworth@mvista.com>
6 * Copyright 2004 MontaVista Software Inc.
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
15 #ifndef __ASM_BAMBOO_H__
16 #define __ASM_BAMBOO_H__
18 #include <linux/config.h>
19 #include <platforms/4xx/ibm440ep.h>
21 /* F/W TLB mapping used in bootloader glue to reset EMAC */
22 #define PPC44x_EMAC0_MR0 0x0EF600E00
24 /* Location of MAC addresses in PIBS image */
25 #define PIBS_FLASH_BASE 0xfff00000
26 #define PIBS_MAC_BASE (PIBS_FLASH_BASE+0xc0400)
27 #define PIBS_MAC_SIZE 0x200
28 #define PIBS_MAC_OFFSET 0x100
30 /* Default clock rate */
31 #define BAMBOO_TMRCLK 25000000
33 /* RTC/NVRAM location */
34 #define BAMBOO_RTC_ADDR 0x080000000ULL
35 #define BAMBOO_RTC_SIZE 0x2000
38 #define BAMBOO_FPGA_ADDR 0x080002000ULL
40 #define BAMBOO_FPGA_CONFIG2_REG_ADDR (BAMBOO_FPGA_ADDR + 0x1)
41 #define BAMBOO_FULL_DUPLEX_EN(x) (x & 0x08)
42 #define BAMBOO_FORCE_100Mbps(x) (x & 0x04)
43 #define BAMBOO_AUTONEGOTIATE(x) (x & 0x02)
45 #define BAMBOO_FPGA_SETTING_REG_ADDR (BAMBOO_FPGA_ADDR + 0x3)
46 #define BAMBOO_BOOT_SMALL_FLASH(x) (!(x & 0x80))
47 #define BAMBOO_LARGE_FLASH_EN(x) (!(x & 0x40))
48 #define BAMBOO_BOOT_NAND_FLASH(x) (!(x & 0x20))
50 #define BAMBOO_FPGA_SELECTION1_REG_ADDR (BAMBOO_FPGA_ADDR + 0x4)
51 #define BAMBOO_SEL_MII(x) (x & 0x80)
52 #define BAMBOO_SEL_RMII(x) (x & 0x40)
53 #define BAMBOO_SEL_SMII(x) (x & 0x20)
56 #define BAMBOO_SMALL_FLASH_LOW 0x087f00000ULL
57 #define BAMBOO_SMALL_FLASH_HIGH 0x0fff00000ULL
58 #define BAMBOO_SMALL_FLASH_SIZE 0x100000
59 #define BAMBOO_LARGE_FLASH_LOW 0x087800000ULL
60 #define BAMBOO_LARGE_FLASH_HIGH1 0x0ff800000ULL
61 #define BAMBOO_LARGE_FLASH_HIGH2 0x0ffc00000ULL
62 #define BAMBOO_LARGE_FLASH_SIZE 0x400000
63 #define BAMBOO_SRAM_LOW 0x087f00000ULL
64 #define BAMBOO_SRAM_HIGH1 0x0fff00000ULL
65 #define BAMBOO_SRAM_HIGH2 0x0ff800000ULL
66 #define BAMBOO_SRAM_SIZE 0x100000
67 #define BAMBOO_NAND_FLASH_REG_ADDR 0x090000000ULL
68 #define BAMBOO_NAND_FLASH_REG_SIZE 0x2000
73 #define RS_TABLE_SIZE 4
75 #define UART0_IO_BASE 0xEF600300
76 #define UART1_IO_BASE 0xEF600400
77 #define UART2_IO_BASE 0xEF600500
78 #define UART3_IO_BASE 0xEF600600
80 #define BASE_BAUD 33177600/3/16
86 #define STD_UART_OP(num) \
87 { 0, BASE_BAUD, 0, UART##num##_INT, \
88 (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST), \
89 iomem_base: (void*)UART##num##_IO_BASE, \
90 io_type: SERIAL_IO_MEM},
92 #define SERIAL_PORT_DFNS \
99 #define BAMBOO_PCI_CFGA_PLB32 0xeec00000
100 #define BAMBOO_PCI_CFGD_PLB32 0xeec00004
102 #define BAMBOO_PCI_IO_BASE 0x00000000e8000000ULL
103 #define BAMBOO_PCI_IO_SIZE 0x00010000
104 #define BAMBOO_PCI_MEM_OFFSET 0x00000000
105 #define BAMBOO_PCI_PHY_MEM_BASE 0x00000000a0000000ULL
107 #define BAMBOO_PCI_LOWER_IO 0x00000000
108 #define BAMBOO_PCI_UPPER_IO 0x0000ffff
109 #define BAMBOO_PCI_LOWER_MEM 0xa0000000
110 #define BAMBOO_PCI_UPPER_MEM 0xafffffff
111 #define BAMBOO_PCI_MEM_BASE 0xa0000000
113 #define BAMBOO_PCIL0_BASE 0x00000000ef400000ULL
114 #define BAMBOO_PCIL0_SIZE 0x40
116 #define BAMBOO_PCIL0_PMM0LA 0x000
117 #define BAMBOO_PCIL0_PMM0MA 0x004
118 #define BAMBOO_PCIL0_PMM0PCILA 0x008
119 #define BAMBOO_PCIL0_PMM0PCIHA 0x00C
120 #define BAMBOO_PCIL0_PMM1LA 0x010
121 #define BAMBOO_PCIL0_PMM1MA 0x014
122 #define BAMBOO_PCIL0_PMM1PCILA 0x018
123 #define BAMBOO_PCIL0_PMM1PCIHA 0x01C
124 #define BAMBOO_PCIL0_PMM2LA 0x020
125 #define BAMBOO_PCIL0_PMM2MA 0x024
126 #define BAMBOO_PCIL0_PMM2PCILA 0x028
127 #define BAMBOO_PCIL0_PMM2PCIHA 0x02C
128 #define BAMBOO_PCIL0_PTM1MS 0x030
129 #define BAMBOO_PCIL0_PTM1LA 0x034
130 #define BAMBOO_PCIL0_PTM2MS 0x038
131 #define BAMBOO_PCIL0_PTM2LA 0x03C
133 #endif /* __ASM_BAMBOO_H__ */
134 #endif /* __KERNEL__ */