zephyr/dts/bindings/usb/maxim,max3421e_spi.yaml
Fabio Baltieri 691322a495 dts: bindings: drop remaining "required: false" from bindings
Drop the remaining "required: false" from the bindings, make CI happy.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

25 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.