boards/arm: Add bootloader's led alias to Nordic's boards
MCUboot recently gives possibility to signal its state using led. For leverage this feature need to provide proper alias for the led gpio pin. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
840de3a770
commit
81246de469
12 changed files with 12 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -80,6 +80,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -80,6 +80,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -104,6 +104,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,7 @@
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
sw2 = &button2;
|
sw2 = &button2;
|
||||||
sw3 = &button3;
|
sw3 = &button3;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,7 @@
|
||||||
sw1 = &button3;
|
sw1 = &button3;
|
||||||
sw2 = &button0;
|
sw2 = &button0;
|
||||||
sw3 = &button1;
|
sw3 = &button1;
|
||||||
|
bootloader-led0 = &led0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue