ODROID: arm64/dts: remotectl: add remotectl to dts

Change-Id: If1eb3c51f454b0fab14df98a57f8b9fe22c72747
Signed-off-by: Lee Seungcheol <john.lee@hardkernel.com>
Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
Lee Seungcheol
2022-02-15 12:26:12 +09:00
committed by YoungSoo Shin
parent 0182f6c8b8
commit a9ed267b40

View File

@@ -157,6 +157,38 @@
status = "okay";
};
&pwm3 {
status = "okay";
compatible = "rockchip,remotectl-pwm";
remote_pwm_id = <3>;
handle_cpu_id = <1>;
remote_support_psci = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pwm3_pins>;
ir_key1 {
rockchip,usercode = <0x4db2>;
rockchip,key_table =
<0x23 KEY_POWER>,
<0x77 KEY_MUTE>,
<0x7d KEY_HOME>,
<0x31 KEY_ENTER>,
<0x35 KEY_UP>,
<0x66 KEY_LEFT>,
<0x3e KEY_RIGHT>,
<0x2d KEY_DOWN>,
<0x3a KEY_MENU>,
<0x65 KEY_BACK>,
<0x7e KEY_VOLUMEDOWN>,
<0x7f KEY_VOLUMEUP>;
};
};
&pwm7 {
status = "disabled";
};
&rknpu_mmu {
status = "disabled";
};