x86: Add an option to include a FIT
[oweals/u-boot.git] / arch / x86 / dts / rtc.dtsi
1 / {
2         rtc: rtc {
3                 compatible = "motorola,mc146818";
4                 u-boot,dm-pre-reloc;
5                 reg = <0x70 2>;
6         };
7 };