micrel-ks8995.txt 451 B

123456789101112131415161718192021
  1. Micrel KS8995 SPI controlled Ethernet Switch families
  2. Required properties (according to spi-bus.txt):
  3. - compatible: either "micrel,ks8995", "micrel,ksz8864" or "micrel,ksz8795"
  4. Optional properties:
  5. - reset-gpios : phandle of gpio that will be used to reset chip during probe
  6. Example:
  7. spi-master {
  8. ...
  9. switch@0 {
  10. compatible = "micrel,ksz8795";
  11. reg = <0>;
  12. spi-max-frequency = <50000000>;
  13. reset-gpios = <&gpio0 46 GPIO_ACTIVE_LOW>;
  14. };
  15. };