diff options
| author | Frank Li <[email protected]> | 2024-07-01 16:07:25 -0400 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2024-08-05 16:07:09 +0800 |
| commit | a748b411d6ba5f515f46d7e99ea042f62ca8759b (patch) | |
| tree | 22f732c033d9d590bbf8d90d63ef784e4c5b0c05 | |
| parent | 288c31c92f45fb5dee594563234c9ec596ef8987 (diff) | |
arm64: dts: imx95: add flexspi node
Add flexspi support.
Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 99764bfe3089..51a13d15d0b4 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -713,6 +713,22 @@ status = "disabled"; }; + flexspi1: spi@425e0000 { + compatible = "nxp,imx8mm-fspi"; + reg = <0x425e0000 0x10000>, <0x28000000 0x8000000>; + reg-names = "fspi_base", "fspi_mmap"; + #address-cells = <1>; + #size-cells = <0>; + interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&scmi_clk IMX95_CLK_FLEXSPI1>, + <&scmi_clk IMX95_CLK_FLEXSPI1>; + clock-names = "fspi_en", "fspi"; + assigned-clocks = <&scmi_clk IMX95_CLK_FLEXSPI1>; + assigned-clock-parents = <&scmi_clk IMX95_CLK_SYSPLL1_PFD1>; + assigned-clock-rates = <200000000>; + status = "disabled"; + }; + sai3: sai@42650000 { compatible = "fsl,imx95-sai"; reg = <0x42650000 0x10000>; |