mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 09:46:06 +07:00
arm64: dts: zx296718: add irdec device for remote control
Add irdec device for remote control support. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
2b31230aa0
commit
a9aa280a5c
@ -295,6 +295,13 @@ soc {
|
||||
compatible = "simple-bus";
|
||||
ranges;
|
||||
|
||||
irdec: ir-decoder@111000 {
|
||||
compatible = "zte,zx296718-irdec";
|
||||
reg = <0x111000 0x1000>;
|
||||
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
aon_sysctrl: aon-sysctrl@116000 {
|
||||
compatible = "zte,zx296718-aon-sysctrl", "syscon";
|
||||
reg = <0x116000 0x1000>;
|
||||
|
Loading…
Reference in New Issue
Block a user