boards/arm: Add mcuboot's button alias to Nordic's 3rd party boards
Added mcuboot-button0 alias for 3rd party nRF boards which has already alias for mcuboot's LED defined. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
48feb36945
commit
35b6e65d19
|
@ -74,6 +74,7 @@
|
|||
blue-pwm-led = &blue_pwm_led;
|
||||
sw0 = &button0;
|
||||
bootloader-led0 = &green_pwm_led;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
|
||||
vbatt {
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
blue-pwm-led = &blue_pwm_led;
|
||||
sw0 = &button0;
|
||||
bootloader-led0 = &green_pwm_led;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
|
||||
sim_select: sim-select {
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
sw1 = &button2;
|
||||
sw2 = &button3;
|
||||
sw3 = &button4;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
led1 = &led2;
|
||||
sw0 = &button1;
|
||||
sw1 = &button2;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
sw1 = &button2;
|
||||
sw2 = &button3;
|
||||
sw3 = &button4;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
sw1 = &button2;
|
||||
sw2 = &button3;
|
||||
sw3 = &button4;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
aliases {
|
||||
led0 = &led1;
|
||||
sw0 = &button1;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
led0 = &led1a;
|
||||
led1 = &led1b;
|
||||
sw0 = &button0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -193,6 +193,7 @@
|
|||
sw0 = &button1;
|
||||
sw1 = &button2;
|
||||
sw2 = &mag1;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
bootloader-led0 = &blue_led;
|
||||
pwm-led0 = &pwm_led0;
|
||||
sw0 = &button0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
|
||||
/* Used for accessing other pins */
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
sw1 = &button2;
|
||||
sw2 = &button3;
|
||||
sw3 = &button4;
|
||||
mcuboot-button0 = &button1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
bootloader-led0 = &blue_led;
|
||||
pwm-led0 = &pwm_led0;
|
||||
sw0 = &button0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
|
||||
/* Used for accessing other pins */
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -136,6 +136,7 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
sw2 = &button2;
|
||||
sw3 = &button3;
|
||||
bootloader-led0 = &led0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
led1 = &led1;
|
||||
sw0 = &button0;
|
||||
bootloader-led0 = &led0;
|
||||
mcuboot-button0 = &button0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue