.. | .. |
---|
61 | 61 | |
---|
62 | 62 | leds { |
---|
63 | 63 | compatible = "gpio-leds"; |
---|
64 | | - pinctrl-names = "default"; |
---|
65 | | - pinctrl-0 = <&led_pins_wobo_i5>; |
---|
66 | 64 | |
---|
67 | 65 | blue { |
---|
68 | 66 | label = "a10s-wobo-i5:blue:usr"; |
---|
.. | .. |
---|
73 | 71 | |
---|
74 | 72 | reg_emac_3v3: emac-3v3 { |
---|
75 | 73 | compatible = "regulator-fixed"; |
---|
76 | | - pinctrl-names = "default"; |
---|
77 | | - pinctrl-0 = <&emac_power_pin_wobo>; |
---|
78 | 74 | regulator-name = "emac-3v3"; |
---|
79 | 75 | regulator-min-microvolt = <3300000>; |
---|
80 | 76 | regulator-max-microvolt = <3300000>; |
---|
.. | .. |
---|
94 | 90 | |
---|
95 | 91 | &emac { |
---|
96 | 92 | pinctrl-names = "default"; |
---|
97 | | - pinctrl-0 = <&emac_pins_a>; |
---|
98 | | - phy = <&phy1>; |
---|
| 93 | + pinctrl-0 = <&emac_pd_pins>; |
---|
| 94 | + phy-handle = <&phy1>; |
---|
99 | 95 | status = "okay"; |
---|
100 | 96 | }; |
---|
101 | 97 | |
---|
.. | .. |
---|
104 | 100 | }; |
---|
105 | 101 | |
---|
106 | 102 | &i2c0 { |
---|
107 | | - pinctrl-names = "default"; |
---|
108 | | - pinctrl-0 = <&i2c0_pins_a>; |
---|
109 | 103 | status = "okay"; |
---|
110 | 104 | |
---|
111 | 105 | axp209: pmic@34 { |
---|
.. | .. |
---|
126 | 120 | }; |
---|
127 | 121 | |
---|
128 | 122 | &mmc0 { |
---|
129 | | - pinctrl-names = "default"; |
---|
130 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_wobo_i5>; |
---|
131 | 123 | vmmc-supply = <®_vcc3v3>; |
---|
132 | 124 | bus-width = <4>; |
---|
133 | 125 | cd-gpios = <&pio 1 3 GPIO_ACTIVE_LOW>; /* PB3 */ |
---|
.. | .. |
---|
140 | 132 | |
---|
141 | 133 | &otg_sram { |
---|
142 | 134 | status = "okay"; |
---|
143 | | -}; |
---|
144 | | - |
---|
145 | | -&pio { |
---|
146 | | - led_pins_wobo_i5: led_pins@0 { |
---|
147 | | - pins = "PB2"; |
---|
148 | | - function = "gpio_out"; |
---|
149 | | - }; |
---|
150 | | - |
---|
151 | | - mmc0_cd_pin_wobo_i5: mmc0_cd_pin@0 { |
---|
152 | | - pins = "PB3"; |
---|
153 | | - function = "gpio_in"; |
---|
154 | | - bias-pull-up; |
---|
155 | | - }; |
---|
156 | | - |
---|
157 | | - emac_power_pin_wobo: emac_power_pin@0 { |
---|
158 | | - pins = "PA02"; |
---|
159 | | - function = "gpio_out"; |
---|
160 | | - }; |
---|
161 | 135 | }; |
---|
162 | 136 | |
---|
163 | 137 | ®_dcdc2 { |
---|
.. | .. |
---|
206 | 180 | |
---|
207 | 181 | &uart0 { |
---|
208 | 182 | pinctrl-names = "default"; |
---|
209 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 183 | + pinctrl-0 = <&uart0_pb_pins>; |
---|
210 | 184 | status = "okay"; |
---|
211 | 185 | }; |
---|
212 | 186 | |
---|