18c2ecf20Sopenharmony_ci* ARC PS/2 driver: PS/2 block used in some ARC FPGA's & nSIM OSCI model
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible		: "snps,arc_ps2"
58c2ecf20Sopenharmony_ci- reg			: offset and length (always 0x14) of registers
68c2ecf20Sopenharmony_ci- interrupts		: interrupt
78c2ecf20Sopenharmony_ci- interrupt-names	: name of interrupt, must be "arc_ps2_irq"
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciExample:
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciserio@c9000400 {
128c2ecf20Sopenharmony_ci	compatible = "snps,arc_ps2";
138c2ecf20Sopenharmony_ci	reg = <0xc9000400 0x14>;
148c2ecf20Sopenharmony_ci	interrupts = <13>;
158c2ecf20Sopenharmony_ci	interrupt-names = "arc_ps2_irq";
168c2ecf20Sopenharmony_ci}
17