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 <hvilleneuve@dimonoff.com>
15 - nxp,sc16is740
16 - nxp,sc16is741
17 - nxp,sc16is750
18 - nxp,sc16is752
19 - nxp,sc16is760
20 - nxp,sc16is762
31 reset-gpios:
34 clock-frequency:
41 gpio-controller: true
43 "#gpio-cells":
46 gpio-line-names:
50 irda-mode-ports:
56 $ref: /schemas/types.yaml#/definitions/uint32-array
63 nxp,modem-control-line-ports:
66 lines configured as modem control lines:
69 $ref: /schemas/types.yaml#/definitions/uint32-array
77 - compatible
78 - reg
79 - interrupts
82 - $ref: /schemas/spi/spi-peripheral-props.yaml#
83 - $ref: /schemas/serial/serial.yaml#
84 - $ref: /schemas/serial/rs485.yaml#
87 - required:
88 - clocks
89 - required:
90 - clock-frequency
95 - |
96 #include <dt-bindings/interrupt-controller/irq.h>
97 #include <dt-bindings/gpio/gpio.h>
99 #address-cells = <1>;
100 #size-cells = <0>;
106 interrupt-parent = <&gpio3>;
108 gpio-controller;
109 #gpio-cells = <2>;
116 interrupt-parent = <&gpio3>;
118 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
119 gpio-controller; /* Port 0 as GPIOs */
120 #gpio-cells = <2>;
127 reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
128 interrupt-parent = <&gpio3>;
130 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */