diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-01-07 14:57:27 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-08 08:06:45 +0100 |
commit | 5869ba0653b903587e2b8cfb530656a5c0441c03 (patch) | |
tree | df2aa535deb11be7946b5f374bf76b1336abf38d /arch/arm64/boot/dts/xilinx/Makefile | |
parent | a7a16068ad9da8b5d0c75449a5d80ef3a4b01fd9 (diff) |
arm64: zynqmp: Add support for Xilinx zcu100-revC
This board has 2GB of memory, i2c, sd, wifi sdio, spis, uarts, display
port and usbs.
Board is using fixed clocks because clock driver hasn't been merged yet.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/xilinx/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/Makefile b/arch/arm64/boot/dts/xilinx/Makefile index eba179b23b17..7266a6a9c0cd 100644 --- a/arch/arm64/boot/dts/xilinx/Makefile +++ b/arch/arm64/boot/dts/xilinx/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-ep108.dtb +dtb-$(CONFIG_ARCH_ZYNQMP) += zynqmp-zcu100-revC.dtb |