| .. | .. |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | leds { |
|---|
| 65 | 65 | compatible = "gpio-leds"; |
|---|
| 66 | | - pinctrl-names = "default"; |
|---|
| 67 | | - pinctrl-0 = <&led_pins_m3>; |
|---|
| 68 | 66 | |
|---|
| 69 | 67 | blue { |
|---|
| 70 | 68 | label = "m3:blue:usr"; |
|---|
| .. | .. |
|---|
| 83 | 81 | |
|---|
| 84 | 82 | &gmac { |
|---|
| 85 | 83 | pinctrl-names = "default"; |
|---|
| 86 | | - pinctrl-0 = <&gmac_pins_mii_a>; |
|---|
| 87 | | - phy = <&phy1>; |
|---|
| 84 | + pinctrl-0 = <&gmac_mii_pins>; |
|---|
| 85 | + phy-handle = <&phy1>; |
|---|
| 88 | 86 | phy-mode = "mii"; |
|---|
| 89 | 87 | status = "okay"; |
|---|
| 90 | | - |
|---|
| 91 | | - phy1: ethernet-phy@1 { |
|---|
| 92 | | - reg = <1>; |
|---|
| 93 | | - }; |
|---|
| 94 | 88 | }; |
|---|
| 95 | 89 | |
|---|
| 96 | 90 | &i2c0 { |
|---|
| 97 | | - pinctrl-names = "default"; |
|---|
| 98 | | - pinctrl-0 = <&i2c0_pins_a>; |
|---|
| 99 | 91 | status = "okay"; |
|---|
| 100 | 92 | |
|---|
| 101 | 93 | axp209: pmic@34 { |
|---|
| .. | .. |
|---|
| 111 | 103 | |
|---|
| 112 | 104 | &ir0 { |
|---|
| 113 | 105 | pinctrl-names = "default"; |
|---|
| 114 | | - pinctrl-0 = <&ir0_rx_pins_a>; |
|---|
| 106 | + pinctrl-0 = <&ir0_rx_pin>; |
|---|
| 115 | 107 | status = "okay"; |
|---|
| 116 | 108 | }; |
|---|
| 117 | 109 | |
|---|
| 110 | +&gmac_mdio { |
|---|
| 111 | + phy1: ethernet-phy@1 { |
|---|
| 112 | + reg = <1>; |
|---|
| 113 | + }; |
|---|
| 114 | +}; |
|---|
| 115 | + |
|---|
| 118 | 116 | &mmc0 { |
|---|
| 119 | | - pinctrl-names = "default"; |
|---|
| 120 | | - pinctrl-0 = <&mmc0_pins_a>; |
|---|
| 121 | 117 | vmmc-supply = <®_vcc3v3>; |
|---|
| 122 | 118 | bus-width = <4>; |
|---|
| 123 | 119 | cd-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>; /* PH1 */ |
|---|
| .. | .. |
|---|
| 125 | 121 | }; |
|---|
| 126 | 122 | |
|---|
| 127 | 123 | &mmc2 { |
|---|
| 128 | | - pinctrl-names = "default"; |
|---|
| 129 | | - pinctrl-0 = <&mmc2_pins_a>; |
|---|
| 130 | 124 | vmmc-supply = <®_vcc3v3>; |
|---|
| 131 | 125 | bus-width = <4>; |
|---|
| 132 | 126 | non-removable; |
|---|
| .. | .. |
|---|
| 141 | 135 | status = "okay"; |
|---|
| 142 | 136 | }; |
|---|
| 143 | 137 | |
|---|
| 144 | | -&pio { |
|---|
| 145 | | - led_pins_m3: led_pins@0 { |
|---|
| 146 | | - pins = "PH20"; |
|---|
| 147 | | - function = "gpio_out"; |
|---|
| 148 | | - }; |
|---|
| 149 | | -}; |
|---|
| 150 | | - |
|---|
| 151 | 138 | ®_usb1_vbus { |
|---|
| 152 | 139 | status = "okay"; |
|---|
| 153 | 140 | }; |
|---|
| .. | .. |
|---|
| 158 | 145 | |
|---|
| 159 | 146 | &uart0 { |
|---|
| 160 | 147 | pinctrl-names = "default"; |
|---|
| 161 | | - pinctrl-0 = <&uart0_pins_a>; |
|---|
| 148 | + pinctrl-0 = <&uart0_pb_pins>; |
|---|
| 162 | 149 | status = "okay"; |
|---|
| 163 | 150 | }; |
|---|
| 164 | 151 | |
|---|