u-boot-brain/arch/x86/dts/rtc.dtsi
Bin Meng b0014b6423 x86: crownbay: Enable DM RTC support
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>
2015-07-14 18:03:16 -06:00

7 lines
72 B
Plaintext

/ {
rtc {
compatible = "motorola,mc146818";
reg = <0x70 2>;
};
};