summaryrefslogtreecommitdiff
path: root/arch/x86/dts/tsc_timer.dtsi
blob: 4df8e9d7fcfc9b4d1352fb13c9b1b2dbf82829fb (plain)
1
2
3
4
5
6
7
/ {
	tsc-timer {
		compatible = "x86,tsc-timer";
		clock-frequency = <CONFIG_X86_TSC_TIMER_FREQ>;
		u-boot,dm-pre-reloc;
	};
};