2 * U-Boot - main board file
4 * Copyright (c) 2010 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
10 #include <asm/blackfin.h>
12 #include <asm/mach-common/bits/pll.h>
16 printf("Board: ADI BF527 SDP board\n");
17 printf(" Support: http://blackfin.uclinux.org/\n");
19 /* Enable access to parallel flash */
20 gpio_request(GPIO_PG0, "parallel-flash");
21 gpio_direction_output(GPIO_PG0, 0);
28 /* CLKIN Buffer Output Enable */
29 bfin_write_VR_CTL(bfin_read_VR_CTL() | CLKBUFOE);