Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
| 1 | /* |
| 2 | * linux/include/asm-mips/mach-jz4740/jz4740.h |
| 3 | * |
| 4 | * JZ4740 common definition. |
| 5 | * |
| 6 | * Copyright (C) 2006 - 2007 Ingenic Semiconductor Inc. |
| 7 | * |
| 8 | * Author: <lhhuang@ingenic.cn> |
| 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify |
| 11 | * it under the terms of the GNU General Public License version 2 as |
| 12 | * published by the Free Software Foundation. |
| 13 | */ |
| 14 | |
| 15 | #ifndef __ASM_JZ4740_H__ |
| 16 | #define __ASM_JZ4740_H__ |
| 17 | |
| 18 | #include <asm/mach-jz4740/regs.h> |
| 19 | #include <asm/mach-jz4740/dma.h> |
| 20 | |
| 21 | /*------------------------------------------------------------------ |
| 22 | * Platform definitions |
| 23 | */ |
| 24 | |
| 25 | #ifdef CONFIG_JZ4740_QI_LB60 |
| 26 | #include <asm/mach-jz4740/board-qi_lb60.h> |
| 27 | #endif |
| 28 | |
| 29 | #ifdef CONFIG_JZ4725_SAKC |
| 30 | #include <asm/mach-jz4740/board-sakc.h> |
| 31 | #endif |
| 32 | |
| 33 | /* Add other platform definition here ... */ |
| 34 | |
| 35 | |
| 36 | /*------------------------------------------------------------------ |
| 37 | * Follows are related to platform definitions |
| 38 | */ |
| 39 | |
| 40 | #include <asm/mach-jz4740/serial.h> |
| 41 | |
| 42 | #endif /* __ASM_JZ4740_H__ */ |
| 43 |
Branches:
master
