|
@@ -506,6 +506,11 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ sram@ff720000 {
|
|
|
+ compatible = "rockchip,rk3288-pmu-sram", "mmio-sram";
|
|
|
+ reg = <0xff720000 0x1000>;
|
|
|
+ };
|
|
|
+
|
|
|
pmu: power-management@ff730000 {
|
|
|
compatible = "rockchip,rk3288-pmu", "syscon";
|
|
|
reg = <0xff730000 0x100>;
|
|
@@ -729,6 +734,24 @@
|
|
|
bias-disable;
|
|
|
};
|
|
|
|
|
|
+ sleep {
|
|
|
+ global_pwroff: global-pwroff {
|
|
|
+ rockchip,pins = <0 0 RK_FUNC_1 &pcfg_pull_none>;
|
|
|
+ };
|
|
|
+
|
|
|
+ ddrio_pwroff: ddrio-pwroff {
|
|
|
+ rockchip,pins = <0 1 RK_FUNC_1 &pcfg_pull_none>;
|
|
|
+ };
|
|
|
+
|
|
|
+ ddr0_retention: ddr0-retention {
|
|
|
+ rockchip,pins = <0 2 RK_FUNC_1 &pcfg_pull_up>;
|
|
|
+ };
|
|
|
+
|
|
|
+ ddr1_retention: ddr1-retention {
|
|
|
+ rockchip,pins = <0 3 RK_FUNC_1 &pcfg_pull_up>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
i2c0 {
|
|
|
i2c0_xfer: i2c0-xfer {
|
|
|
rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>,
|