Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
f59ec3818b6d838fba71762182e82959c74b449a
/
.
/
examples
/
lock-app
/
telink
/
boards
/
tlsr9528a_retention.overlay
blob: 9b728f8b4d9e103717b281fed382218569473cf9 [
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"
;
};