1 * GE Healthcare USB Management Controller
3 A device which handles data aquisition from compatible USB based peripherals.
4 SPI is used for device management.
6 Note: This device does not expose the peripherals as USB devices.
10 - compatible : Should be "ge,achc"
12 Required SPI properties:
14 - reg : Should be address of the device chip select within
17 - spi-max-frequency : Maximum SPI clocking speed of device in Hz, should be
23 compatible = "ge,achc";
25 spi-max-frequency = <1000000>;