1/*
2 * Copyright (c) 2023 Endor AG
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include <zephyr/dt-bindings/led/led.h>
8
9&flexcomm4 {
10	status = "okay";
11	is31fl3216a@74 {
12		compatible = "issi,is31fl3216a";
13		reg = <0x74>;
14	};
15};
16