1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/serio/allwinner,sun4i-a10-ps2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 PS2 Host Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 A20 PS2 is dual role controller (PS2 host and PS2 device). These
15 bindings for PS2 A10/A20 host controller. IBM compliant IBM PS2 and
16 AT-compatible keyboard and mouse can be connected.
20 const: allwinner,sun4i-a10-ps2
37 additionalProperties: false
41 #include <dt-bindings/interrupt-controller/arm-gic.h>
42 #include <dt-bindings/clock/sun7i-a20-ccu.h>
45 compatible = "allwinner,sun4i-a10-ps2";
46 reg = <0x01c2a000 0x400>;
47 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
48 clocks = <&ccu CLK_APB1_PS20>;