Lines Matching +full:spi +full:- +full:max +full:- +full:frequency
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ASIX AX88796C SPI Ethernet Adapter
10 - Łukasz Stelmach <l.stelmach@samsung.com>
14 describes SPI mode of the chip.
16 The node for this driver must be a child node of an SPI controller,
18 ../spi/spi-controller.yaml must be specified.
21 - $ref: ethernet-controller.yaml#
30 spi-max-frequency:
36 reset-gpios:
42 local-mac-address: true
44 mac-address: true
47 - compatible
48 - reg
49 - spi-max-frequency
50 - interrupts
51 - reset-gpios
57 - |
58 #include <dt-bindings/interrupt-controller/irq.h>
59 #include <dt-bindings/gpio/gpio.h>
61 #address-cells = <1>;
62 #size-cells = <0>;
67 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
68 interrupt-parent = <&gpx2>;
70 spi-max-frequency = <40000000>;
71 reset-gpios = <&gpe0 2 GPIO_ACTIVE_LOW>;