remoteproc.dts 271 B

1234567891011121314
  1. /include/ "system.dts"
  2. / {
  3. test: remoteproc@0 {
  4. compatible = "xlnx,zynq_remoteproc";
  5. reg = < 0x1E000000 0x2000000 >;
  6. interrupt-parent = <&intc>;
  7. interrupts = < 0 37 0 0 38 0 >;
  8. firmware = "app_cpu1.elf";
  9. ipino = <8>;
  10. vring0 = <9>;
  11. vring1 = <10>;
  12. };
  13. };