xref: /freebsd/sys/contrib/device-tree/Bindings/timer/ezchip,nps400-timer1.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotNPS Network Processor
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot- compatible :	should be "ezchip,nps400-timer1"
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotClocks required for compatible = "ezchip,nps400-timer1":
8*c66ec88fSEmmanuel Vadot- clocks : Must contain a single entry describing the clock input
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotExample:
11*c66ec88fSEmmanuel Vadot
12*c66ec88fSEmmanuel Vadottimer {
13*c66ec88fSEmmanuel Vadot	compatible = "ezchip,nps400-timer1";
14*c66ec88fSEmmanuel Vadot	clocks = <&sysclk>;
15*c66ec88fSEmmanuel Vadot};
16