30 lines
619 B
YAML
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"
|