File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
arch/arm/boot/dts/microchip Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 60
60
status = "okay";
61
61
};
62
62
63
+ &gmac0 {
64
+ #address-cells = <1>;
65
+ #size-cells = <0>;
66
+ pinctrl-names = "default";
67
+ pinctrl-0 = <&pinctrl_gmac0_default
68
+ &pinctrl_gmac0_mdio_default
69
+ &pinctrl_gmac0_txck_default
70
+ &pinctrl_gmac0_phy_irq>;
71
+ phy-mode = "rgmii-id";
72
+ status = "okay";
73
+
74
+ ethernet-phy@7 {
75
+ reg = <0x7>;
76
+ interrupt-parent = <&pioa>;
77
+ interrupts = <PIN_PC1 IRQ_TYPE_LEVEL_LOW>;
78
+ };
79
+ };
80
+
63
81
&i2c10 {
64
82
dmas = <0>, <0>;
65
83
i2c-analog-filter;
106
124
};
107
125
108
126
&pioa {
127
+ pinctrl_gmac0_default: gmac0-default {
128
+ pinmux = <PIN_PA26__G0_TX0>,
129
+ <PIN_PA27__G0_TX1>,
130
+ <PIN_PB4__G0_TX2>,
131
+ <PIN_PB5__G0_TX3>,
132
+ <PIN_PA29__G0_RX0>,
133
+ <PIN_PA30__G0_RX1>,
134
+ <PIN_PB2__G0_RX2>,
135
+ <PIN_PB6__G0_RX3>,
136
+ <PIN_PA25__G0_TXCTL>,
137
+ <PIN_PB3__G0_RXCK>,
138
+ <PIN_PA28__G0_RXCTL>;
139
+ slew-rate = <0>;
140
+ bias-disable;
141
+ };
142
+
143
+ pinctrl_gmac0_mdio_default: gmac0-mdio-default {
144
+ pinmux = <PIN_PA31__G0_MDC>,
145
+ <PIN_PB0__G0_MDIO>;
146
+ bias-disable;
147
+ };
148
+
149
+ pinctrl_gmac0_phy_irq: gmac0-phy-irq {
150
+ pinmux = <PIN_PC1__GPIO>;
151
+ bias-disable;
152
+ };
153
+
154
+ pinctrl_gmac0_txck_default: gmac0-txck-default {
155
+ pinmux = <PIN_PB1__G0_REFCK>;
156
+ slew-rate = <0>;
157
+ bias-pull-up;
158
+ };
159
+
109
160
pinctrl_i2c10_default: i2c10-default{
110
161
pinmux = <PIN_PB19__FLEXCOM10_IO1>,
111
162
<PIN_PB20__FLEXCOM10_IO0>;
You can’t perform that action at this time.
0 commit comments