boards: frdm_k82f: replace legacy devicetree active flags
Replace the legacy flags that assumed active level was relevant only to input signals with the generic active level flags used in Linux. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
1237a14932
commit
fba3375327
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@
|
|||
compatible = "gpio-keys";
|
||||
user_button_0: button_0 {
|
||||
label = "User SW2";
|
||||
gpios = <&gpioa 4 GPIO_INT_ACTIVE_LOW>;
|
||||
gpios = <&gpioa 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
user_button_1: button_1 {
|
||||
label = "User SW3";
|
||||
gpios = <&gpioc 6 GPIO_INT_ACTIVE_LOW>;
|
||||
gpios = <&gpioc 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue