brintos

brintos / linux-shallow public Read only

0
0
Text · 365 B · e3cfce8 Raw
18 lines · plain
1NPS Network Processor2 3Required properties:4 5- compatible :	should be "ezchip,nps400-timer0"6 7Clocks required for compatible = "ezchip,nps400-timer0":8- interrupts : The interrupt of the first timer9- clocks : Must contain a single entry describing the clock input10 11Example:12 13timer {14	compatible = "ezchip,nps400-timer0";15	interrupts = <3>;16	clocks = <&sysclk>;17};18