brintos

brintos / linux-shallow public Read only

0
0
Text · 298 B · c0ab419 Raw
16 lines · plain
1NPS Network Processor2 3Required properties:4 5- compatible :	should be "ezchip,nps400-timer1"6 7Clocks required for compatible = "ezchip,nps400-timer1":8- clocks : Must contain a single entry describing the clock input9 10Example:11 12timer {13	compatible = "ezchip,nps400-timer1";14	clocks = <&sysclk>;15};16