File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 248248 <AT91_PIOE 3 AT91_PERIPH_GPIO AT91_PINCTRL_NONE
249249 AT91_PIOE 4 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
250250 };
251+
252+ pinctrl_d2_led: d2_led_default {
253+ atmel,pins = <AT91_PIOE 23 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
254+ };
255+
256+ pinctrl_d3_led: d3_led_default {
257+ atmel,pins = <AT91_PIOE 24 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
258+ };
251259 };
252260 };
253261 };
362370
363371 leds {
364372 compatible = "gpio-leds";
373+ pinctrl-names = "default";
374+ pinctrl-0 = <&pinctrl_d2_led &pinctrl_d3_led>;
375+ status = "okay";
365376
366377 d2 {
367378 label = "d2";
370381 };
371382
372383 d3 {
373- label = "d3";
384+ label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */
374385 gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
375386 };
376387 };
You can’t perform that action at this time.
0 commit comments