8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
|
/ {
|
||
|
|
tsc-timer {
|
||
|
|
compatible = "x86,tsc-timer";
|
||
|
|
clock-frequency = <CONFIG_X86_TSC_TIMER_FREQ>;
|
||
|
|
u-boot,dm-pre-reloc;
|
||
|
|
};
|
||
|
|
};
|