1 Micrel KS8995 SPI controlled Ethernet Switch f 2 3 Required properties (according to spi-bus.txt) 4 - compatible: either "micrel,ks8995", "micrel, 5 6 Optional properties: 7 - reset-gpios : phandle of gpio that will be u 8 9 Example: 10 11 spi-master { 12 ... 13 switch@0 { 14 compatible = "micrel,ksz8795"; 15 16 reg = <0>; 17 spi-max-frequency = <50000000> 18 reset-gpios = <&gpio0 46 GPIO_ 19 }; 20 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.