1 Zodiac Inflight Innovations RAVE Supervisory Processor
3 RAVE Supervisory Processor communicates with SoC over UART. It is
4 expected that its Device Tree node is specified as a child of a node
5 corresponding to UART controller used for communication.
7 Required parent device properties:
9 - compatible: Should be one of:
16 - current-speed: Should be set to baud rate SP device is using
18 RAVE SP consists of the following sub-devices:
22 rave-sp-wdt : Watchdog
23 rave-sp-nvmem : Interface to onborad EEPROM
24 rave-sp-backlight : Display backlight
25 rave-sp-hwmon : Interface to onboard hardware sensors
26 rave-sp-leds : Interface to onboard LEDs
27 rave-sp-input : Interface to onboard power button
32 compatible = "zii,rave-sp-rdu2";
33 current-speed = <1000000>;
36 compatible = "zii,rave-sp-watchdog";