mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
20d97f33f0
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>
7 lines
100 B
Text
7 lines
100 B
Text
/ {
|
|
rtc: rtc {
|
|
compatible = "motorola,mc146818";
|
|
u-boot,dm-pre-reloc;
|
|
reg = <0x70 2>;
|
|
};
|
|
};
|