diff options
author | Joel Fernandes <joelf@ti.com> | 2016-06-01 12:06:41 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-22 10:43:12 +0300 |
commit | bac9d0b847a18ff9a0bb77711a8ad1db7400a948 (patch) | |
tree | a788fe72e3cee439b574d2ca932a93641439a913 /arch/arm/boot/dts/dra7.dtsi | |
parent | f03a881a8a8de26b09949b89d6a7177afbc5754d (diff) | |
download | linux-bac9d0b847a18ff9a0bb77711a8ad1db7400a948.tar.xz |
ARM: dts: DRA7: Add DT node for DES IP
DRA7xx SoCs have a DES3DES IP. Add DT data for the same.
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 3c34a0c3ff7a..f5a83c4d133e 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -1928,6 +1928,17 @@ status = "disabled"; }; }; + + des: des@480a5000 { + compatible = "ti,omap4-des"; + ti,hwmods = "des"; + reg = <0x480a5000 0xa0>; + interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; + dmas = <&sdma_xbar 117>, <&sdma_xbar 116>; + dma-names = "tx", "rx"; + clocks = <&l3_iclk_div>; + clock-names = "fck"; + }; }; thermal_zones: thermal-zones { |