Lines Matching +full:tx +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include "qcs404-evb.dtsi"
13 compatible = "qcom,qcs404-evb-4000", "qcom,qcs404-evb",
20 snps,reset-gpio = <&tlmm 60 GPIO_ACTIVE_LOW>;
21 snps,reset-active-low;
22 snps,reset-delays-us = <0 10000 10000>;
24 pinctrl-names = "default";
25 pinctrl-0 = <ðernet_defaults>;
27 phy-handle = <&phy1>;
28 phy-mode = "rgmii";
30 #address-cells = <1>;
31 #size-cells = <0>;
32 compatible = "snps,dwmac-mdio";
34 compatible = "ethernet-phy-ieee802.3-c22";
35 device_type = "ethernet-phy";
42 ethernet_defaults: ethernet-defaults-state {
43 int-pins {
44 pins = "gpio61";
46 bias-disable;
47 drive-strength = <2>;
49 mdc-pins {
50 pins = "gpio76";
52 bias-pull-up;
54 mdio-pins {
55 pins = "gpio75";
57 bias-pull-up;
59 tx-pins {
60 pins = "gpio67", "gpio66", "gpio65", "gpio64";
62 bias-pull-up;
63 drive-strength = <16>;
65 rx-pins {
66 pins = "gpio73", "gpio72", "gpio71", "gpio70";
68 bias-disable;
69 drive-strength = <2>;
71 tx-ctl-pins {
72 pins = "gpio68";
74 bias-pull-up;
75 drive-strength = <16>;
77 rx-ctl-pins {
78 pins = "gpio74";
80 bias-disable;
81 drive-strength = <2>;
83 tx-ck-pins {
84 pins = "gpio63";
86 bias-pull-up;
87 drive-strength = <16>;
89 rx-ck-pins {
90 pins = "gpio69";
92 bias-disable;
93 drive-strength = <2>;