olpc,ap-sp.txt 273 B

12345678910111213
  1. OLPC AP-SP serio interface
  2. Required properties:
  3. - compatible : "olpc,ap-sp"
  4. - reg : base address and length of SoC's WTM registers
  5. - interrupts : SP-AP interrupt
  6. Example:
  7. ap-sp@d4290000 {
  8. compatible = "olpc,ap-sp";
  9. reg = <0xd4290000 0x1000>;
  10. interrupts = <40>;
  11. }