diff options
author | Zain Wang <zain.wang@rock-chips.com> | 2015-11-25 13:43:33 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-11-27 18:13:30 +0100 |
commit | c2cb616129ba28a530eb286c1e9c5bf9da042924 (patch) | |
tree | af80c602ca626f310135fa0904d7c2263ee600fb /arch/arm/boot/dts | |
parent | faef90f1a203f96796d5bc3c6225ee100ec70864 (diff) | |
download | blackbird-op-linux-c2cb616129ba28a530eb286c1e9c5bf9da042924.tar.gz blackbird-op-linux-c2cb616129ba28a530eb286c1e9c5bf9da042924.zip |
ARM: dts: rockchip: Add Crypto node for rk3288
Add Crypto node for rk3288 including crypto controller and dma clk.
Signed-off-by: Zain Wang <zain.wang@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 2040a1b0cf76..6d6cc16669b2 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -781,6 +781,18 @@ status = "disabled"; }; + crypto: cypto-controller@ff8a0000 { + compatible = "rockchip,rk3288-crypto"; + reg = <0xff8a0000 0x4000>; + interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>, + <&cru SCLK_CRYPTO>, <&cru ACLK_DMAC1>; + clock-names = "aclk", "hclk", "sclk", "apb_pclk"; + resets = <&cru SRST_CRYPTO>; + reset-names = "crypto-rst"; + status = "okay"; + }; + vopb: vop@ff930000 { compatible = "rockchip,rk3288-vop"; reg = <0xff930000 0x19c>; |