Lines Matching +full:spi +full:- +full:cpol
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/net/vertexcom-mse102x.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: The Vertexcom MSE102x (SPI)
10 - Stefan Wahren <stefan.wahren@chargebyte.com>
14 They can be connected either via RGMII, RMII or SPI to a host CPU.
16 In order to use a MSE102x chip as SPI device, it must be defined as
17 a child of an SPI master device in the device tree.
23 - $ref: ethernet-controller.yaml#
28 - vertexcom,mse1021
29 - vertexcom,mse1022
37 spi-cpha: true
39 spi-cpol: true
41 spi-max-frequency:
46 - compatible
47 - reg
48 - interrupts
49 - spi-cpha
50 - spi-cpol
51 - spi-max-frequency
56 - |
57 #include <dt-bindings/interrupt-controller/irq.h>
59 #address-cells = <1>;
60 #size-cells = <0>;
65 interrupt-parent = <&gpio>;
67 spi-cpha;
68 spi-cpol;
69 spi-max-frequency = <7142857>;