2015-10-17 12:37:30 -07:00
|
|
|
NPS Network Processor
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2016-11-17 00:12:43 -07:00
|
|
|
- compatible : should be "ezchip,nps400-timer1"
|
2015-10-17 12:37:30 -07:00
|
|
|
|
2016-11-17 00:12:43 -07:00
|
|
|
Clocks required for compatible = "ezchip,nps400-timer1":
|
2015-10-17 12:37:30 -07:00
|
|
|
- clocks : Must contain a single entry describing the clock input
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
timer {
|
2016-11-17 00:12:43 -07:00
|
|
|
compatible = "ezchip,nps400-timer1";
|
2015-10-17 12:37:30 -07:00
|
|
|
clocks = <&sysclk>;
|
|
|
|
};
|