mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID-C4: arm64/dts: Add gpio power key and lirc helper nodes
Change-Id: I3dff44cd2b2df2753ed3c926578b2a7dd9595dec
This commit is contained in:
@@ -628,6 +628,23 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpio_keypad{
|
||||
compatible = "amlogic, gpio_keypad";
|
||||
status = "okay";
|
||||
scan_period = <20>;
|
||||
key_num = <1>;
|
||||
key_name = "power";
|
||||
key_code = <116>;
|
||||
reg = <0x0 0xFF800000 0x0 0x400>;
|
||||
};
|
||||
|
||||
hk-lirc-helper {
|
||||
compatible = "hk-lirc-helper";
|
||||
/* Multi-format IR controller */
|
||||
reg = <0x0 0xff808040 0x0 0x44>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
/* Audio Related start */
|
||||
dummy_codec:dummy{
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
Reference in New Issue
Block a user