aboutsummaryrefslogtreecommitdiff
path: root/include/symbols.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-17 08:38:56 -0700
committerChristian Cunningham <cc@localhost>2022-02-17 08:38:56 -0700
commitce4e86f3806e599a2abf014b0b0fc85a5e6c4e37 (patch)
tree801f148f4e624799fba7858cda532ba9d88db351 /include/symbols.h
parent5827115cd4a993414dd41bb7d3af699408f875a8 (diff)
Start power stuff
Diffstat (limited to 'include/symbols.h')
-rw-r--r--include/symbols.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/symbols.h b/include/symbols.h
index 8c41c86..04d1d1b 100644
--- a/include/symbols.h
+++ b/include/symbols.h
@@ -108,20 +108,6 @@ enum
SYS_TIMER_SC_M1 = (1 << 1),
SYS_TIMER_SC_M2 = (1 << 2),
SYS_TIMER_SC_M3 = (1 << 3),
-
- /* Power Management, Reset controller and Watchdog registers */
- //BCM2835_PERI_BASE = 0x3F000000,
- BCM2835_PERI_BASE = 0x20000000,
- PM_BASE = (BCM2835_PERI_BASE + 0x100000),
- PM_RSTC = (PM_BASE+0x1c),
- PM_WDOG = (PM_BASE+0x24),
- PM_WDOG_RESET = 0x00000000,
- PM_PASSWORD = 0x5a000000,
- PM_WDOG_TIME_SET = 0x000fffff,
- PM_RSTC_WRCFG_CLR = 0xffffffcf,
- PM_RSTC_WRCFG_SET = 0x00000030,
- PM_RSTC_WRCFG_FULL_RESET = 0x00000020,
- PM_RSTC_RESET = 0x00000102,
};
#endif