提交 a35f1eb4 编写于 作者: G Gilad Ben-Yossef 提交者: Greg Kroah-Hartman

staging: ccree: add DT bindings for Arm CryptoCell

This adds DT bindings for the Arm TrustZone CryptoCell cryptographic
accelerator IP.
Signed-off-by: NGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 27e1b65a
Arm TrustZone CryptoCell cryptographic accelerators
Required properties:
- compatible: must be "arm,cryptocell-712-ree".
- reg: shall contain base register location and length.
Typically length is 0x10000.
- interrupts: shall contain the interrupt for the device.
Optional properties:
- interrupt-parent: can designate the interrupt controller the
device interrupt is connected to, if needed.
- clocks: may contain the clock handling the device, if needed.
- power-domains: may contain a reference to the PM domain, if applicable.
Examples:
Zynq FPGA device
----------------
arm_cc7x: arm_cc7x@80000000 {
compatible = "arm,cryptocell-712-ree";
interrupt-parent = <&intc>;
interrupts = < 0 30 4 >;
reg = < 0x80000000 0x10000 >;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册