From: Jacky Bai Date: Tue, 18 Aug 2020 02:05:49 +0000 (+0800) Subject: LF-1383-08 arm64: dts: freescale: Add the hsio subsys dtsi on imx8dxl X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~357 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=115d147a30a4c386c9f0187742c2fd7a216ad089;p=linux.git LF-1383-08 arm64: dts: freescale: Add the hsio subsys dtsi on imx8dxl On i.MX8DXL, the hsio subsystem includes 1x PCIe version 3.0 with 1-lane. Compared to the the common imx8-ss-hsio.dtsi, some interrupt propterty need to be updated, and a phyx1_lpcg node is added. Signed-off-by: Jacky Bai Reviewed-by: Dong Aisheng --- diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi new file mode 100644 index 000000000000..17cee8aaa6ca --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8dxl-ss-hsio.dtsi @@ -0,0 +1,33 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright 2019~2020 NXP + */ + +&hsio_subsys { + phyx1_lpcg: clock-controller@5f090000 { + compatible = "fsl,imx8qxp-lpcg"; + reg = <0x5f090000 0x10000>; + #clock-cells = <1>; + clocks = <&hsio_refb_clk>, <&hsio_per_clk>, + <&hsio_per_clk>, <&hsio_per_clk>; + bit-offset = <0 4 8 16>; + clock-output-names = "hsio_phyx1_pclk", + "hsio_phyx1_epcs_tx_clk", + "hsio_phyx1_epcs_rx_clk", + "hsio_phyx1_apb_clk"; + power-domains = <&pd IMX_SC_R_SERDES_1>; + }; +}; + +&pcieb { + compatible = "fsl,imx8dxl-pcie", "fsl,imx8qxp-pcie", "snps,dw-pcie"; + interrupts = , + ; + interrupt-names = "msi", "dma"; + #interrupt-cells = <1>; + interrupt-map-mask = <0 0 0 0x7>; + interrupt-map = <0 0 0 1 &gic 0 47 4>, + <0 0 0 2 &gic 0 48 4>, + <0 0 0 3 &gic 0 49 4>, + <0 0 0 4 &gic 0 50 4>; +};