diff options
author | Frank Li <Frank.Li@freescale.com> | 2015-07-20 21:33:53 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-08-11 17:15:21 +0200 |
commit | 5ff807a56767cd810dde0cec850caf8b6f504737 (patch) | |
tree | ad54a9435299fd2e3ce66b42491bbe26ac781ed2 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx6ul: fix low case define in imx6ul-pinfunc.h (diff) | |
download | linux-5ff807a56767cd810dde0cec850caf8b6f504737.tar.xz linux-5ff807a56767cd810dde0cec850caf8b6f504737.zip |
ARM: dts: imx6ul: add qspi support
enable qspi support
Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index b39ae0ecf901..138309ab504f 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -565,6 +565,19 @@ status = "disabled"; }; + qspi: qspi@021e0000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,imx6ul-qspi", "fsl,imx6sx-qspi"; + reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>; + reg-names = "QuadSPI", "QuadSPI-memory"; + interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX6UL_CLK_QSPI>, + <&clks IMX6UL_CLK_QSPI>; + clock-names = "qspi_en", "qspi"; + status = "disabled"; + }; + uart2: serial@021e8000 { compatible = "fsl,imx6ul-uart", "fsl,imx6q-uart"; |