26 lines
633 B
YAML
26 lines
633 B
YAML
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
MAX3421E USB Peripheral/Host Controller controller with SPI interface
|
|
|
|
compatible: "maxim,max3421e_spi"
|
|
|
|
include: [spi-device.yaml]
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: true
|
|
description: |
|
|
Interrupt pin of MAX3421E, active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|
|
|
|
reset-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
RESET pin of MAX3421E, active low.
|
|
If connected directly the MCU pin should be configured
|
|
as active low.
|