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:
parent
d45396a6bb
commit
2d541a0777
10 changed files with 381 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue