Lines Matching +full:spi +full:- +full:crc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ADI ADIN1110 MAC-PHY
10 - Alexandru Tachici <alexandru.tachici@analog.com>
13 The ADIN1110 is a low power single port 10BASE-T1L MAC-
18 The ADIN2111 is a low power, low complexity, two-Ethernet ports
19 switch with integrated 10BASE-T1L PHYs and one serial peripheral
20 interface (SPI) port. The device is designed for industrial Ethernet
22 with the IEEE 802.3cg-2019 Ethernet standard for long reach
25 The device has a 4-wire SPI interface for communication
29 - $ref: ethernet-controller.yaml#
30 - $ref: /schemas/spi/spi-peripheral-props.yaml#
35 - adi,adin1110
36 - adi,adin2111
41 adi,spi-crc:
43 Enable CRC8 checks on SPI read/writes.
49 reset-gpios:
54 - compatible
55 - reg
56 - interrupts
61 - |
62 #include <dt-bindings/interrupt-controller/irq.h>
64 spi {
66 #address-cells = <1>;
67 #size-cells = <0>;
72 spi-max-frequency = <24500000>;
74 adi,spi-crc;
76 interrupt-parent = <&gpio>;
79 local-mac-address = [ 00 11 22 33 44 55 ];