mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02: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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/ {
|
/ {
|
||||||
reset {
|
reset: reset {
|
||||||
compatible = "x86,reset";
|
compatible = "x86,reset";
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/ {
|
/ {
|
||||||
rtc {
|
rtc: rtc {
|
||||||
compatible = "motorola,mc146818";
|
compatible = "motorola,mc146818";
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
reg = <0x70 2>;
|
reg = <0x70 2>;
|
||||||
|
Reference in New Issue
Block a user