zii,rave-sp.txt 1002 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Zodiac Inflight Innovations RAVE Supervisory Processor
  2. RAVE Supervisory Processor communicates with SoC over UART. It is
  3. expected that its Device Tree node is specified as a child of a node
  4. corresponding to UART controller used for communication.
  5. Required parent device properties:
  6. - compatible: Should be one of:
  7. - "zii,rave-sp-niu"
  8. - "zii,rave-sp-mezz"
  9. - "zii,rave-sp-esb"
  10. - "zii,rave-sp-rdu1"
  11. - "zii,rave-sp-rdu2"
  12. - current-speed: Should be set to baud rate SP device is using
  13. RAVE SP consists of the following sub-devices:
  14. Device Description
  15. ------ -----------
  16. rave-sp-wdt : Watchdog
  17. rave-sp-nvmem : Interface to onborad EEPROM
  18. rave-sp-backlight : Display backlight
  19. rave-sp-hwmon : Interface to onboard hardware sensors
  20. rave-sp-leds : Interface to onboard LEDs
  21. rave-sp-input : Interface to onboard power button
  22. Example of usage:
  23. rdu {
  24. compatible = "zii,rave-sp-rdu2";
  25. current-speed = <1000000>;
  26. watchdog {
  27. compatible = "zii,rave-sp-watchdog";
  28. };
  29. };