diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-06-14 18:25:38 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-09-13 09:55:55 +0300 |
commit | e6a52b9e3bec66c0da3e0e3b0a04be0e09de3986 (patch) | |
tree | 2e0f95ffae6b7bbcbb070809e53466601d43ef56 /arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts | |
parent | 31533c2176ba70c13719713345bec916e1f35cb8 (diff) | |
download | linux-e6a52b9e3bec66c0da3e0e3b0a04be0e09de3986.tar.xz |
arm64: zynqmp: Add support for zcu102-rev1.1 board
zcu102 rev1.1 compare to rev1.0 is using by default different DDR memory
which requires different configuration. The reason for adding this file to
Linux kernel is that U-Boot fdtfile variable is composed based on board
revision (in eeprom) and dtb file should exist in standard distibutions for
passing it to Linux kernel.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/38bbbeb885f4d9ba466c43ab9b4d25190a3552fb.1623684253.git.michal.simek@xilinx.com
Diffstat (limited to 'arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts new file mode 100644 index 000000000000..b6798394fcf4 --- /dev/null +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * dts file for Xilinx ZynqMP ZCU102 Rev1.1 + * + * (C) Copyright 2016 - 2020, Xilinx, Inc. + * + * Michal Simek <michal.simek@xilinx.com> + */ + +#include "zynqmp-zcu102-rev1.0.dts" + +/ { + model = "ZynqMP ZCU102 Rev1.1"; + compatible = "xlnx,zynqmp-zcu102-rev1.1", "xlnx,zynqmp-zcu102", "xlnx,zynqmp"; +}; |