ezchip,nps400-timer1.txt 298 B

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