Back to home page

OSCL-LXR

 
 

    


0001 * ARC PS/2 driver: PS/2 block used in some ARC FPGA's & nSIM OSCI model
0002 
0003 Required properties:
0004 - compatible            : "snps,arc_ps2"
0005 - reg                   : offset and length (always 0x14) of registers
0006 - interrupts            : interrupt
0007 - interrupt-names       : name of interrupt, must be "arc_ps2_irq"
0008 
0009 Example:
0010 
0011 serio@c9000400 {
0012         compatible = "snps,arc_ps2";
0013         reg = <0xc9000400 0x14>;
0014         interrupts = <13>;
0015         interrupt-names = "arc_ps2_irq";
0016 }