u-boot-brain/arch/x86/dts/reset.dtsi
Simon Glass 20d97f33f0 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-05-08 13:02:11 +08:00

7 lines
78 B
Plaintext

/ {
reset: reset {
compatible = "x86,reset";
u-boot,dm-pre-reloc;
};
};