Lines Matching +full:modem +full:- +full:control +full:- +full:line +full:- +full:ports
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP SC16IS7xx Advanced Universal Asynchronous Receiver-Transmitter (UART)
10 - Hugo Villeneuve <[email protected]>
15 - nxp,sc16is740
16 - nxp,sc16is741
17 - nxp,sc16is750
18 - nxp,sc16is752
19 - nxp,sc16is760
20 - nxp,sc16is762
33 reset-gpios:
36 clock-frequency:
43 gpio-controller: true
45 "#gpio-cells":
48 gpio-line-names:
52 irda-mode-ports:
58 $ref: /schemas/types.yaml#/definitions/uint32-array
65 nxp,modem-control-line-ports:
68 lines configured as modem control lines:
71 $ref: /schemas/types.yaml#/definitions/uint32-array
79 - compatible
80 - reg
83 - $ref: /schemas/spi/spi-peripheral-props.yaml#
84 - $ref: /schemas/serial/serial.yaml#
85 - $ref: /schemas/serial/rs485.yaml#
88 - required:
89 - clocks
90 - required:
91 - clock-frequency
96 - |
97 #include <dt-bindings/interrupt-controller/irq.h>
98 #include <dt-bindings/gpio/gpio.h>
100 #address-cells = <1>;
101 #size-cells = <0>;
107 interrupt-parent = <&gpio3>;
109 gpio-controller;
110 #gpio-cells = <2>;
117 interrupt-parent = <&gpio3>;
119 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
120 gpio-controller; /* Port 0 as GPIOs */
121 #gpio-cells = <2>;
128 reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
129 interrupt-parent = <&gpio3>;
131 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */