Difference between revisions of "MITO 8M Nano SOM/MITO 8M Nano Evaluation Kit/Interfaces and Connectors/RTC"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{#lst:MITO_8M_Mini_SOM/MITO_8M_Mini_Evaluation_Kit/Interfaces_and_Connectors/RTC}}")
 
Line 1: Line 1:
{{#lst:MITO_8M_Mini_SOM/MITO_8M_Mini_Evaluation_Kit/Interfaces_and_Connectors/RTC}}
+
<section begin=History/>
 +
{| style="border-collapse:collapse; "
 +
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
 +
|-
 +
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version
 +
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date
 +
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
 +
|-
 +
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|1.0.0
 +
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|Apr 2022
 +
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|First release
 +
|}
 +
<section end=History/>
 +
<section begin=Body/>
 +
 
 +
== RTC ==
 +
 
 +
=== Description  ===
 +
 
 +
MITO 8M Mini/Nano Evaluation Kit uses the RTC device provided by [[MITO_8M_Nano_SOM/MITO_8M_Nano_Hardware/Peripherals/Real_Time_Clock | MITO 8M Nano PMIC]]
 +
 
 +
An external lithium battery (like Panasonic [https://industrial.panasonic.com/ww/products/batteries/secondary-batteries/coin_rechargeable_lithium/models/ML2020 ML-2020/G1AN] rechargeable battery) can be optionally mounted on SBCX.
 +
 
 +
 
 +
[[File:AXEL Lite-EVB-Battery-connector.png|thumb|center| 500px|Lithium battery]]
 +
 
 +
===Signals ===
 +
 
 +
The following table describes the interface signals:
 +
 
 +
{| class="wikitable"
 +
! latexfontsize="scriptsize"| Pin#
 +
! latexfontsize="scriptsize"| SOM Pin#
 +
! latexfontsize="scriptsize"| Pin name
 +
! latexfontsize="scriptsize"| Pin function
 +
! latexfontsize="scriptsize"| Pin Notes
 +
|-
 +
| - || J10.14 || PMIC_LICELL || || coin cell battery network has to be properly configured for lithium battery recharge current
 +
|}
 +
 
 +
=== Device mapping ===
 +
RTC is mapped to <code>/dev/rtc0</code> device in Linux.
 +
 
 +
=== Device usage ===
 +
 
 +
The peripheral can be accessed through the <code>date</code> and <code>hwclock</code> linux commands.
 +
 
 +
----
 +
 
 +
[[Category:MITO 8M Nano]]

Revision as of 12:36, 10 May 2022

History
Version Issue Date Notes
1.0.0 Apr 2022 First release


RTC[edit | edit source]

Description[edit | edit source]

MITO 8M Mini/Nano Evaluation Kit uses the RTC device provided by MITO 8M Nano PMIC

An external lithium battery (like Panasonic ML-2020/G1AN rechargeable battery) can be optionally mounted on SBCX.


Lithium battery

Signals[edit | edit source]

The following table describes the interface signals:

Pin# SOM Pin# Pin name Pin function Pin Notes
- J10.14 PMIC_LICELL coin cell battery network has to be properly configured for lithium battery recharge current

Device mapping[edit | edit source]

RTC is mapped to /dev/rtc0 device in Linux.

Device usage[edit | edit source]

The peripheral can be accessed through the date and hwclock linux commands.