ezchip,nps400-timer0.txt 365 B

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