ODROID-M2: arm64/dts: Add RTC wake up interrupt

Change-Id: I207e2a61f577cf0156cc6916496bcc1a92d3c333
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2024-03-11 18:42:42 +09:00
committed by xiane
parent f48fc7b645
commit f57b60b2c5

View File

@@ -338,6 +338,12 @@
compatible = "nxp,pcf8563";
reg = <0x51>;
pinctrl-names = "default";
pinctrl-0 = <&pcf8563_intr>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
touchscreen: touchscreen {
@@ -640,6 +646,12 @@
};
};
rtc {
pcf8563_intr: pcf8563-intr {
rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
touch {
touch_gpio: touch-gpio {
rockchip,pins =