arm64: dts: zynqmp: Add GTR transceivers

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

authored by

Laurent Pinchart and committed by
Michal Simek
b4b6fb8d 9123e3a7

+10
+10
arch/arm64/boot/dts/xilinx/zynqmp.dtsi
··· 13 */ 14 15 #include <dt-bindings/power/xlnx-zynqmp-power.h> 16 17 / { 18 compatible = "xlnx,zynqmp"; ··· 557 #address-cells = <0>; 558 #interrupt-cells = <1>; 559 }; 560 }; 561 562 rtc: rtc@ffa60000 {
··· 13 */ 14 15 #include <dt-bindings/power/xlnx-zynqmp-power.h> 16 + #include <dt-bindings/reset/xlnx-zynqmp-resets.h> 17 18 / { 19 compatible = "xlnx,zynqmp"; ··· 556 #address-cells = <0>; 557 #interrupt-cells = <1>; 558 }; 559 + }; 560 + 561 + psgtr: phy@fd400000 { 562 + compatible = "xlnx,zynqmp-psgtr-v1.1"; 563 + status = "disabled"; 564 + reg = <0x0 0xfd400000 0x0 0x40000>, 565 + <0x0 0xfd3d0000 0x0 0x1000>; 566 + reg-names = "serdes", "siou"; 567 + #phy-cells = <4>; 568 }; 569 570 rtc: rtc@ffa60000 {