]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/xilinx_zynqmp_zcu102.h
ARM64: zynqmp: Add support for ZCU102 platform
[people/ms/u-boot.git] / include / configs / xilinx_zynqmp_zcu102.h
CommitLineData
1f4f3d33
MS
1/*
2 * Configuration for Xilinx ZynqMP zcu102
3 *
4 * (C) Copyright 2015 Xilinx, Inc.
5 * Michal Simek <michal.simek@xilinx.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_ZYNQMP_ZCU102_H
11#define __CONFIG_ZYNQMP_ZCU102_H
12
13#define CONFIG_ZYNQ_SDHCI1
14#define CONFIG_ZYNQ_I2C0
15#define CONFIG_ZYNQ_I2C1
16#define CONFIG_SYS_I2C_MAX_HOPS 1
17#define CONFIG_SYS_NUM_I2C_BUSES 18
18#define CONFIG_SYS_I2C_BUSES { \
19 {0, {I2C_NULL_HOP} }, \
20 {0, {{I2C_MUX_PCA9544, 0x75, 0} } }, \
21 {0, {{I2C_MUX_PCA9544, 0x75, 1} } }, \
22 {0, {{I2C_MUX_PCA9544, 0x75, 2} } }, \
23 {1, {I2C_NULL_HOP} }, \
24 {1, {{I2C_MUX_PCA9548, 0x74, 0} } }, \
25 {1, {{I2C_MUX_PCA9548, 0x74, 1} } }, \
26 {1, {{I2C_MUX_PCA9548, 0x74, 2} } }, \
27 {1, {{I2C_MUX_PCA9548, 0x74, 3} } }, \
28 {1, {{I2C_MUX_PCA9548, 0x74, 4} } }, \
29 {1, {{I2C_MUX_PCA9548, 0x75, 0} } }, \
30 {1, {{I2C_MUX_PCA9548, 0x75, 1} } }, \
31 {1, {{I2C_MUX_PCA9548, 0x75, 2} } }, \
32 {1, {{I2C_MUX_PCA9548, 0x75, 3} } }, \
33 {1, {{I2C_MUX_PCA9548, 0x75, 4} } }, \
34 {1, {{I2C_MUX_PCA9548, 0x75, 5} } }, \
35 {1, {{I2C_MUX_PCA9548, 0x75, 6} } }, \
36 {1, {{I2C_MUX_PCA9548, 0x75, 7} } }, \
37 }
38
39#define CONFIG_SYS_I2C_ZYNQ
40#define CONFIG_AHCI
41#define CONFIG_SATA_CEVA
42
43#define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR}
44
45#define CONFIG_IDENT_STRING " Xilinx ZynqMP ZCU102"
46
47#define CONFIG_KERNEL_FDT_OFST_SIZE \
48 "kernel_offset=0x180000\0" \
49 "fdt_offset=0x100000\0" \
50 "kernel_size=0x1e00000\0" \
51 "fdt_size=0x80000\0" \
52 "board=zcu102\0"
53
54#include <configs/xilinx_zynqmp.h>
55
56#endif /* __CONFIG_ZYNQMP_ZCU102_H */