Skip to content

Commit cabe3a1

Browse files
committed
Merge tag 'zynqmp-dt-for-v5.9' of https://github.com/Xilinx/linux-xlnx into arm/fixes
arm64: soc: ZynqMP DT changes for v5.9 - Add node for PS-GTR transceivers - Fix iommu node name to match dtschema * tag 'zynqmp-dt-for-v5.9' of https://github.com/Xilinx/linux-xlnx: arm64: dts: xilinx: Align IOMMU nodename with dtschema arm64: dts: zynqmp: Add GTR transceivers Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 1ebda87 + 8d53ecf commit cabe3a1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
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";
@@ -601,7 +611,7 @@
601611
power-domains = <&zynqmp_firmware PD_SD_1>;
602612
};
603613

604-
smmu: smmu@fd800000 {
614+
smmu: iommu@fd800000 {
605615
compatible = "arm,mmu-500";
606616
reg = <0x0 0xfd800000 0x0 0x20000>;
607617
status = "disabled";

0 commit comments

Comments
 (0)