summaryrefslogtreecommitdiff
path: root/arch/x86/dts/tsc_timer.dtsi
blob: 9d098df832d8b37a5df4f5631317b41bde9939a5 (plain)
1
2
3
4
5
6
7
/ {
	tsc-timer {
		compatible = "x86,tsc-timer";
		clock-frequency = <CONFIG_X86_TSC_TIMER_FREQ>;
		bootph-all;
	};
};