zephyr/dts/bindings/ethernet/ethernet-phy.yaml
Maureen Helm d5287578fe dts: bindings: boards: Update Ethernet PHY to use reg property
Updates Ethernet PHY devicetree bindings to be more consistent with
Linux by using the standard `reg` property for the PHY address instead
of a custom `address` property. As a result, MDIO controller bindings
now require standard `#address-cells` and `#size-cells` properties.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2023-09-29 09:47:15 +02:00

27 lines
586 B
YAML

# Copyright (c) 2021 IP-Logix Inc.
# SPDX-License-Identifier: Apache-2.0
# Common fields for MIIPHY devices
description: Generic MII PHY
compatible: "ethernet-phy"
include: phy.yaml
properties:
reg:
required: true
description: PHY address
no-reset:
type: boolean
description: Do not reset the PHY during initialization
fixed-link:
type: string
description: This link is fixed and does not require PHY configuration
enum:
- "10BASE-T Half-Duplex"
- "10BASE-T Full-Duplex"
- "100BASE-T Half-Duplex"
- "100BASE-T Full-Duplex"