ge-achc.txt 586 B

1234567891011121314151617181920212223242526
  1. * GE Healthcare USB Management Controller
  2. A device which handles data aquisition from compatible USB based peripherals.
  3. SPI is used for device management.
  4. Note: This device does not expose the peripherals as USB devices.
  5. Required properties:
  6. - compatible : Should be "ge,achc"
  7. Required SPI properties:
  8. - reg : Should be address of the device chip select within
  9. the controller.
  10. - spi-max-frequency : Maximum SPI clocking speed of device in Hz, should be
  11. 1MHz for the GE ACHC.
  12. Example:
  13. spidev0: spi@0 {
  14. compatible = "ge,achc";
  15. reg = <0>;
  16. spi-max-frequency = <1000000>;
  17. };