Lines Matching +full:string +full:- +full:enum
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "infineon,xmc4xxx-ethernet"
9 - name: ethernet-controller.yaml
10 - name: pinctrl-device.yaml
16 pinctrl-0:
19 pinctrl-names:
22 phy-connection-type:
25 rxd0-port-ctrl:
27 type: string
29 enum:
30 - "P2_2"
31 - "P0_2"
32 - "P14_8"
33 - "P5_0"
35 rxd1-port-ctrl:
37 type: string
39 enum:
40 - "P2_3"
41 - "P0_3"
42 - "P14_9"
43 - "P5_1"
45 rxd2-port-ctrl:
46 type: string
48 enum:
49 - "P5_8"
50 - "P6_4"
52 rxd3-port-ctrl:
53 type: string
55 enum:
56 - "P5_9"
57 - "P6_3"
59 rmii-rx-clk-port-ctrl:
62 If the RMII interface is used it connects GPIO to the rmii-clk signal.
63 Otherwise, if the MII interface is used, then it connects to the Receive clock (rx-clk)
65 type: string
66 enum:
67 - "P2_1"
68 - "P0_0"
69 - "P15_8"
70 - "P6_5"
72 crs-rx-dv-port-ctrl:
75 If the RMII interface is used it connects GPIO to the Carrier Sense Data Valid (crs-dv)
77 Receive Data Valid (rx-dv) signal.
78 type: string
79 enum:
80 - "P2_5"
81 - "P0_1"
82 - "P15_9"
83 - "P5_2"
85 crs-port-ctrl:
87 type: string
88 enum:
89 - "P5_11"
90 - "unused1"
91 - "unused2"
92 - "P5_4"
94 rxer-port-ctrl:
97 type: string
98 enum:
99 - "P2_4"
100 - "P0_11"
101 - "unused1"
102 - "P5_3"
104 col-port-ctrl:
106 type: string
107 enum:
108 - "P2_15"
109 - "unused1"
110 - "unused2"
111 - "P5_5"
113 tx-clk-port-ctrl:
114 description: Transmit clock (tx-clk) GPIO connection. Only used for MII interface.
115 type: string
116 enum:
117 - "P5_10"
118 - "P6_6"