1 NPS Network Processor 2 3 Required properties: 4 5 - compatible : should be "ezchip,nps400-timer0" 6 7 Clocks required for compatible = "ezchip,nps400-timer0": 8 - interrupts : The interrupt of the first timer 9 - clocks : Must contain a single entry describing the clock input 10 11 Example: 12 13 timer { 14 compatible = "ezchip,nps400-timer0"; 15 interrupts = <3>; 16 clocks = <&sysclk>; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.