socionext,milbeaut-timer.txt 392 B

1234567891011121314151617
  1. Milbeaut SoCs Timer Controller
  2. Required properties:
  3. - compatible : should be "socionext,milbeaut-timer".
  4. - reg : Specifies base physical address and size of the registers.
  5. - interrupts : The interrupt of the first timer.
  6. - clocks: phandle to the input clk.
  7. Example:
  8. timer {
  9. compatible = "socionext,milbeaut-timer";
  10. reg = <0x1e000050 0x20>
  11. interrupts = <0 91 4>;
  12. clocks = <&clk 4>;
  13. };