Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
881676de173e779b9471eaae944c33e5780b038c
/
.
/
examples
/
lock-app
/
telink
/
boards
/
tlsr9528a.overlay
blob: ebcb0aec07bc67c1043a70088c32585b4ab6d65f [
file
] [
log
] [
blame
]
/
{
keys
{
compatible
=
"gpio-keys"
;
key_5
:
button_5
{
gpios
=
<&
gpiob
6
(
GPIO_PULL_UP
|
GPIO_ACTIVE_LOW
)>;
};
key_6
:
button_6
{
gpios
=
<&
gpiob
7
(
GPIO_PULL_UP
|
GPIO_ACTIVE_LOW
)>;
};
};
};
&
gpiob
{
interrupts
=
<
39
1
>;
status
=
"okay"
;
};