Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: ks8995: add bindings documentation for ks8995

Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Helmut Buchsbaum and committed by
David S. Miller
7e406d12 c0e6cb1f

+20
+20
Documentation/devicetree/bindings/net/micrel-ks8995.txt
··· 1 + Micrel KS8995 SPI controlled Ethernet Switch families 2 + 3 + Required properties (according to spi-bus.txt): 4 + - compatible: either "micrel,ks8995", "micrel,ksz8864" or "micrel,ksz8795" 5 + 6 + Optional properties: 7 + - reset-gpios : phandle of gpio that will be used to reset chip during probe 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_ACTIVE_LOW>; 19 + }; 20 + };