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