diff options
author | Cory Tusar <cory.tusar@pid1solutions.com> | 2015-11-18 22:54:40 -0500 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-10-01 17:40:52 +0200 |
commit | 7ecc29c26b343db3ac3b533d77845769d12950a2 (patch) | |
tree | 737387d377822dc3799c7408026746113ca828c8 | |
parent | 95bb750b48063167fb4bf3dfb672671d45235be8 (diff) |
ARM: dts: vfxxx: Include support for dspi[23] functionality.Colibri_VF_LinuxImageV2.6.1Beta1_20161001
Extend the existing Vybrid DSPI devicetree implementation to also
describe the dspi2 and dspi3 functional blocks.
Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
(cherry picked from commit 5f060c71aa204c49efc8c3b93819a39c40e883c6)
-rw-r--r-- | arch/arm/boot/dts/vfxxx.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 3cacaaa38749..2f2794a91710 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -627,6 +627,30 @@ status = "disabled"; }; + dspi2: dspi2@400ac000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,vf610-dspi"; + reg = <0x400ac000 0x1000>; + interrupts = <69 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks VF610_CLK_DSPI2>; + clock-names = "dspi"; + spi-num-chipselects = <2>; + status = "disabled"; + }; + + dspi3: dspi3@400ad000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "fsl,vf610-dspi"; + reg = <0x400ad000 0x1000>; + interrupts = <70 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks VF610_CLK_DSPI3>; + clock-names = "dspi"; + spi-num-chipselects = <2>; + status = "disabled"; + }; + ddrmc: ddrmc@400ae000 { compatible = "fsl,vf610-ddrmc"; reg = <0x400ae000 0x400>; |