mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
move ifxmips uboot to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11601 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
Normal file
12
package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#define FLASH_STRAP 0x1
|
||||
#define MII_0_STRAP 0x2
|
||||
#define MII_1_STRAP 0x3
|
||||
#define ASC_STRAP 0x4
|
||||
#define SFLASH_STRAP 0x5
|
||||
#define RESERVE_STRAP 0x6
|
||||
#define PRODUCT_TEST_STRAP 0x7
|
||||
#define PIN_STRAP_MASK 0x001C0000
|
||||
#define PIN_STRAP_SHIFT 18
|
||||
#define PIN_STRAP 0xB0100914
|
||||
#define SDRAM_WIDTH_MASK 0x400000
|
||||
#define SDRAM_WIDTH_SHIFT 22
|
||||
Reference in New Issue
Block a user