提交 bac9d0b8 编写于 作者: J Joel Fernandes 提交者: Tony Lindgren

ARM: dts: DRA7: Add DT node for DES IP

DRA7xx SoCs have a DES3DES IP. Add DT data for the same.
Signed-off-by: NJoel Fernandes <joelf@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 f03a881a
...@@ -1928,6 +1928,17 @@ ...@@ -1928,6 +1928,17 @@
status = "disabled"; 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 { thermal_zones: thermal-zones {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册