boards: mimxrt1020_evk: Fix button label to match silkscreen
Fixes the user button label in the device tree to match the board's silkscreen. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
5f09966380
commit
ffb92d4f2e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
gpio_keys {
|
gpio_keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
user_button: button-1 {
|
user_button: button-1 {
|
||||||
label = "User SW8";
|
label = "User SW4";
|
||||||
gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue