]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: zynqmp: Add GTR transceivers
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 29 Jun 2020 12:00:54 +0000 (15:00 +0300)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 17 Aug 2020 10:10:08 +0000 (12:10 +0200)
Add a DT node for the PS-GTR transceivers.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/20200629120054.29338-4-laurent.pinchart@ideasonboard.com
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 9174ddc76bdc3a9ce651d0f25f844fc1afe2d31c..a0aad47b0ffc4465beeba3c8d5baf1f98d0d729f 100644 (file)
@@ -13,6 +13,7 @@
  */
 
 #include <dt-bindings/power/xlnx-zynqmp-power.h>
+#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
 
 / {
        compatible = "xlnx,zynqmp";
                        };
                };
 
+               psgtr: phy@fd400000 {
+                       compatible = "xlnx,zynqmp-psgtr-v1.1";
+                       status = "disabled";
+                       reg = <0x0 0xfd400000 0x0 0x40000>,
+                             <0x0 0xfd3d0000 0x0 0x1000>;
+                       reg-names = "serdes", "siou";
+                       #phy-cells = <4>;
+               };
+
                rtc: rtc@ffa60000 {
                        compatible = "xlnx,zynqmp-rtc";
                        status = "disabled";