mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
93f8a31186
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> (Squashed in 'x86: Fix RTC build error on ivybridge')
7 lines
95 B
Text
7 lines
95 B
Text
/ {
|
|
rtc {
|
|
compatible = "motorola,mc146818";
|
|
u-boot,dm-pre-reloc;
|
|
reg = <0x70 2>;
|
|
};
|
|
};
|