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

8 lines
95 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
/ {
rtc {
compatible = "motorola,mc146818";
u-boot,dm-pre-reloc;
reg = <0x70 2>;
};
};