linuxOS_D21X/source/uboot-2021.10/arch/x86/dts/tsc_timer.dtsi
2024-11-29 16:13:46 +08:00

8 lines
128 B
Plaintext

/ {
tsc-timer {
compatible = "x86,tsc-timer";
clock-frequency = <CONFIG_X86_TSC_TIMER_FREQ>;
u-boot,dm-pre-reloc;
};
};