1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    MAX3421E USB Peripheral/Host Controller controller with SPI interface
6
7compatible: "maxim,max3421e_spi"
8
9include: [spi-device.yaml]
10
11properties:
12  int-gpios:
13    type: phandle-array
14    required: true
15    description: |
16      Interrupt pin of MAX3421E, active low.
17      If connected directly the MCU pin should be configured
18      as active low.
19
20  reset-gpios:
21    type: phandle-array
22    description: |
23      RESET pin of MAX3421E, active low.
24      If connected directly the MCU pin should be configured
25      as active low.
26