]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Add dts files for zcu102-revB
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Jan 2016 14:10:46 +0000 (15:10 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 10:50:37 +0000 (11:50 +0100)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/Makefile
arch/arm/dts/zynqmp-zcu102-revB.dts [new file with mode: 0644]

index fde153eacea20dd444fec4dd51cebc825574859b..d61e98f69a5d9f2de0a097855963217cb3827d41 100644 (file)
@@ -80,6 +80,7 @@ dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb \
 dtb-$(CONFIG_ARCH_ZYNQMP) += \
        zynqmp-ep108.dtb                        \
        zynqmp-zcu102.dtb                       \
+       zynqmp-zcu102-revB.dtb                  \
        zynqmp-zc1751-xm015-dc1.dtb             \
        zynqmp-zc1751-xm016-dc2.dtb             \
        zynqmp-zc1751-xm019-dc5.dtb             \
diff --git a/arch/arm/dts/zynqmp-zcu102-revB.dts b/arch/arm/dts/zynqmp-zcu102-revB.dts
new file mode 100644 (file)
index 0000000..4c66697
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * dts file for Xilinx ZynqMP ZCU102 RevB
+ *
+ * (C) Copyright 2016, Xilinx, Inc.
+ *
+ * Michal Simek <michal.simek@xilinx.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ */
+
+/include/ "zynqmp-zcu102.dts"
+/ {
+       model = "ZynqMP ZCU102 RevB";
+};
+
+&gem3 {
+       phy-handle = <&phyc>;
+       phyc: phy@c {
+               reg = <0xc>;
+               ti,rx-internal-delay = <0x8>;
+               ti,tx-internal-delay = <0xa>;
+               ti,fifo-depth = <0x1>;
+       };
+       /* Cleanup from RevA */
+       /delete-node/ phy@21;
+};
+
+/* Different qspi 512Mbit version */
+
+/* Fix collision with u61 */
+&i2c0 {
+       i2cswitch@75 {
+               i2c@2 {
+                       max15303@1b { /* u6 */
+                               reg = <0x1b>;
+                       };
+                       /delete-node/ max15303@15;
+               };
+       };
+};