picochip-spacc.txt 789 B

1234567891011121314151617181920212223
  1. Picochip picoXcell SPAcc (Security Protocol Accelerator) bindings
  2. Picochip picoXcell devices contain crypto offload engines that may be used for
  3. IPSEC and femtocell layer 2 ciphering.
  4. Required properties:
  5. - compatible : "picochip,spacc-ipsec" for the IPSEC offload engine
  6. "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
  7. - reg : Offset and length of the register set for this device
  8. - interrupt-parent : The interrupt controller that controls the SPAcc
  9. interrupt.
  10. - interrupts : The interrupt line from the SPAcc.
  11. - ref-clock : The input clock that drives the SPAcc.
  12. Example SPAcc node:
  13. spacc@10000 {
  14. compatible = "picochip,spacc-ipsec";
  15. reg = <0x100000 0x10000>;
  16. interrupt-parent = <&vic0>;
  17. interrupts = <24>;
  18. ref-clock = <&ipsec_clk>, "ref";
  19. };