Lines Matching +full:rk3288 +full:- +full:cru
4 - compatible: Should be "rockchip,rk3288-crypto"
5 - reg: Base physical address of the engine and length of memory mapped
7 - interrupts: Interrupt number
8 - clocks: Reference to the clocks about crypto
9 - clock-names: "aclk" used to clock data
13 - resets: Must contain an entry for each entry in reset-names.
15 - reset-names: Must include the name "crypto-rst".
19 crypto: cypto-controller@ff8a0000 {
20 compatible = "rockchip,rk3288-crypto";
23 clocks = <&cru ACLK_CRYPTO>, <&cru HCLK_CRYPTO>,
24 <&cru SCLK_CRYPTO>, <&cru ACLK_DMAC1>;
25 clock-names = "aclk", "hclk", "sclk", "apb_pclk";
26 resets = <&cru SRST_CRYPTO>;
27 reset-names = "crypto-rst";