17 lines · plain
1* SPEAr ARM Timer2 3** Timer node required properties:4 5- compatible : Should be:6 "st,spear-timer"7- reg: Address range of the timer registers8- interrupt: Should contain the timer interrupt number9 10Example:11 12 timer@f0000000 {13 compatible = "st,spear-timer";14 reg = <0xf0000000 0x400>;15 interrupts = <2>;16 };17