Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bd9cad3a59a8e118e273a78fd5caa7c55993d2d6
/
.
/
samples
/
drivers
/
led_is31fl3216a
/
boards
/
lpcxpresso55s28.overlay
blob: fdea50c98b71794c8dd7a5dd2f8b1a7afc8cde69 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2023 Endor AG
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/dt-bindings/led/led.h>
&
flexcomm4
{
status
=
"okay"
;
is31fl3216a@74
{
compatible
=
"issi,is31fl3216a"
;
reg
=
<
0x74
>;
};
};