diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-03-12 09:03:13 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-04-06 12:52:45 +0200 |
commit | 47cc45a91ccc86c718fef7e8a00188e1047cf3dd (patch) | |
tree | a6257bee70aa737b8a6b0fa95902bdf28c081441 /arch/arm/dts/zynqmp-zcu102-rev1.1.dts | |
parent | f1433d0dc929b277551cd6095252b67ebe75307c (diff) | |
download | u-boot-47cc45a91ccc86c718fef7e8a00188e1047cf3dd.tar.gz u-boot-47cc45a91ccc86c718fef7e8a00188e1047cf3dd.tar.xz u-boot-47cc45a91ccc86c718fef7e8a00188e1047cf3dd.zip |
arm64: zynqmp Add support for zcu102 rev1.1
rev1.1 has different DDR sodimm module that's why it requires different DDR
configuration.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu102-rev1.1.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu102-rev1.1.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-rev1.1.dts b/arch/arm/dts/zynqmp-zcu102-rev1.1.dts new file mode 100644 index 0000000000..b6798394fc --- /dev/null +++ b/arch/arm/dts/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"; +}; |