1# Copyright (c) 2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: TJA1103 PHY 5 6compatible: "nxp,tja1103" 7 8include: phy.yaml 9 10properties: 11 reg: 12 required: true 13 description: PHY address 14 15 int-gpios: 16 type: phandle-array 17 description: 18 interrupt GPIO for PHY. Will be pulled high in its default state. 19 20 master-slave: 21 type: string 22 required: true 23 description: | 24 100BASE-T1 Specifies that either phy has to run in master / slave mode 25 Default selects the mode set by the pinstrapping on the hardware design. 26 enum: 27 - "default" 28 - "master" 29 - "slave" 30