[PATCH 2/3] arm64: dts: imx8mm: Add the pcie phy support
Marek Vasut
marex at denx.de
Fri Jan 28 04:41:03 CET 2022
From: Richard Zhu <hongxing.zhu at nxp.com>
Add the PCIe PHY support on iMX8MM platforms.
Signed-off-by: Richard Zhu <hongxing.zhu at nxp.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
Reviewed-by: Tim Harvey <tharvey at gateworks.com>
Tested-by: Tim Harvey <tharvey at gateworks.com>
Signed-off-by: Shawn Guo <shawnguo at kernel.org>
Signed-off-by: Marek Vasut <marex at denx.de> # Pick from Linux b9ec888f636f ("arm64: dts: imx8mm: Add the pcie phy support")
---
arch/arm/dts/imx8mm.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/dts/imx8mm.dtsi b/arch/arm/dts/imx8mm.dtsi
index b142b80734d..63cab127c4c 100644
--- a/arch/arm/dts/imx8mm.dtsi
+++ b/arch/arm/dts/imx8mm.dtsi
@@ -1041,6 +1041,19 @@
reg = <0x32e50200 0x200>;
};
+ pcie_phy: pcie-phy at 32f00000 {
+ compatible = "fsl,imx8mm-pcie-phy";
+ reg = <0x32f00000 0x10000>;
+ clocks = <&clk IMX8MM_CLK_PCIE1_PHY>;
+ clock-names = "ref";
+ assigned-clocks = <&clk IMX8MM_CLK_PCIE1_PHY>;
+ assigned-clock-rates = <100000000>;
+ assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_100M>;
+ resets = <&src IMX8MQ_RESET_PCIEPHY>;
+ reset-names = "pciephy";
+ #phy-cells = <0>;
+ status = "disabled";
+ };
};
dma_apbh: dma-controller at 33000000 {
--
2.34.1
More information about the U-Boot
mailing list