Skip to content

Commit b4b6fb8

Browse files
pinchartlMichal Simek
authored andcommitted
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
1 parent 9123e3a commit b4b6fb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414

1515
#include <dt-bindings/power/xlnx-zynqmp-power.h>
16+
#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
1617

1718
/ {
1819
compatible = "xlnx,zynqmp";
@@ -558,6 +559,15 @@
558559
};
559560
};
560561

562+
psgtr: phy@fd400000 {
563+
compatible = "xlnx,zynqmp-psgtr-v1.1";
564+
status = "disabled";
565+
reg = <0x0 0xfd400000 0x0 0x40000>,
566+
<0x0 0xfd3d0000 0x0 0x1000>;
567+
reg-names = "serdes", "siou";
568+
#phy-cells = <4>;
569+
};
570+
561571
rtc: rtc@ffa60000 {
562572
compatible = "xlnx,zynqmp-rtc";
563573
status = "disabled";

0 commit comments

Comments
 (0)