mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user