Commit cabe3a13 authored by Olof Johansson's avatar Olof Johansson
Browse files

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: default avatarOlof Johansson <olof@lixom.net>
parents 1ebda87a 8d53ecfb
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 */

#include <dt-bindings/power/xlnx-zynqmp-power.h>
#include <dt-bindings/reset/xlnx-zynqmp-resets.h>

/ {
	compatible = "xlnx,zynqmp";
@@ -558,6 +559,15 @@
			};
		};

		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";
@@ -601,7 +611,7 @@
			power-domains = <&zynqmp_firmware PD_SD_1>;
		};

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