We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9123e3a commit b4b6fb8Copy full SHA for b4b6fb8
arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -13,6 +13,7 @@
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";
@@ -558,6 +559,15 @@
558
559
};
560
561
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
+
571
rtc: rtc@ffa60000 {
572
compatible = "xlnx,zynqmp-rtc";
573
status = "disabled";
0 commit comments