Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
dfb01fba67d12715c393c49a83839b53544febc3
/
.
/
examples
/
lock-app
/
telink
/
boards
/
tlsr9518adk80d.overlay
blob: 47b56fd18a0718abc34bef1398688e4b9fdcfb3e [
file
] [
log
] [
blame
]
/
{
keys
{
compatible
=
"gpio-keys"
;
key_5
:
button_5
{
gpios
=
<&
gpioe
0
(
GPIO_PULL_UP
|
GPIO_ACTIVE_LOW
)>;
};
key_6
:
button_6
{
gpios
=
<&
gpioe
1
(
GPIO_PULL_UP
|
GPIO_ACTIVE_LOW
)>;
};
};
};
&
gpioe
{
interrupts
=
<
38
1
>;
status
=
"okay"
;
};