driver: input: add input driver for rts5912

Add input driver for Realtek rts5912.

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
Lin Yu-Cheng 2025-03-07 14:10:10 +08:00 committed by Benjamin Cabé
commit 2d541a0777
10 changed files with 381 additions and 0 deletions

View file

@ -258,6 +258,15 @@
clk-divider = <33>;
status = "disabled";
};
kbd: kbd@40010000 {
compatible = "realtek,rts5912-kbd";
reg = <0x40010000 0x10>;
clocks = <&sccon RTS5912_SCCON_PERIPH_GRP0 PERIPH_GRP0_KBM_CLKPWR>;
interrupts = <210 0>;
interrupt-parent = <&nvic>;
status = "disabled";
};
};
swj_port: swj-port {