picoxcell.txt 883 B

12345678910111213141516171819202122232425
  1. Picochip picoXcell device tree bindings.
  2. ========================================
  3. Required root node properties:
  4. - compatible:
  5. - "picochip,pc7302-pc3x3" : PC7302 development board with PC3X3 device.
  6. - "picochip,pc7302-pc3x2" : PC7302 development board with PC3X2 device.
  7. - "picochip,pc3x3" : picoXcell PC3X3 device based board.
  8. - "picochip,pc3x2" : picoXcell PC3X2 device based board.
  9. Timers required properties:
  10. - compatible = "picochip,pc3x2-timer"
  11. - interrupts : The single IRQ line for the timer.
  12. - clock-freq : The frequency in HZ of the timer.
  13. - reg : The register bank for the timer.
  14. Note: two timers are required - one for the scheduler clock and one for the
  15. event tick/NOHZ.
  16. VIC required properties:
  17. - compatible = "arm,pl192-vic".
  18. - interrupt-controller.
  19. - reg : The register bank for the device.
  20. - #interrupt-cells : Must be 1.