On Tue, Dec 30, 2025 at 06:10:28PM +0000, Kuan-Wei Chiu wrote:
> +title: Android Goldfish Events Keypad
> +
> +maintainers:
> + - Kuan-Wei Chiu <[email protected]>
> +
> +description:
> + Android goldfish events keypad device generated by android emulator.
> +
Not an input device? No input.yaml reference?
> +properties:
> + compatible:
> + const: google,goldfish-events-keypad
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + keypad@9040000 {
> + compatible = "google,goldfish-events-keypad";
> + reg = <0x9040000 0x1000>;
> + interrupts = <0x5>;
This should be decimal, not hex.
Best regards,
Krzysztof