summaryrefslogtreecommitdiff
path: root/arch/x86/dts/rtc.dtsi
blob: 1c2eb2891a7833d57b4dbcf3089fee15d02c43f7 (plain)
1
2
3
4
5
6
7
/ {
	rtc: rtc {
		compatible = "motorola,mc146818";
		bootph-some-ram;
		reg = <0x70 2>;
	};
};