]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/crypto/sun4i-ss.txt
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / crypto / sun4i-ss.txt
CommitLineData
e757d5c4
LC
1* Allwinner Security System found on A20 SoC
2
3Required properties:
4- compatible : Should be "allwinner,sun4i-a10-crypto".
5- reg: Should contain the Security System register location and length.
6- interrupts: Should contain the IRQ line for the Security System.
7- clocks : List of clock specifiers, corresponding to ahb and ss.
8- clock-names : Name of the functional clock, should be
9 * "ahb" : AHB gating clock
10 * "mod" : SS controller clock
11
ca6bc691
CYT
12Optional properties:
13 - resets : phandle + reset specifier pair
14 - reset-names : must contain "ahb"
15
e757d5c4 16Example:
48c926cd 17 crypto: crypto-engine@1c15000 {
e757d5c4
LC
18 compatible = "allwinner,sun4i-a10-crypto";
19 reg = <0x01c15000 0x1000>;
20 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
21 clocks = <&ahb_gates 5>, <&ss_clk>;
22 clock-names = "ahb", "mod";
23 };