summaryrefslogtreecommitdiffstats
path: root/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2016-03-03 13:25:03 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-04-04 20:28:38 +0200
commit66de226f9fd2604b42751b6c68e8e33bceb7da9c (patch)
tree051d50e9a4cd3837caf9adf687f8f8f7fef95a35 /board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
parent996503ef8249ea85f6e50e930b78c989bbf513c4 (diff)
downloadtalos-obmc-uboot-66de226f9fd2604b42751b6c68e8e33bceb7da9c.tar.gz
talos-obmc-uboot-66de226f9fd2604b42751b6c68e8e33bceb7da9c.zip
ARM: zynq: Fix default ps7_init_gpl.c/h for ZYBO
There is incorrect setting for USB which didn't work with origin ps7_init_gpl.X files. Use default setting for Digilent Zybo projects with HDMI in PL. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h')
-rw-r--r--board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h b/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
index 62b8a5846b..22d9fd9250 100644
--- a/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
+++ b/board/xilinx/zynq/zybo_hw_platform/ps7_init_gpl.h
@@ -62,7 +62,7 @@ extern unsigned long *ps7_peripherals_init_data;
#define USB0_FREQ 60000000
#define USB1_FREQ 60000000
#define SDIO_FREQ 50000000
-#define UART_FREQ 50000000
+#define UART_FREQ 100000000
#define SPI_FREQ 10000000
#define I2C_FREQ 108333336
#define WDT_FREQ 108333336
@@ -71,9 +71,10 @@ extern unsigned long *ps7_peripherals_init_data;
#define PCAP_FREQ 200000000
#define TPIU_FREQ 200000000
#define FPGA0_FREQ 100000000
-#define FPGA1_FREQ 175000000
-#define FPGA2_FREQ 12264151
-#define FPGA3_FREQ 100000000
+#define FPGA1_FREQ 142857132
+#define FPGA2_FREQ 200000000
+#define FPGA3_FREQ 50000000
+
/* For delay calculation using global registers*/
#define SCU_GLOBAL_TIMER_COUNT_L32 0xF8F00200
OpenPOWER on IntegriCloud