ODROID-C4: arm64/dts: Add gpio power key and lirc helper nodes

Change-Id: I3dff44cd2b2df2753ed3c926578b2a7dd9595dec
This commit is contained in:
voodik
2020-05-05 11:39:30 +08:00
committed by Chris KIM
parent 48dbf82e19
commit 80b3a3dc10

View File

@@ -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>;