Lines Matching +full:serial +full:- +full:to +full:- +full:powerline
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Frank Li <Frank.Li@nxp.com>
13 The QCA7000 is a serial-to-powerline bridge with a host interface which could
19 In order to use the QCA7000 as SPI device it must be defined as a child of a
24 In order to use the QCA7000 as UART slave it must be defined as a child of a
25 UART master in the device tree. It is possible to preconfigure the UART
26 settings of the QCA7000 firmware, but it's not possible to change them during
39 qca,legacy-mode:
42 Set the SPI data transfer of the QCA7000 to legacy mode.
47 property is missing the driver defaults to burst mode.
50 - $ref: ethernet-controller.yaml#
52 - if:
54 - reg
58 spi-cpha: true
60 spi-cpol: true
62 spi-max-frequency:
68 - $ref: /schemas/spi/spi-peripheral-props.yaml#
72 current-speed:
75 qca,legacy-mode: false
78 - $ref: /schemas/serial/serial-peripheral-props.yaml#
83 - |
84 #include <dt-bindings/interrupt-controller/irq.h>
87 #address-cells = <1>;
88 #size-cells = <0>;
93 interrupt-parent = <&gpio3>;
95 spi-cpha;
96 spi-cpol;
97 spi-max-frequency = <8000000>;
98 local-mac-address = [ a0 b0 c0 d0 e0 f0 ];
102 - |
103 serial {
106 local-mac-address = [ a0 b0 c0 d0 e0 f0 ];
107 current-speed = <38400>;