zephyr/dts/bindings/mdio/atmel,sam-mdio.yaml

19 lines
438 B
YAML
Raw Normal View History

# Copyright (c) 2021 IP-Logix Inc.
# SPDX-License-Identifier: Apache-2.0
description: Atmel SAM Family MDIO Driver node
compatible: "atmel,sam-mdio"
include: mdio-controller.yaml
properties:
pinctrl-0:
type: phandles
required: false
description: |
PIO pin configuration for MDC, and MDIO signals.
For example the GMAC on SAME7x would be
pinctrl-0 = <&pd8a_gmac_gmdc &pd9a_gmac_gmdio>;