b0014b6423
Add a RTC node in the device tree to enable DM RTC support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
/ {
|
|
rtc {
|
|
compatible = "motorola,mc146818";
|
|
reg = <0x70 2>;
|
|
};
|
|
};
|