Back to home page

OSCL-LXR

 
 

    


0001 OLPC AP-SP serio interface
0002 
0003 Required properties:
0004 - compatible : "olpc,ap-sp"
0005 - reg : base address and length of SoC's WTM registers
0006 - interrupts : SP-AP interrupt
0007 
0008 Example:
0009         ap-sp@d4290000 {
0010                 compatible = "olpc,ap-sp";
0011                 reg = <0xd4290000 0x1000>;
0012                 interrupts = <40>;
0013         }