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#
22 - $ref: /schemas/spi/spi-peripheral-props.yaml
31 spi-max-frequency:
37 reset-gpios:
43 controller-data: true
44 local-mac-address: true
45 mac-address: true
48 - compatible
49 - reg
50 - spi-max-frequency
51 - interrupts
52 - reset-gpios
58 - |
59 #include <dt-bindings/interrupt-controller/irq.h>
60 #include <dt-bindings/gpio/gpio.h>
61 spi {
62 #address-cells = <1>;
63 #size-cells = <0>;
68 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
69 interrupt-parent = <&gpx2>;
71 spi-max-frequency = <40000000>;
72 reset-gpios = <&gpe0 2 GPIO_ACTIVE_LOW>;