mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: imx95: add flexspi node
Add flexspi support. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
288c31c92f
commit
a748b411d6
|
|
@ -713,6 +713,22 @@ lpuart6: serial@425a0000 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user