arm64: dts: imx93: add lpspi nodes
authorPeng Fan <peng.fan@nxp.com>
Mon, 5 Sep 2022 05:59:15 +0000 (13:59 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:31 +0000 (16:34 +0800)
Add i.MX93 lpspi nodes

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93.dtsi

index 1a5a6c51aec447f2bf5a4ed54f72a9f9f3b1d9ee..b3d82b13b52483443ed9dab73bc40f8ee39c8683 100644 (file)
                                status = "disabled";
                        };
 
+                       lpspi1: spi@44360000 {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                               compatible = "fsl,imx93-spi", "fsl,imx7ulp-spi";
+                               reg = <0x44360000 0x10000>;
+                               interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clk IMX93_CLK_LPSPI1_GATE>,
+                                        <&clk IMX93_CLK_BUS_AON>;
+                               clock-names = "per", "ipg";
+                               status = "disabled";
+                       };
+
+                       lpspi2: spi@44370000 {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                               compatible = "fsl,imx93-spi", "fsl,imx7ulp-spi";
+                               reg = <0x44370000 0x10000>;
+                               interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clk IMX93_CLK_LPSPI2_GATE>,
+                                        <&clk IMX93_CLK_BUS_AON>;
+                               clock-names = "per", "ipg";
+                               status = "disabled";
+                       };
+
                        lpuart1: serial@44380000 {
                                compatible = "fsl,imx93-lpuart", "fsl,imx7ulp-lpuart";
                                reg = <0x44380000 0x1000>;