Commit 7d23683d authored by Yangbo Lu's avatar Yangbo Lu Committed by Daniel DeGrasse
Browse files

dts: arm: nxp_imx943_m33: add ptp clock nodes



Added ptp clock nodes.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
parent 2cf5c709
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -302,6 +302,27 @@
				si-index = <2>;
				status = "disabled";
			};

			netc_ptp_clock0: ptp_clock@4cd80000 {
				compatible = "nxp,netc-ptp-clock";
				reg = <0x4cd80000 0x10000>;
				clocks = <&scmi_clk IMX943_CLK_ENET>;
				status = "disabled";
			};

			netc_ptp_clock1: ptp_clock@4cda0000 {
				compatible = "nxp,netc-ptp-clock";
				reg = <0x4cda0000 0x10000>;
				clocks = <&scmi_clk IMX943_CLK_ENET>;
				status = "disabled";
			};

			netc_ptp_clock2: ptp_clock@4cdc0000 {
				compatible = "nxp,netc-ptp-clock";
				reg = <0x4cdc0000 0x10000>;
				clocks = <&scmi_clk IMX943_CLK_ENET>;
				status = "disabled";
			};
		};
	};
};