linuxOS_AP05/u-boot/arch/x86/dts/rtc.dtsi

8 lines
95 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
/ {
rtc {
compatible = "motorola,mc146818";
u-boot,dm-pre-reloc;
reg = <0x70 2>;
};
};