1 * SPEAr ARM Timer 1 * SPEAr ARM Timer 2 2 3 ** Timer node required properties: 3 ** Timer node required properties: 4 4 5 - compatible : Should be: 5 - compatible : Should be: 6 "st,spear-timer" 6 "st,spear-timer" 7 - reg: Address range of the timer registers 7 - reg: Address range of the timer registers >> 8 - interrupt-parent: Should be the phandle for the interrupt controller >> 9 that services interrupts for this device 8 - interrupt: Should contain the timer interrup 10 - interrupt: Should contain the timer interrupt number 9 11 10 Example: 12 Example: 11 13 12 timer@f0000000 { 14 timer@f0000000 { 13 compatible = "st,spear-timer"; 15 compatible = "st,spear-timer"; 14 reg = <0xf0000000 0x400>; 16 reg = <0xf0000000 0x400>; 15 interrupts = <2>; 17 interrupts = <2>; 16 }; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.