This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
1
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
efece632e7063c0ee901b6ffb4bb6294b45665f2
u-boot
/
arch
/
x86
/
dts
/
rtc.dtsi
8 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-06-23 12:18:43 +08:00
/ {
x86: dts: Add device-tree labels for rtc and reset Add labels for these nodes so that board DT files can reference them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-04-25 21:58:43 -06:00
rtc: rtc {
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-06-23 12:18:43 +08:00
compatible = "motorola,mc146818";
x86: Drop rtc from SPL The RTC is not currently used in SPL. Drop it so that it does not take up space. Signed-off-by: Simon Glass <sjg@chromium.org>
2020-12-19 10:40:07 -07:00
u-boot,dm-pre-proper;
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-06-23 12:18:43 +08:00
reg = <0x70 2>;
};
};
Reference in New Issue
Copy Permalink