ezchip,nps400-timer.txt 295 B

123456789101112131415
  1. NPS Network Processor
  2. Required properties:
  3. - compatible : should be "ezchip,nps400-timer"
  4. Clocks required for compatible = "ezchip,nps400-timer":
  5. - clocks : Must contain a single entry describing the clock input
  6. Example:
  7. timer {
  8. compatible = "ezchip,nps400-timer";
  9. clocks = <&sysclk>;
  10. };