.. | .. |
---|
70 | 70 | }; |
---|
71 | 71 | }; |
---|
72 | 72 | |
---|
73 | | -&mmc1_pins_a { |
---|
74 | | - bias-pull-up; |
---|
75 | | -}; |
---|
76 | | - |
---|
77 | 73 | &mmc1 { |
---|
78 | 74 | pinctrl-names = "default"; |
---|
79 | | - pinctrl-0 = <&mmc1_pins_a>; |
---|
| 75 | + pinctrl-0 = <&mmc1_pg_pins>; |
---|
80 | 76 | vmmc-supply = <®_dldo1>; |
---|
81 | 77 | bus-width = <4>; |
---|
82 | 78 | non-removable; |
---|
.. | .. |
---|
88 | 84 | }; |
---|
89 | 85 | |
---|
90 | 86 | &r_pio { |
---|
91 | | - led_pin_d978: led_pin_d978@0 { |
---|
| 87 | + led_pin_d978: led-pin { |
---|
92 | 88 | pins = "PL5"; |
---|
93 | 89 | function = "gpio_out"; |
---|
94 | 90 | drive-strength = <20>; |
---|
.. | .. |
---|
101 | 97 | |
---|
102 | 98 | &uart1 { |
---|
103 | 99 | pinctrl-names = "default"; |
---|
104 | | - pinctrl-0 = <&uart1_pins_a>, |
---|
105 | | - <&uart1_pins_cts_rts_a>; |
---|
| 100 | + pinctrl-0 = <&uart1_pg_pins>, |
---|
| 101 | + <&uart1_cts_rts_pg_pins>; |
---|
106 | 102 | status = "okay"; |
---|
107 | 103 | }; |
---|