ARM: dts: rockchip: rk3506: Add rockchip-suspend node

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I2ee72633c016d83d8655f4172252bd1c0c41cd14
This commit is contained in:
Joseph Chen
2024-08-12 17:59:15 +08:00
committed by Jianhong Chen
parent 3a23e8876c
commit d9e3721dae

View File

@@ -9,6 +9,7 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/soc/rockchip,boot-mode.h>
#include <dt-bindings/suspend/rockchip-rk3506.h>
/ {
#address-cells = <1>;
@@ -347,6 +348,27 @@
};
};
rockchip_suspend: rockchip-suspend {
compatible = "rockchip,pm-config";
status = "okay";
rockchip,sleep-mode-config = <
(0
| RKPM_ARMOFF_DDRPD
| RKPM_24M_OSC_DIS
| RKPM_32K_CLK
| RKPM_32K_SRC_RC
| RKPM_SLP_RC_PWM1_CH(1)
)
>;
rockchip,wakeup-config = <
(0
| RKPM_GPIO0_WAKEUP_EN
)
>;
};
rockchip_system_monitor: rockchip-system-monitor {
compatible = "rockchip,system-monitor";