| .. | .. |
|---|
| 96 | 96 | |
|---|
| 97 | 97 | &gmac { |
|---|
| 98 | 98 | pinctrl-names = "default"; |
|---|
| 99 | | - pinctrl-0 = <&gmac_pins_mii_a>; |
|---|
| 100 | | - phy = <&phy1>; |
|---|
| 99 | + pinctrl-0 = <&gmac_mii_pins>; |
|---|
| 100 | + phy-handle = <&phy1>; |
|---|
| 101 | 101 | phy-mode = "mii"; |
|---|
| 102 | 102 | status = "okay"; |
|---|
| 103 | +}; |
|---|
| 103 | 104 | |
|---|
| 105 | +&gmac_mdio { |
|---|
| 104 | 106 | phy1: ethernet-phy@1 { |
|---|
| 105 | 107 | reg = <1>; |
|---|
| 106 | 108 | }; |
|---|
| .. | .. |
|---|
| 115 | 117 | |
|---|
| 116 | 118 | &ir0 { |
|---|
| 117 | 119 | pinctrl-names = "default"; |
|---|
| 118 | | - pinctrl-0 = <&ir0_rx_pins_a>; |
|---|
| 120 | + pinctrl-0 = <&ir0_rx_pin>; |
|---|
| 119 | 121 | status = "okay"; |
|---|
| 120 | 122 | }; |
|---|
| 121 | 123 | |
|---|
| 122 | 124 | &mmc0 { |
|---|
| 123 | | - pinctrl-names = "default"; |
|---|
| 124 | | - pinctrl-0 = <&mmc0_pins_a>; |
|---|
| 125 | 125 | vmmc-supply = <®_vcc3v3>; |
|---|
| 126 | 126 | bus-width = <4>; |
|---|
| 127 | 127 | cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */ |
|---|
| .. | .. |
|---|
| 129 | 129 | }; |
|---|
| 130 | 130 | |
|---|
| 131 | 131 | &pio { |
|---|
| 132 | | - led_pins_itead_core: led_pins@0 { |
|---|
| 132 | + led_pins_itead_core: led-pins { |
|---|
| 133 | 133 | pins = "PH20","PH21"; |
|---|
| 134 | 134 | function = "gpio_out"; |
|---|
| 135 | 135 | drive-strength = <20>; |
|---|
| .. | .. |
|---|
| 142 | 142 | |
|---|
| 143 | 143 | &spdif { |
|---|
| 144 | 144 | pinctrl-names = "default"; |
|---|
| 145 | | - pinctrl-0 = <&spdif_tx_pins_a>; |
|---|
| 145 | + pinctrl-0 = <&spdif_tx_pin>; |
|---|
| 146 | 146 | status = "okay"; |
|---|
| 147 | 147 | }; |
|---|