.. | .. |
---|
76 | 76 | }; |
---|
77 | 77 | |
---|
78 | 78 | &mmc0 { |
---|
79 | | - pinctrl-names = "default"; |
---|
80 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_r7>; |
---|
81 | 79 | vmmc-supply = <®_vcc3v3>; |
---|
82 | 80 | bus-width = <4>; |
---|
83 | 81 | cd-gpios = <&pio 6 1 GPIO_ACTIVE_LOW>; /* PG1 */ |
---|
.. | .. |
---|
85 | 83 | }; |
---|
86 | 84 | |
---|
87 | 85 | &mmc1 { |
---|
88 | | - pinctrl-names = "default"; |
---|
89 | | - pinctrl-0 = <&mmc1_pins_a>; |
---|
90 | 86 | vmmc-supply = <®_vcc3v3>; |
---|
91 | 87 | bus-width = <4>; |
---|
92 | 88 | non-removable; |
---|
.. | .. |
---|
98 | 94 | }; |
---|
99 | 95 | |
---|
100 | 96 | &pio { |
---|
101 | | - mmc0_cd_pin_r7: mmc0_cd_pin@0 { |
---|
102 | | - pins = "PG1"; |
---|
103 | | - function = "gpio_in"; |
---|
104 | | - bias-pull-up; |
---|
105 | | - }; |
---|
106 | | - |
---|
107 | | - led_pins_r7: led_pins@0 { |
---|
| 97 | + led_pins_r7: led-pin { |
---|
108 | 98 | pins = "PB2"; |
---|
109 | 99 | function = "gpio_out"; |
---|
110 | 100 | drive-strength = <20>; |
---|
111 | 101 | }; |
---|
112 | | - |
---|
113 | | - usb1_vbus_pin_r7: usb1_vbus_pin@0 { |
---|
114 | | - pins = "PG13"; |
---|
115 | | - function = "gpio_out"; |
---|
116 | | - }; |
---|
117 | 102 | }; |
---|
118 | 103 | |
---|
119 | 104 | ®_usb1_vbus { |
---|
120 | | - pinctrl-0 = <&usb1_vbus_pin_r7>; |
---|
121 | 105 | gpio = <&pio 6 13 GPIO_ACTIVE_HIGH>; |
---|
122 | 106 | status = "okay"; |
---|
123 | 107 | }; |
---|
124 | 108 | |
---|
125 | 109 | &uart0 { |
---|
126 | 110 | pinctrl-names = "default"; |
---|
127 | | - pinctrl-0 = <&uart0_pins_a>; |
---|
| 111 | + pinctrl-0 = <&uart0_pb_pins>; |
---|
128 | 112 | status = "okay"; |
---|
129 | 113 | }; |
---|
130 | 114 | |
---|