zephyr/dts/bindings/ethernet/nxp,tja1103.yaml
Sumit Batra 286a3ce37f drivers: eth: phy: tja1103: Handle link change
drivers: eth: phy: tja1103: Handle link change
These changes enable -
TJA1103 driver to gracefully handle Link connect or disconnect events
between Ethernet PHY and its link partner and notify it to the
upper network layers

Signed-off-by: Sumit Batra <sumit.batra@nxp.com>
2024-02-01 14:29:43 -06:00

30 lines
619 B
YAML

# Copyright (c) 2023 NXP
# SPDX-License-Identifier: Apache-2.0
description: TJA1103 PHY
compatible: "nxp,tja1103"
include: phy.yaml
properties:
reg:
required: true
description: PHY address
int-gpios:
type: phandle-array
description:
interrupt GPIO for PHY. Will be pulled high in its default state.
master-slave:
type: string
required: true
description: |
100BASE-T1 Specifies that either phy has to run in master / slave mode
Default selects the mode set by the pinstrapping on the hardware design.
enum:
- "default"
- "master"
- "slave"