uboot/u-boot-stm32mp-2020.01/arch/x86/dts/rtc.dtsi

8 lines
100 B
Plaintext
Raw Normal View History

2024-01-10 06:52:34 +00:00
/ {
rtc: rtc {
compatible = "motorola,mc146818";
u-boot,dm-pre-reloc;
reg = <0x70 2>;
};
};