diff options
Diffstat (limited to 'hw/m48t59.c')
-rw-r--r-- | hw/m48t59.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/m48t59.c b/hw/m48t59.c index 0f45071ebc..d5a91aa5d1 100644 --- a/hw/m48t59.c +++ b/hw/m48t59.c @@ -41,6 +41,14 @@ * alarm and a watchdog timer and related control registers. In the * PPC platform there is also a nvram lock function. */ + +/* + * Chipset docs: + * http://www.st.com/stonline/products/literature/ds/2410/m48t02.pdf + * http://www.st.com/stonline/products/literature/ds/2411/m48t08.pdf + * http://www.st.com/stonline/products/literature/od/7001/m48t59y.pdf + */ + struct m48t59_t { /* Model parameters */ uint32_t type; // 2 = m48t02, 8 = m48t08, 59 = m48t59 |