diff options
Diffstat (limited to 'roms/u-boot/arch/x86/dts/rtc.dtsi')
-rw-r--r-- | roms/u-boot/arch/x86/dts/rtc.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/dts/rtc.dtsi b/roms/u-boot/arch/x86/dts/rtc.dtsi new file mode 100644 index 000000000..942cc937d --- /dev/null +++ b/roms/u-boot/arch/x86/dts/rtc.dtsi @@ -0,0 +1,7 @@ +/ { + rtc: rtc { + compatible = "motorola,mc146818"; + u-boot,dm-pre-proper; + reg = <0x70 2>; + }; +}; |